Home
last modified time | relevance | path

Searched defs:cpu_map_idx (Results 1 – 9 of 9) sorted by relevance

/linux-6.8/tools/lib/perf/
Devsel.c87 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) in get_group_fd()
180 static void perf_evsel__close_fd_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__close_fd_cpu()
215 void perf_evsel__close_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__close_cpu()
282 void *perf_evsel__mmap_base(struct perf_evsel *evsel, int cpu_map_idx, int thread) in perf_evsel__mmap_base()
321 static int perf_evsel__read_group(struct perf_evsel *evsel, int cpu_map_idx, in perf_evsel__read_group()
387 int perf_evsel__read(struct perf_evsel *evsel, int cpu_map_idx, int thread, in perf_evsel__read()
416 int cpu_map_idx, int thread) in perf_evsel__ioctl()
428 int cpu_map_idx) in perf_evsel__run_ioctl()
442 int perf_evsel__enable_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__enable_cpu()
472 int perf_evsel__disable_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__disable_cpu()
/linux-6.8/tools/perf/util/
Dcounts.h20 perf_counts(struct perf_counts *counts, int cpu_map_idx, int thread) in perf_counts()
26 perf_counts__is_loaded(struct perf_counts *counts, int cpu_map_idx, int thread) in perf_counts__is_loaded()
32 perf_counts__set_loaded(struct perf_counts *counts, int cpu_map_idx, int thread, bool loaded) in perf_counts__set_loaded()
Devsel.c1412 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu()
1427 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__disable_cpu()
1501 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas()
1517 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one()
1524 static void evsel__set_count(struct evsel *counter, int cpu_map_idx, int thread, in evsel__set_count()
1539 static int evsel__process_group_data(struct evsel *leader, int cpu_map_idx, int thread, u64 *data) in evsel__process_group_data()
1573 static int evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) in evsel__read_group()
1603 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter()
1613 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) in __evsel__read_on_cpu()
1634 int cpu_map_idx) in evsel__match_other_cpu()
[all …]
Dstat.c305 int cpu_map_idx, bool *skip) in check_per_pkg()
387 int cpu_map_idx, int thread, in process_counter_values()
679 int cpu_map_idx; in perf_event__process_stat_event() local
748 int cpu_map_idx) in create_perf_stat_counter()
Dbpf_counter.c276 static int bpf_program_profiler__install_pe(struct evsel *evsel, int cpu_map_idx, in bpf_program_profiler__install_pe()
577 static int bperf__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bperf__install_pe()
772 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bpf_counter__install_pe()
Devsel.h387 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu()
399 static inline int evsel__read_on_cpu_scaled(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu_scaled()
Devlist.h351 int cpu_map_idx; member
Dauxtrace.c655 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx() local
/linux-6.8/tools/perf/
Dbuiltin-stat.c268 static int evsel__write_stat_event(struct evsel *counter, int cpu_map_idx, u32 thread, in evsel__write_stat_event()
278 static int read_single_counter(struct evsel *counter, int cpu_map_idx, in read_single_counter()
316 static int read_counter_cpu(struct evsel *counter, struct timespec *rs, int cpu_map_idx) in read_counter_cpu()