Searched refs:perf_cpu_map__has (Results 1 – 9 of 9) sorted by relevance
/linux/tools/lib/perf/ |
H A D | libperf.map | 17 perf_cpu_map__has;
|
H A D | cpumap.c | 320 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 D | cputopo.c | 199 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 D | stat-display.c | 1176 if (!perf_cpu_map__has(evsel__cpus(counter), cpu)) in print_no_aggr_metric()
|
/linux/tools/lib/perf/include/perf/ |
H A D | cpumap.h | 82 LIBPERF_API bool perf_cpu_map__has(const struct perf_cpu_map *map, struct perf_cpu cpu);
|
/linux/tools/perf/tests/ |
H A D | topology.c | 119 if (!perf_cpu_map__has(map, cpu)) in check_cpu_topology()
|
/linux/tools/lib/perf/Documentation/ |
H A D | libperf.txt | 50 bool perf_cpu_map__has(const struct perf_cpu_map *map, int cpu);
|
/linux/tools/perf/arch/arm/util/ |
H A D | cs-etm.c | 801 if (!perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_fill()
|
/linux/tools/perf/ |
H A D | builtin-sched.c | 1601 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()
|