Searched refs:pmu_name (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/tools/perf/util/
H A Devsel.h75 const char *pmu_name; member in struct:evsel::__anon492
H A Dmetricgroup.c300 if (!all_pmus && ev->pmu_name && evsel__is_hybrid(ev) &&
301 strcmp(ev->pmu_name, pmu))
H A Devlist.c2551 if (asprintf(&new_name, "%s/%s/%s", pos->pmu_name, pos->name, attributes + 1)) {
H A Dparse-events.c268 evsel->pmu_name = pmu ? strdup(pmu->name) : NULL;
1921 * the pmu_name of the first non-software event to avoid breaking the
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c5979 char pmu_name[UNCORE_PMU_NAME_LEN]; local
5981 uncore_get_alias_name(pmu_name, pmu);
5982 return sysfs_emit(buf, "%s\n", pmu_name);
H A Dcore.c5648 static DEVICE_STRING_ATTR_RO(pmu_name, 0444, pmu_name_str);
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c2515 static DEVICE_ATTR_RO(pmu_name);
/linux-master/tools/perf/tests/
H A Dparse-events.c733 strcmp(evsel->pmu_name, "cpu"));

Completed in 556 milliseconds

12