Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/tests/
H A Dpmu-events.c640 .is_uncore = 1,
649 .is_uncore = 1,
660 .is_uncore = 1,
669 .is_uncore = 1,
678 .is_uncore = 1,
687 .is_uncore = 1,
697 .is_uncore = 1,
/kernel/linux/linux-5.10/tools/perf/util/
H A Dpmu.h36 bool is_uncore; member
H A Dparse-events.c377 evsel->core.system_wide = pmu ? pmu->is_uncore : false; in __add_event()
1483 use_uncore_alias = (pmu->is_uncore && use_alias); in parse_events_add_pmu()
H A Dpmu.c849 pmu->is_uncore = pmu_is_uncore(name); in pmu_lookup()
/kernel/linux/linux-5.10/tools/perf/arch/arm64/util/
H A Darm-spe.c219 arm_spe_pmu->is_uncore = false; in arm_spe_pmu_default_config()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dpmu.h70 * @is_uncore: Is the PMU not within the CPU core? Determined by the
73 bool is_uncore; member
H A Dprint-events.c291 if (pmu->is_uncore || pmu->type == PERF_TYPE_SOFTWARE) in print_hwcache_events()
H A Dpmu.c1009 pmu->is_uncore = pmu_is_uncore(dirfd, name); in perf_pmu__lookup()
1010 if (pmu->is_uncore) in perf_pmu__lookup()
1727 (pmu->is_uncore && pmu_uncore_alias_match(pmu_name, pmu->name)) || in pmu__name_match()
1743 if (pmu->is_core || pmu->is_uncore || pmu->auxtrace) in perf_pmu__is_software()
H A Dparse-events.c261 evsel->core.requires_cpu = pmu ? pmu->is_uncore : false; in __add_event()
H A Dstat-display.c943 if (!counter->pmu || !counter->pmu->is_uncore) in should_skip_zero_counter()
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
H A Darm-spe.c520 arm_spe_pmu->is_uncore = false; in arm_spe_pmu_default_config()

Completed in 19 milliseconds