Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dpmu.c789 static int is_sysfs_pmu_core(const char *name) in is_sysfs_pmu_core() function
1651 return !strcmp(name, "cpu") || !strcmp(name, "cpum_cf") || is_sysfs_pmu_core(name); in is_pmu_core()