Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/perf/include/internal/
Dcpumap.h27 int perf_cpu_map__idx(const struct perf_cpu_map *cpus, struct perf_cpu cpu);
/linux-5.19.10/tools/lib/perf/
Dcpumap.c282 int perf_cpu_map__idx(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__idx() function
309 return perf_cpu_map__idx(cpus, cpu) != -1; in perf_cpu_map__has()
Devlist.c450 cpu = perf_cpu_map__idx(evsel->cpus, evlist_cpu); in mmap_per_evsel()
/linux-5.19.10/tools/perf/util/
Devlist.c413 itr.cpu_map_idx = perf_cpu_map__idx(itr.evsel->core.cpus, itr.cpu); in evlist__cpu_begin()
430 perf_cpu_map__idx(evlist_cpu_itr->evsel->core.cpus, in evlist_cpu_iterator__next()
444 perf_cpu_map__idx(evlist_cpu_itr->evsel->core.cpus, in evlist_cpu_iterator__next()
Dstat.c489 cpu_map_idx = perf_cpu_map__idx(evsel__cpus(counter), (struct perf_cpu){.cpu = st->cpu}); in perf_event__process_stat_event()
Dstat-display.c338 return perf_cpu_map__idx(cpus, id->cpu); in first_shadow_cpu_map_idx()
955 int counter_idx = perf_cpu_map__idx(evsel__cpus(counter), cpu); in print_no_aggr_metric()
Dbpf_counter.c260 idx = perf_cpu_map__idx(evsel__cpus(evsel), in bpf_program_profiler__read()
Dauxtrace.c652 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx()
Devsel.c1645 return perf_cpu_map__idx(other->core.cpus, cpu); in evsel__match_other_cpu()