Home
last modified time | relevance | path

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

/linux/tools/lib/perf/
H A Dcpumap.c295 int perf_cpu_map__idx(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__idx() function
322 return perf_cpu_map__idx(cpus, cpu) != -1; in perf_cpu_map__has()
H A Devlist.c529 cpu = perf_cpu_map__idx(evsel->cpus, evlist_cpu); in mmap_per_evsel()
/linux/tools/perf/util/
H A Dstat.c666 cpu_map_idx = perf_cpu_map__idx(evsel__cpus(counter), (struct perf_cpu){.cpu = st->cpu}); in perf_event__process_stat_event()
H A Devlist.c382 itr.cpu_map_idx = perf_cpu_map__idx(itr.evsel->core.cpus, itr.cpu); in evlist__cpu_begin()
399 perf_cpu_map__idx(evlist_cpu_itr->evsel->core.cpus, in evlist_cpu_iterator__next()
413 perf_cpu_map__idx(evlist_cpu_itr->evsel->core.cpus, in evlist_cpu_iterator__next()
H A Dbpf_counter.c321 idx = perf_cpu_map__idx(evsel__cpus(evsel), in bpf_program_profiler__read()
H A Dpython.c1159 cpu_idx = perf_cpu_map__idx(evsel->core.cpus, (struct perf_cpu){.cpu = cpu}); in pyrf_evsel__read()
1440 cpu_idx = perf_cpu_map__idx(pos2->core.cpus, in pyrf_evlist__compute_metric()
H A Dauxtrace.c674 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx()
H A Devsel.c2007 return perf_cpu_map__idx(other->core.cpus, cpu); in evsel__match_other_cpu()
/linux/tools/perf/
H A Dbuiltin-stat.c1697 map_contains_cpu = perf_cpu_map__idx(cpu_map, cpu); in perf_env__get_cache_id_for_cpu()
H A Dbuiltin-script.c2324 cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, (struct perf_cpu){sample->cpu}); in perf_sample__fprint_metric()