Home
last modified time | relevance | path

Searched refs:evsel__cpus (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dbpf_counter.c244 perf_cpu_map__for_each_idx(idx, evsel__cpus(evsel)) { in bpf_program_profiler__read()
263 idx = perf_cpu_map__idx(evsel__cpus(evsel), in bpf_program_profiler__read()
381 *filter_entry_cnt = perf_cpu_map__nr(evsel__cpus(evsel)); in bperf_check_target()
637 perf_cpu_map__for_each_cpu(entry, j, evsel__cpus(evsel)) { in bperf__read()
645 cpu = perf_cpu_map__cpu(evsel__cpus(evsel), i).cpu; in bperf__read()
Dcounts.c60 struct perf_cpu_map *cpus = evsel__cpus(evsel); in evsel__alloc_counts()
Dstat.c252 perf_cpu_map__for_each_idx(idx, evsel__cpus(evsel)) { in evsel__copy_prev_raw_counts()
308 struct perf_cpu_map *cpus = evsel__cpus(counter); in check_per_pkg()
690 cpu_map_idx = perf_cpu_map__idx(evsel__cpus(counter), (struct perf_cpu){.cpu = st->cpu}); in perf_event__process_stat_event()
798 return evsel__open_per_cpu(evsel, evsel__cpus(evsel), cpu_map_idx); in create_perf_stat_counter()
Devsel.h232 static inline struct perf_cpu_map *evsel__cpus(struct evsel *evsel) in evsel__cpus() function
239 return perf_cpu_map__nr(evsel__cpus(evsel)); in evsel__nr_cpus()
Dstat-display.c1145 if (!perf_cpu_map__has(evsel__cpus(counter), cpu)) in print_no_aggr_metric()
/linux-6.12.1/tools/perf/
Dbuiltin-stat.c282 struct perf_cpu cpu = perf_cpu_map__cpu(evsel__cpus(counter), cpu_map_idx); in evsel__write_stat_event()
357 perf_cpu_map__cpu(evsel__cpus(counter), in read_counter_cpu()
Dbuiltin-script.c2401 perf_cpu_map__for_each_cpu(cpu, idx, evsel__cpus(counter)) { in __process_stat()