Home
last modified time | relevance | path

Searched refs:pfm_ovfl_ctrl_t (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/ia64/include/asm/
Dperfmon.h48 } 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-v5.10/arch/ia64/kernel/
Dperfmon_default_smpl.c231 default_restart(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_regs *regs) in default_restart()