Searched refs:evlist_cpu (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | evlist.c | 423 int evlist_cpu = perf_cpu_map__cpu(evlist->cpus, cpu_idx); in mmap_per_evsel() local 435 cpu = perf_cpu_map__idx(evsel->cpus, evlist_cpu); in mmap_per_evsel() 471 if (ops->mmap(map, mp, *output, evlist_cpu) < 0) in mmap_per_evsel()
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | evlist.c | 453 struct perf_cpu evlist_cpu = perf_cpu_map__cpu(evlist->all_cpus, cpu_idx); in mmap_per_evsel() local 466 cpu = perf_cpu_map__idx(evsel->cpus, evlist_cpu); in mmap_per_evsel() 507 if (ops->mmap(map, mp, *output, evlist_cpu) < 0) in mmap_per_evsel()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | auxtrace.c | 654 struct perf_cpu evlist_cpu = perf_cpu_map__cpu(evlist->core.all_cpus, idx); in evlist__enable_event_idx() local 655 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx()
|
Completed in 8 milliseconds