Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c208 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()
/openbmc/linux/tools/lib/perf/
H A Dlibperf.map14 perf_cpu_map__has;
H A Dcpumap.c333 bool perf_cpu_map__has(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__has() function
/openbmc/linux/tools/perf/util/
H A 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()
/openbmc/linux/tools/lib/perf/include/perf/
H A Dcpumap.h41 LIBPERF_API bool perf_cpu_map__has(const struct perf_cpu_map *map, struct perf_cpu cpu);
/openbmc/linux/tools/perf/tests/
H A Dtopology.c118 if (!perf_cpu_map__has(map, cpu)) in check_cpu_topology()
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt51 bool perf_cpu_map__has(const struct perf_cpu_map *map, int cpu);
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c1662 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()