Searched refs:perf_cpu_map__idx (Results 1 – 10 of 10) sorted by relevance
/tools/lib/perf/include/internal/ |
D | cpumap.h | 29 int perf_cpu_map__idx(const struct perf_cpu_map *cpus, struct perf_cpu cpu);
|
/tools/lib/perf/ |
D | cpumap.c | 308 int perf_cpu_map__idx(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__idx() function 335 return perf_cpu_map__idx(cpus, cpu) != -1; in perf_cpu_map__has()
|
D | evlist.c | 472 cpu = perf_cpu_map__idx(evsel->cpus, evlist_cpu); in mmap_per_evsel()
|
/tools/perf/util/ |
D | evlist.c | 420 itr.cpu_map_idx = perf_cpu_map__idx(itr.evsel->core.cpus, itr.cpu); in evlist__cpu_begin() 437 perf_cpu_map__idx(evlist_cpu_itr->evsel->core.cpus, in evlist_cpu_iterator__next() 451 perf_cpu_map__idx(evlist_cpu_itr->evsel->core.cpus, in evlist_cpu_iterator__next()
|
D | bpf_counter.c | 260 idx = perf_cpu_map__idx(evsel__cpus(evsel), in bpf_program_profiler__read()
|
D | stat.c | 690 cpu_map_idx = perf_cpu_map__idx(evsel__cpus(counter), (struct perf_cpu){.cpu = st->cpu}); in perf_event__process_stat_event()
|
D | stat-display.c | 1129 int aggr_idx = perf_cpu_map__idx(evsel__cpus(counter), cpu); in print_no_aggr_metric()
|
D | auxtrace.c | 655 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx()
|
D | evsel.c | 1638 return perf_cpu_map__idx(other->core.cpus, cpu); in evsel__match_other_cpu()
|
/tools/perf/ |
D | builtin-stat.c | 1711 map_contains_cpu = perf_cpu_map__idx(cpu_map, cpu); in perf_env__get_cache_id_for_cpu()
|