Home
last modified time | relevance | path

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

/linux-2.6.39/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.c3606 rst_ctrl.bits.reset_ovfl_pmds = 0; in pfm_restart()
3614 rst_ctrl.bits.reset_ovfl_pmds = 1; in pfm_restart()
3618 if (rst_ctrl.bits.reset_ovfl_pmds) in pfm_restart()
4966 rst_ctrl.bits.reset_ovfl_pmds = 0; in pfm_resume_after_ovfl()
4974 rst_ctrl.bits.reset_ovfl_pmds = 1; in pfm_resume_after_ovfl()
4978 if (rst_ctrl.bits.reset_ovfl_pmds) { in pfm_resume_after_ovfl()
5358 if (ovfl_arg->ovfl_ctrl.bits.reset_ovfl_pmds) reset_pmds |= mask; in pfm_overflow_handler()
5381 ovfl_ctrl.bits.reset_ovfl_pmds = ovfl_notify ? 0 : 1; in pfm_overflow_handler()
/linux-2.6.39/arch/ia64/oprofile/
Dperfmon.c25 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 1; in perfmon_handler()
/linux-2.6.39/arch/ia64/include/asm/
Dperfmon.h209 unsigned int reset_ovfl_pmds:1; /* reset overflowed PMDs */ member