Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dperf_event_server.h76 #define PPMU_LIMITED_PMC_OK 1 /* can put this on a limited PMC */ macro
/Linux-v5.4/arch/powerpc/perf/
Dcore-book3s.c1009 if (cflags[i] & PPMU_LIMITED_PMC_OK) { in check_excludes()
1028 if (cflags[i] & PPMU_LIMITED_PMC_OK) in check_excludes()
1756 flags |= PPMU_LIMITED_PMC_OK | PPMU_LIMITED_PMC_REQD; in can_go_on_limited_pmc()
1772 flags &= ~(PPMU_LIMITED_PMC_OK | PPMU_LIMITED_PMC_REQD); in normal_pmc_alternative()
1915 flags |= PPMU_LIMITED_PMC_OK; in power_pmu_event_init()
Dpower6-pmu.c435 if (!(flags & PPMU_LIMITED_PMC_OK) && nlim) { in p6_get_alternatives()
Dpower5+-pmu.c329 if (!(flags & PPMU_LIMITED_PMC_OK) && nlim) { in power5p_get_alternatives()