Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/arch/arm/util/
Dcs-etm.c209 if (!perf_cpu_map__has(event_cpus, cpu) || in cs_etm_set_option()
210 !perf_cpu_map__has(online_cpus, cpu)) in cs_etm_set_option()
534 if (!perf_cpu_map__has(event_cpus, cpu) || in cs_etm_info_priv_size()
535 !perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_priv_size()
550 if (!perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_priv_size()
737 if (perf_cpu_map__has(event_cpus, cpu) && in cs_etm_info_fill()
738 !perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_fill()
761 if (perf_cpu_map__has(cpu_map, cpu)) in cs_etm_info_fill()
/linux-6.1.9/tools/lib/perf/
Dlibperf.map14 perf_cpu_map__has;
Dcpumap.c307 bool perf_cpu_map__has(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__has() function
/linux-6.1.9/tools/perf/util/
Dcputopo.c198 has_first = perf_cpu_map__has(user_requested_cpus, cpu); in cpu_topology__core_wide()
208 if (perf_cpu_map__has(user_requested_cpus, cpu) != has_first) { in cpu_topology__core_wide()
283 if (!perf_cpu_map__has(map, (struct perf_cpu){ .cpu = i })) in cpu_topology__new()
Dpmu.c1996 if (!perf_cpu_map__has(pmu_cpus, cpu)) in perf_pmu__cpus_match()
/linux-6.1.9/tools/lib/perf/include/perf/
Dcpumap.h27 LIBPERF_API bool perf_cpu_map__has(const struct perf_cpu_map *map, struct perf_cpu cpu);
/linux-6.1.9/tools/perf/tests/
Dtopology.c128 if (!perf_cpu_map__has(map, cpu)) in check_cpu_topology()
/linux-6.1.9/tools/lib/perf/Documentation/
Dlibperf.txt51 bool perf_cpu_map__has(const struct perf_cpu_map *map, int cpu);
/linux-6.1.9/tools/perf/
Dbuiltin-sched.c1647 if (sched->map.cpus && !perf_cpu_map__has(sched->map.cpus, cpu)) in map_switch_event()
1650 if (sched->map.color_cpus && perf_cpu_map__has(sched->map.color_cpus, cpu)) in map_switch_event()
1669 if (sched->map.cpus && !perf_cpu_map__has(sched->map.cpus, this_cpu)) in map_switch_event()