Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dperf_event_server.h55 #define PPMU_LIMITED_PMC_REQD 2 /* have to put this on a limited PMC */ macro
/linux-2.6.39/arch/powerpc/kernel/
Dperf_event.c267 if ((cflags[i] & PPMU_LIMITED_PMC_REQD) in power_check_constraints()
377 cflags[i] &= ~PPMU_LIMITED_PMC_REQD; in check_excludes()
396 cflags[i] |= PPMU_LIMITED_PMC_REQD; in check_excludes()
996 flags |= PPMU_LIMITED_PMC_OK | PPMU_LIMITED_PMC_REQD; in can_go_on_limited_pmc()
1012 flags &= ~(PPMU_LIMITED_PMC_OK | PPMU_LIMITED_PMC_REQD); in normal_pmc_alternative()
Dpower6-pmu.c449 } else if ((flags & PPMU_LIMITED_PMC_REQD) && nlim < nalt) { in p6_get_alternatives()
Dpower5+-pmu.c343 } else if ((flags & PPMU_LIMITED_PMC_REQD) && nlim < nalt) { in power5p_get_alternatives()