Searched refs:fmt_restart (Results 1 – 3 of 3) sorted by relevance
240 …int (*fmt_restart)(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_regs *re… member
260 .fmt_restart = default_restart,
1236 if (fmt->fmt_restart) ret = (*fmt->fmt_restart)(task, ctrl, buf, regs); in pfm_buf_fmt_restart()