Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c497 unsigned long pfm_ovfl_intr_cycles_max; /* max cycles spent processing ovfl interrupts */ member
5572 max = pfm_stats[this_cpu].pfm_ovfl_intr_cycles_max; in pfm_interrupt_handler()
5587 if (total_cycles > max) pfm_stats[this_cpu].pfm_ovfl_intr_cycles_max = total_cycles; in pfm_interrupt_handler()
5729 cpu, pfm_stats[cpu].pfm_ovfl_intr_cycles_max, in pfm_proc_show()