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

/linux-master/tools/lib/perf/include/internal/
H A Devsel.h76 bool is_pmu_core; member in struct:perf_evsel
/linux-master/tools/perf/util/
H A Dpmus.c121 core_pmu = is_pmu_core(name);
157 core_pmu = is_pmu_core(name);
206 if (core_only && !is_pmu_core(dent->d_name))
580 if (is_pmu_core(dent->d_name)) {
H A Dpmu.h219 bool is_pmu_core(const char *name);
H A Devsel.c380 evsel->core.is_pmu_core = orig->core.is_pmu_core;
3173 return evsel->core.is_pmu_core;
H A Dpmu.c1028 pmu->is_core = is_pmu_core(name);
1605 bool is_pmu_core(const char *name) function
H A Dmetricgroup.c286 bool all_pmus = !strcmp(pmu, "all") || perf_pmus__num_core_pmus() == 1 || !is_pmu_core(pmu);
H A Dstat-display.c771 if (evsel->core.is_pmu_core)
H A Dparse-events.c264 evsel->core.is_pmu_core = pmu ? pmu->is_core : false;
/linux-master/tools/lib/perf/
H A Devlist.c43 } else if (evlist->has_user_cpus && evsel->is_pmu_core) {
/linux-master/tools/perf/tests/
H A Dparse-events.c2709 if (!is_pmu_core(pmu->name))

Completed in 186 milliseconds