Searched refs:pfm_ovfl_ctrl_t (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/ia64/include/asm/ |
D | perfmon.h | 47 } pfm_ovfl_ctrl_t; typedef 53 pfm_ovfl_ctrl_t ovfl_ctrl; /* return: perfmon controls to set by handler */ 73 …int (*fmt_restart)(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_regs *re… 74 …int (*fmt_restart_active)(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_r…
|
/linux-4.4.14/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 | 1229 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() 1237 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() 3514 pfm_ovfl_ctrl_t rst_ctrl; in pfm_restart() 4915 pfm_ovfl_ctrl_t rst_ctrl; in pfm_resume_after_ovfl() 5183 pfm_ovfl_ctrl_t ovfl_ctrl; in pfm_overflow_handler()
|