Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dperfmon_default_smpl.c200 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 1; /* reset before returning from interrupt handler */ in default_handler()
219 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 0; in default_handler()
224 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 0; /* no reset now */ in default_handler()
240 ctrl->bits.reset_ovfl_pmds = 1; /* uses long-reset values */ in default_restart()
Dperfmon.c3559 rst_ctrl.bits.reset_ovfl_pmds = 0; in pfm_restart()
3567 rst_ctrl.bits.reset_ovfl_pmds = 1; in pfm_restart()
3571 if (rst_ctrl.bits.reset_ovfl_pmds) in pfm_restart()
4919 rst_ctrl.bits.reset_ovfl_pmds = 0; in pfm_resume_after_ovfl()
4927 rst_ctrl.bits.reset_ovfl_pmds = 1; in pfm_resume_after_ovfl()
4931 if (rst_ctrl.bits.reset_ovfl_pmds) { in pfm_resume_after_ovfl()
5311 if (ovfl_arg->ovfl_ctrl.bits.reset_ovfl_pmds) reset_pmds |= mask; in pfm_overflow_handler()
5334 ovfl_ctrl.bits.reset_ovfl_pmds = ovfl_notify ? 0 : 1; in pfm_overflow_handler()
/Linux-v4.19/arch/ia64/oprofile/
Dperfmon.c25 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 1; in perfmon_handler()
/Linux-v4.19/arch/ia64/include/asm/
Dperfmon.h43 unsigned int reset_ovfl_pmds:1; /* reset overflowed PMDs */ member