Searched refs:perf_cpu_map__has (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/tools/perf/arch/arm/util/ |
D | cs-etm.c | 208 if (!perf_cpu_map__has(event_cpus, cpu) || in cs_etm_validate_config() 209 !perf_cpu_map__has(online_cpus, cpu)) in cs_etm_validate_config() 528 if (!perf_cpu_map__has(event_cpus, cpu) || in cs_etm_info_priv_size() 529 !perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_priv_size() 544 if (!perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_priv_size() 806 if (perf_cpu_map__has(event_cpus, cpu) && in cs_etm_info_fill() 807 !perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_fill() 830 if (perf_cpu_map__has(cpu_map, cpu)) in cs_etm_info_fill()
|
/linux-6.6.21/tools/lib/perf/ |
D | libperf.map | 14 perf_cpu_map__has;
|
D | cpumap.c | 333 bool perf_cpu_map__has(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__has() function
|
/linux-6.6.21/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()
|
/linux-6.6.21/tools/lib/perf/include/perf/ |
D | cpumap.h | 41 LIBPERF_API bool perf_cpu_map__has(const struct perf_cpu_map *map, struct perf_cpu cpu);
|
/linux-6.6.21/tools/perf/tests/ |
D | topology.c | 118 if (!perf_cpu_map__has(map, cpu)) in check_cpu_topology()
|
/linux-6.6.21/tools/lib/perf/Documentation/ |
D | libperf.txt | 51 bool perf_cpu_map__has(const struct perf_cpu_map *map, int cpu);
|
/linux-6.6.21/tools/perf/ |
D | builtin-sched.c | 1662 if (sched->map.cpus && !perf_cpu_map__has(sched->map.cpus, cpu)) in map_switch_event() 1665 if (sched->map.color_cpus && perf_cpu_map__has(sched->map.color_cpus, cpu)) in map_switch_event() 1684 if (sched->map.cpus && !perf_cpu_map__has(sched->map.cpus, this_cpu)) in map_switch_event()
|