fmt_restart_active 75 arch/ia64/include/asm/perfmon.h int (*fmt_restart_active)(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_regs *regs); fmt_restart_active 1197 arch/ia64/kernel/perfmon.c if (fmt->fmt_restart_active) ret = (*fmt->fmt_restart_active)(task, ctrl, buf, regs); fmt_restart_active 3472 arch/ia64/kernel/perfmon.c if (CTX_HAS_SMPL(ctx) && fmt->fmt_restart_active) break; fmt_restart_active 262 arch/ia64/kernel/perfmon_default_smpl.c .fmt_restart_active = default_restart,