Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/include/asm/
Dperfmon.h241 …int (*fmt_restart_active)(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_r… member
/linux-2.6.39/arch/ia64/kernel/
Dperfmon_default_smpl.c261 .fmt_restart_active = default_restart,
Dperfmon.c1251 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()