Searched defs:pmc0 (Results 1 - 1 of 1) sorted by relevance

/external/oprofile/module/ia64/
H A Dop_pmu.c50 * pmc0 is a bit mask for overflowed counters (bits 4-7)
54 op_do_pmu_interrupt(u64 pmc0, struct pt_regs * regs) argument
60 if (pmd_overflowed(pmc0, ctr)) {
72 u64 pmc0; local
74 pmc0 = ia64_get_pmc(0);
76 if ((pmc0 & ~0x1UL) != 0UL) {
77 op_do_pmu_interrupt(pmc0, regs);

Completed in 75 milliseconds