Home
last modified time | relevance | path

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

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