Home
last modified time | relevance | path

Searched refs:cpu_map__has (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/tools/perf/arch/arm/util/
Dcs-etm.c296 if (!cpu_map__has(event_cpus, i) || in cs_etm_info_priv_size()
297 !cpu_map__has(online_cpus, i)) in cs_etm_info_priv_size()
308 if (!cpu_map__has(online_cpus, i)) in cs_etm_info_priv_size()
468 if (cpu_map__has(event_cpus, i) && in cs_etm_info_fill()
469 !cpu_map__has(online_cpus, i)) in cs_etm_info_fill()
490 if (cpu_map__has(cpu_map, i)) in cs_etm_info_fill()
/Linux-v4.19/tools/perf/util/
Dcpumap.h75 bool cpu_map__has(struct cpu_map *cpus, int cpu);
Dcpumap.c616 bool cpu_map__has(struct cpu_map *cpus, int cpu) in cpu_map__has() function
Dheader.c689 if (!cpu_map__has(map, i)) in build_cpu_topology()
/Linux-v4.19/tools/perf/tests/
Dtopology.c96 if (!cpu_map__has(map, i)) in check_cpu_topology()
/Linux-v4.19/tools/perf/
Dbuiltin-sched.c1604 if (sched->map.cpus && !cpu_map__has(sched->map.cpus, cpu)) in map_switch_event()
1607 if (sched->map.color_cpus && cpu_map__has(sched->map.color_cpus, cpu)) in map_switch_event()
1626 if (sched->map.cpus && !cpu_map__has(sched->map.cpus, this_cpu)) in map_switch_event()