Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/include/asm/
Dperfmon.h75 int (*fmt_exit)(struct task_struct *task, void *buf, struct pt_regs *regs); member
/linux-4.4.14/arch/ia64/kernel/
Dperfmon_default_smpl.c262 .fmt_exit = default_exit,
Dperfmon.c1197 if (fmt->fmt_exit) ret = (*fmt->fmt_exit)(task, buf, regs); in pfm_buf_fmt_exit()