Searched refs:pfm_ovfl_ctrl_t (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/ia64/include/asm/ |
D | perfmon.h | 48 } pfm_ovfl_ctrl_t; typedef 54 pfm_ovfl_ctrl_t ovfl_ctrl; /* return: perfmon controls to set by handler */ 74 …int (*fmt_restart)(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_regs *re… 75 …int (*fmt_restart_active)(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_r…
|
/Linux-v4.19/arch/ia64/kernel/ |
D | perfmon_default_smpl.c | 230 default_restart(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_regs *regs) in default_restart()
|
D | perfmon.c | 1231 pfm_buf_fmt_restart(pfm_buffer_fmt_t *fmt, struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *b… in pfm_buf_fmt_restart() 1239 pfm_buf_fmt_restart_active(pfm_buffer_fmt_t *fmt, struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, … in pfm_buf_fmt_restart_active() 3506 pfm_ovfl_ctrl_t rst_ctrl; in pfm_restart() 4907 pfm_ovfl_ctrl_t rst_ctrl; in pfm_resume_after_ovfl() 5175 pfm_ovfl_ctrl_t ovfl_ctrl; in pfm_overflow_handler()
|