Home
last modified time | relevance | path

Searched refs:evlist_cpu (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/lib/perf/
Devlist.c438 struct perf_cpu evlist_cpu = perf_cpu_map__cpu(evlist->all_cpus, cpu_idx); in mmap_per_evsel() local
451 cpu = perf_cpu_map__idx(evsel->cpus, evlist_cpu); in mmap_per_evsel()
492 if (ops->mmap(map, mp, *output, evlist_cpu) < 0) in mmap_per_evsel()
/linux-6.1.9/tools/perf/util/
Dauxtrace.c653 struct perf_cpu evlist_cpu = perf_cpu_map__cpu(evlist->core.all_cpus, idx); in evlist__enable_event_idx() local
654 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx()