Home
last modified time | relevance | path

Searched refs:fmt_restart_active (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/ia64/include/asm/
Dperfmon.h75 …int (*fmt_restart_active)(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_r… member
/Linux-v4.19/arch/ia64/kernel/
Dperfmon_default_smpl.c261 .fmt_restart_active = default_restart,
Dperfmon.c1242 if (fmt->fmt_restart_active) ret = (*fmt->fmt_restart_active)(task, ctrl, buf, regs); in pfm_buf_fmt_restart_active()
3519 if (CTX_HAS_SMPL(ctx) && fmt->fmt_restart_active) break; in pfm_restart()