Home
last modified time | relevance | path

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

/linux-6.14.4/tools/lib/perf/
Dlibperf.map17 perf_cpu_map__has;
Dcpumap.c310 bool perf_cpu_map__has(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__has() function
/linux-6.14.4/tools/perf/util/
Dcputopo.c199 has_first = perf_cpu_map__has(user_requested_cpus, cpu); in cpu_topology__core_wide()
209 if (perf_cpu_map__has(user_requested_cpus, cpu) != has_first) { in cpu_topology__core_wide()
298 if (!perf_cpu_map__has(map, (struct perf_cpu){ .cpu = i })) in cpu_topology__new()
Dstat-display.c1256 if (!perf_cpu_map__has(evsel__cpus(counter), cpu)) in print_no_aggr_metric()
/linux-6.14.4/tools/lib/perf/include/perf/
Dcpumap.h79 LIBPERF_API bool perf_cpu_map__has(const struct perf_cpu_map *map, struct perf_cpu cpu);
/linux-6.14.4/tools/perf/tests/
Dtopology.c118 if (!perf_cpu_map__has(map, cpu)) in check_cpu_topology()
/linux-6.14.4/tools/lib/perf/Documentation/
Dlibperf.txt50 bool perf_cpu_map__has(const struct perf_cpu_map *map, int cpu);
/linux-6.14.4/tools/perf/arch/arm64/util/
Darm-spe.c104 if (perf_cpu_map__has(sper->arm_spe_pmu->cpus, cpu)) in arm_spe_save_cpu_header()
/linux-6.14.4/tools/perf/arch/arm/util/
Dcs-etm.c801 if (!perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_fill()
/linux-6.14.4/tools/perf/
Dbuiltin-sched.c1586 if (sched->map.color_cpus && perf_cpu_map__has(sched->map.color_cpus, cpu)) in print_sched_map()
1708 if (sched->map.cpus && !perf_cpu_map__has(sched->map.cpus, this_cpu)) in map_switch_event()