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

/linux-master/tools/perf/util/
H A Dpmu.c746 * is_sysfs_pmu_core() - PMU CORE devices have different name other than cpu in
752 static int is_sysfs_pmu_core(const char *name) function
1607 return !strcmp(name, "cpu") || !strcmp(name, "cpum_cf") || is_sysfs_pmu_core(name);

Completed in 133 milliseconds