Searched refs:perf_cpu_map__has (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/tools/lib/perf/ |
D | libperf.map | 17 perf_cpu_map__has;
|
D | cpumap.c | 310 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/ |
D | cputopo.c | 199 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()
|
D | stat-display.c | 1256 if (!perf_cpu_map__has(evsel__cpus(counter), cpu)) in print_no_aggr_metric()
|
/linux-6.14.4/tools/lib/perf/include/perf/ |
D | cpumap.h | 79 LIBPERF_API bool perf_cpu_map__has(const struct perf_cpu_map *map, struct perf_cpu cpu);
|
/linux-6.14.4/tools/perf/tests/ |
D | topology.c | 118 if (!perf_cpu_map__has(map, cpu)) in check_cpu_topology()
|
/linux-6.14.4/tools/lib/perf/Documentation/ |
D | libperf.txt | 50 bool perf_cpu_map__has(const struct perf_cpu_map *map, int cpu);
|
/linux-6.14.4/tools/perf/arch/arm64/util/ |
D | arm-spe.c | 104 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/ |
D | cs-etm.c | 801 if (!perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_fill()
|
/linux-6.14.4/tools/perf/ |
D | builtin-sched.c | 1586 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()
|