Searched refs:perf_cpu_map__has (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/lib/perf/ |
| A D | libperf.map | 18 perf_cpu_map__has;
|
| A D | cpumap.c | 361 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/ |
| 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()
|
| A D | stat-display.c | 1145 if (!perf_cpu_map__has(evsel__cpus(counter), cpu)) in print_no_aggr_metric()
|
| /linux/tools/lib/perf/include/perf/ |
| A D | cpumap.h | 81 LIBPERF_API bool perf_cpu_map__has(const struct perf_cpu_map *map, struct perf_cpu cpu);
|
| /linux/tools/perf/tests/ |
| A D | topology.c | 118 if (!perf_cpu_map__has(map, cpu)) in check_cpu_topology()
|
| /linux/tools/lib/perf/Documentation/ |
| A D | libperf.txt | 51 bool perf_cpu_map__has(const struct perf_cpu_map *map, int cpu);
|
| /linux/tools/perf/arch/arm/util/ |
| A D | cs-etm.c | 801 if (!perf_cpu_map__has(online_cpus, cpu)) in cs_etm_info_fill()
|
| /linux/tools/perf/ |
| A D | builtin-sched.c | 1591 if (sched->map.color_cpus && perf_cpu_map__has(sched->map.color_cpus, cpu)) in print_sched_map() 1713 if (sched->map.cpus && !perf_cpu_map__has(sched->map.cpus, this_cpu)) in map_switch_event()
|
Completed in 22 milliseconds