Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A Dpmu-events.c644 .is_uncore = 1,
653 .is_uncore = 1,
662 .is_uncore = 1,
671 .is_uncore = 1,
680 .is_uncore = 1,
689 .is_uncore = 1,
699 .is_uncore = 1,
/linux/tools/perf/util/
A Dpmu.h41 bool is_uncore; member
A Dstat-display.c599 static bool is_uncore(struct evsel *evsel) in is_uncore() function
603 return pmu && pmu->is_uncore; in is_uncore()
608 return perf_pmu__has_hybrid() && !is_uncore(evsel); in hybrid_uniquify()
A Dpmu.c846 if (pmu->is_uncore && pmu_uncore_alias_match(pname, name)) in pmu_add_cpu_aliases_map()
1023 pmu->is_uncore = pmu_is_uncore(name); in pmu_lookup()
1024 if (pmu->is_uncore) in pmu_lookup()
A Dparse-events.c353 evsel->core.system_wide = pmu ? pmu->is_uncore : false; in __add_event()
1557 use_uncore_alias = (pmu->is_uncore && use_alias); in parse_events_add_pmu()
/linux/tools/perf/arch/arm64/util/
A Darm-spe.c525 arm_spe_pmu->is_uncore = false; in arm_spe_pmu_default_config()

Completed in 19 milliseconds