Searched refs:fmt_restart_active (Results 1 – 3 of 3) sorted by relevance
241 …int (*fmt_restart_active)(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_r… member
261 .fmt_restart_active = default_restart,
1251 if (fmt->fmt_restart_active) ret = (*fmt->fmt_restart_active)(task, ctrl, buf, regs); in pfm_buf_fmt_restart_active()3566 if (CTX_HAS_SMPL(ctx) && fmt->fmt_restart_active) break; in pfm_restart()