Home
last modified time | relevance | path

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

/linux/tools/lib/perf/
H A Dlibperf.map17 perf_cpu_map__has;
H A Dcpumap.c320 bool perf_cpu_map__has(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__has() function
/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()
H A Dstat-display.c1176 if (!perf_cpu_map__has(evsel__cpus(counter), cpu)) in print_no_aggr_metric()
/linux/tools/lib/perf/include/perf/
H A Dcpumap.h82 LIBPERF_API bool perf_cpu_map__has(const struct perf_cpu_map *map, struct perf_cpu cpu);
/linux/tools/perf/tests/
H A Dtopology.c119 if (!perf_cpu_map__has(map, cpu)) in check_cpu_topology()
/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt50 bool perf_cpu_map__has(const struct perf_cpu_map *map, int cpu);
/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c801 if (!perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_fill()
/linux/tools/perf/
H A Dbuiltin-sched.c1601 if (sched->map.color_cpus && perf_cpu_map__has(sched->map.color_cpus, cpu)) in print_sched_map()
1727 if (sched->map.cpus && !perf_cpu_map__has(sched->map.cpus, this_cpu)) in map_switch_event()