Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dperf_event_server.h97 #define PPMU_LIMITED_PMC_OK 1 /* can put this on a limited PMC */ macro
/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c1113 if (cflags[i] & PPMU_LIMITED_PMC_OK) { in check_excludes()
1132 if (cflags[i] & PPMU_LIMITED_PMC_OK) in check_excludes()
1920 flags |= PPMU_LIMITED_PMC_OK | PPMU_LIMITED_PMC_REQD; in can_go_on_limited_pmc()
1936 flags &= ~(PPMU_LIMITED_PMC_OK | PPMU_LIMITED_PMC_REQD); in normal_pmc_alternative()
2089 flags |= PPMU_LIMITED_PMC_OK; in power_pmu_event_init()
H A Dpower6-pmu.c438 if (!(flags & PPMU_LIMITED_PMC_OK) && nlim) { in p6_get_alternatives()
H A Dpower5+-pmu.c331 if (!(flags & PPMU_LIMITED_PMC_OK) && nlim) { in power5p_get_alternatives()