Home
last modified time | relevance | path

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

/linux/tools/lib/perf/include/internal/
H A Devsel.h130 bool is_pmu_core; member
/linux/tools/perf/arch/x86/util/
H A Dtopdown.c97 evsel->core.is_pmu_core = true; in topdown_insert_slots_event()
/linux/tools/perf/util/
H A Dpmus.c165 core_pmu = is_pmu_core(name); in perf_pmus__find()
216 core_pmu = is_pmu_core(name); in perf_pmu__find2()
257 if (core_only && !is_pmu_core(dent->d_name)) in pmu_read_sysfs()
H A Dpmu.h291 bool is_pmu_core(const char *name);
H A Dparse-events.c182 bool is_pmu_core; in __add_event() local
230 is_pmu_core = pmu->is_core; in __add_event()
235 is_pmu_core = (attr->type == PERF_TYPE_HARDWARE || in __add_event()
237 pmu_cpus = is_pmu_core ? cpu_map__online() : NULL; in __add_event()
271 evsel->core.is_pmu_core = is_pmu_core; in __add_event()
H A Dpmu.c1262 pmu->is_core = is_pmu_core(name); in perf_pmu__lookup()
2032 bool is_pmu_core(const char *name) in is_pmu_core() function
H A Devsel.c499 evsel->core.is_pmu_core = orig->core.is_pmu_core; in evsel__clone()
3819 evsel->core.is_pmu_core = false; in evsel__fallback()
4221 if (!evsel->core.is_pmu_core) in evsel__is_aux_event()
H A Dmetricgroup.c298 bool all_pmus = !strcmp(pmu, "all") || perf_pmus__num_core_pmus() == 1 || !is_pmu_core(pmu); in setup_metric_events()
H A Dstat-display.c779 if (evsel->core.is_pmu_core) { in evlist__has_hybrid_pmus()
/linux/tools/perf/tests/
H A Dparse-events.c2778 if (!is_pmu_core(pmu->name)) in test__pmu_events()