Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/arch/arm64/util/
Dpmu.c11 if (!is_pmu_core(pmu->name)) in pmu_events_map__find()
/Linux-v5.15/tools/perf/util/
Dpmu.h111 bool is_pmu_core(const char *name);
Dpmu.c1650 bool is_pmu_core(const char *name) in is_pmu_core() function
1685 bool is_cpu = is_pmu_core(pmu->name); in print_pmu_events()
/Linux-v5.15/tools/perf/tests/
Dpmu-events.c661 if (!is_pmu_core(pmu->name)) in test_aliases()