fmt_restart 74 arch/ia64/include/asm/perfmon.h int (*fmt_restart)(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_regs *regs); fmt_restart 1189 arch/ia64/kernel/perfmon.c if (fmt->fmt_restart) ret = (*fmt->fmt_restart)(task, ctrl, buf, regs); fmt_restart 261 arch/ia64/kernel/perfmon_default_smpl.c .fmt_restart = default_restart,