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

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

Completed in 68 milliseconds