Home
last modified time | relevance | path

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

/openbmc/linux/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,
/openbmc/linux/tools/perf/util/
H A Dpmu.h73 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.c1073 pmu->is_uncore = pmu_is_uncore(dirfd, name); in perf_pmu__lookup()
1074 if (pmu->is_uncore) in perf_pmu__lookup()
1798 (pmu->is_uncore && pmu_uncore_alias_match(pmu_name, pmu->name)) || in pmu__name_match()
1814 if (pmu->is_core || pmu->is_uncore || pmu->auxtrace) in perf_pmu__is_software()
H A Dstat-display.c943 if (!counter->pmu || !counter->pmu->is_uncore) in should_skip_zero_counter()
H A Dparse-events.c261 evsel->core.requires_cpu = pmu ? pmu->is_uncore : false; in __add_event()
/openbmc/linux/tools/perf/arch/arm64/util/
H A Darm-spe.c520 arm_spe_pmu->is_uncore = false; in arm_spe_pmu_default_config()