Searched refs:perf_cpu_map__idx (Results 1 – 10 of 10) sorted by relevance
| /tools/lib/perf/include/internal/ |
| A D | cpumap.h | 25 int perf_cpu_map__idx(const struct perf_cpu_map *cpus, struct perf_cpu cpu);
|
| /tools/lib/perf/ |
| A D | cpumap.c | 295 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()
|
| A D | evlist.c | 529 cpu = perf_cpu_map__idx(evsel->cpus, evlist_cpu); in mmap_per_evsel()
|
| /tools/perf/util/ |
| A D | evlist.c | 373 itr.cpu_map_idx = perf_cpu_map__idx(itr.evsel->core.cpus, itr.cpu); in evlist__cpu_begin() 390 perf_cpu_map__idx(evlist_cpu_itr->evsel->core.cpus, in evlist_cpu_iterator__next() 404 perf_cpu_map__idx(evlist_cpu_itr->evsel->core.cpus, in evlist_cpu_iterator__next()
|
| A D | stat.c | 665 cpu_map_idx = perf_cpu_map__idx(evsel__cpus(counter), (struct perf_cpu){.cpu = st->cpu}); in perf_event__process_stat_event()
|
| A D | bpf_counter.c | 263 idx = perf_cpu_map__idx(evsel__cpus(evsel), in bpf_program_profiler__read()
|
| A D | python.c | 948 cpu_idx = perf_cpu_map__idx(evsel->core.cpus, (struct perf_cpu){.cpu = cpu}); in pyrf_evsel__read()
|
| A D | auxtrace.c | 660 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx()
|
| A D | evsel.c | 1924 return perf_cpu_map__idx(other->core.cpus, cpu); in evsel__match_other_cpu()
|
| /tools/perf/ |
| A D | builtin-stat.c | 1589 map_contains_cpu = perf_cpu_map__idx(cpu_map, cpu); in perf_env__get_cache_id_for_cpu()
|
Completed in 34 milliseconds