Searched refs:pfm_ovfl_ctrl_t (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/ia64/include/asm/ |
D | perfmon.h | 214 } pfm_ovfl_ctrl_t; typedef 220 pfm_ovfl_ctrl_t ovfl_ctrl; /* return: perfmon controls to set by handler */ 240 …int (*fmt_restart)(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_regs *re… 241 …int (*fmt_restart_active)(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_r…
|
/linux-2.6.39/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 | 1240 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() 1248 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() 3553 pfm_ovfl_ctrl_t rst_ctrl; in pfm_restart() 4954 pfm_ovfl_ctrl_t rst_ctrl; in pfm_resume_after_ovfl() 5222 pfm_ovfl_ctrl_t ovfl_ctrl; in pfm_overflow_handler()
|