Home
last modified time | relevance | path

Searched refs:reset_ovfl_pmds (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/ia64/kernel/
Dperfmon_default_smpl.c201 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 1; /* reset before returning from interrupt handler */ in default_handler()
220 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 0; in default_handler()
225 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 0; /* no reset now */ in default_handler()
241 ctrl->bits.reset_ovfl_pmds = 1; /* uses long-reset values */ in default_restart()
Dperfmon.c3512 rst_ctrl.bits.reset_ovfl_pmds = 0; in pfm_restart()
3520 rst_ctrl.bits.reset_ovfl_pmds = 1; in pfm_restart()
3524 if (rst_ctrl.bits.reset_ovfl_pmds) in pfm_restart()
4872 rst_ctrl.bits.reset_ovfl_pmds = 0; in pfm_resume_after_ovfl()
4880 rst_ctrl.bits.reset_ovfl_pmds = 1; in pfm_resume_after_ovfl()
4884 if (rst_ctrl.bits.reset_ovfl_pmds) { in pfm_resume_after_ovfl()
5264 if (ovfl_arg->ovfl_ctrl.bits.reset_ovfl_pmds) reset_pmds |= mask; in pfm_overflow_handler()
5287 ovfl_ctrl.bits.reset_ovfl_pmds = ovfl_notify ? 0 : 1; in pfm_overflow_handler()
/Linux-v5.4/arch/ia64/oprofile/
Dperfmon.c25 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 1; in perfmon_handler()
/Linux-v5.4/arch/ia64/include/asm/
Dperfmon.h43 unsigned int reset_ovfl_pmds:1; /* reset overflowed PMDs */ member