Home
last modified time | relevance | path

Searched refs:core_pmu (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
H A Dpmus.c104 bool core_pmu; in perf_pmus__find() local
118 core_pmu = is_pmu_core(name); in perf_pmus__find()
119 if (core_pmu && read_sysfs_core_pmus) in perf_pmus__find()
123 pmu = perf_pmu__lookup(core_pmu ? &core_pmus : &other_pmus, dirfd, name); in perf_pmus__find()
132 bool core_pmu; in perf_pmu__find2() local
146 core_pmu = is_pmu_core(name); in perf_pmu__find2()
147 if (core_pmu && read_sysfs_core_pmus) in perf_pmu__find2()
150 return perf_pmu__lookup(core_pmu ? &core_pmus : &other_pmus, dirfd, name); in perf_pmu__find2()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dcore.c4260 static __initconst const struct x86_pmu core_pmu = { variable
4291 * together with PMU version 1 and thus be using core_pmu with
4973 x86_pmu = core_pmu; in intel_pmu_init()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dcore.c4910 static __initconst const struct x86_pmu core_pmu = { variable
4941 * together with PMU version 1 and thus be using core_pmu with
5962 x86_pmu = core_pmu; in intel_pmu_init()

Completed in 15 milliseconds