Home
last modified time | relevance | path

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

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