Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dpmu.h102 bool is_pmu_core(const char *name);
H A Dpmu.c1479 bool is_pmu_core(const char *name) in is_pmu_core() function
1514 bool is_cpu = is_pmu_core(pmu->name); in print_pmu_events()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dpmu-events.c282 if (is_pmu_core(pmu_name)) { in __test__pmu_event_aliases()