Searched refs:perf_cpu_map__has (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/tools/perf/arch/arm/util/ |
A D | cs-etm.c | 219 if (!perf_cpu_map__has(event_cpus, cpu) || in cs_etm_set_option() 220 !perf_cpu_map__has(online_cpus, cpu)) in cs_etm_set_option() 550 if (!perf_cpu_map__has(event_cpus, cpu) || in cs_etm_info_priv_size() 551 !perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_priv_size() 566 if (!perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_priv_size() 820 if (perf_cpu_map__has(event_cpus, cpu) && in cs_etm_info_fill() 821 !perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_fill() 844 if (perf_cpu_map__has(cpu_map, cpu)) in cs_etm_info_fill()
|
/linux-6.3-rc2/tools/lib/perf/ |
A D | libperf.map | 14 perf_cpu_map__has;
|
A D | cpumap.c | 307 bool perf_cpu_map__has(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__has() function
|
/linux-6.3-rc2/tools/perf/util/ |
A D | cputopo.c | 198 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()
|
A D | pmu.c | 1892 if (!perf_cpu_map__has(pmu_cpus, cpu)) in perf_pmu__cpus_match()
|
/linux-6.3-rc2/tools/lib/perf/include/perf/ |
A D | cpumap.h | 28 LIBPERF_API bool perf_cpu_map__has(const struct perf_cpu_map *map, struct perf_cpu cpu);
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | topology.c | 128 if (!perf_cpu_map__has(map, cpu)) in check_cpu_topology()
|
/linux-6.3-rc2/tools/lib/perf/Documentation/ |
A D | libperf.txt | 51 bool perf_cpu_map__has(const struct perf_cpu_map *map, int cpu);
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-sched.c | 1647 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()
|
Completed in 19 milliseconds