| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | counts.h | 20 perf_counts(struct perf_counts *counts, int cpu_map_idx, int thread) in perf_counts() argument 26 perf_counts__is_loaded(struct perf_counts *counts, int cpu_map_idx, int thread) in perf_counts__is_loaded() argument 32 perf_counts__set_loaded(struct perf_counts *counts, int cpu_map_idx, int thread, bool loaded) in perf_counts__set_loaded() argument
|
| H A D | bpf_counter.c | 273 static int bpf_program_profiler__install_pe(struct evsel *evsel, int cpu_map_idx, in bpf_program_profiler__install_pe() argument 574 static int bperf__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bperf__install_pe() argument 769 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bpf_counter__install_pe() argument
|
| H A D | evlist.h | 351 int cpu_map_idx; member
|
| H A D | stat.c | 679 int cpu_map_idx; in perf_event__process_stat_event() local 304 check_per_pkg(struct evsel *counter, struct perf_counts_values *vals, int cpu_map_idx, bool *skip) check_per_pkg() argument 386 process_counter_values(struct perf_stat_config *config, struct evsel *evsel, int cpu_map_idx, int thread, struct perf_counts_values *count) process_counter_values() argument 745 create_perf_stat_counter(struct evsel *evsel, struct perf_stat_config *config, struct target *target, int cpu_map_idx) create_perf_stat_counter() argument [all...] |
| H A D | evsel.h | 387 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu() argument 399 static inline int evsel__read_on_cpu_scaled(struct evsel *evsel, int cpu_map_idx, in argument [all...] |
| H A D | auxtrace.c | 655 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx() local
|
| H A D | evsel.c | 1411 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu() argument 1426 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__disable_cpu() argument 1500 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas() argument 1516 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one() argument 1523 evsel__set_count(struct evsel *counter, int cpu_map_idx, int thread, u64 val, u64 ena, u64 run, u64 lost) evsel__set_count() argument 1538 evsel__process_group_data(struct evsel *leader, int cpu_map_idx, int thread, u64 *data) evsel__process_group_data() argument 1572 evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) evsel__read_group() argument 1602 evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) evsel__read_counter() argument 1612 __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) __evsel__read_on_cpu() argument 1632 evsel__match_other_cpu(struct evsel *evsel, struct evsel *other, int cpu_map_idx) evsel__match_other_cpu() argument 1641 evsel__hybrid_group_cpu_map_idx(struct evsel *evsel, int cpu_map_idx) evsel__hybrid_group_cpu_map_idx() argument 1653 get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) get_group_fd() argument 1688 update_fds(struct evsel *evsel, int nr_cpus, int cpu_map_idx, int nr_threads, int thread_idx) update_fds() argument 1712 evsel__ignore_missing_thread(struct evsel *evsel, int nr_cpus, int cpu_map_idx, struct perf_thread_map *threads, int thread, int err) evsel__ignore_missing_thread() argument 2183 evsel__open_per_cpu(struct evsel *evsel, struct perf_cpu_map *cpus, int cpu_map_idx) evsel__open_per_cpu() argument 3068 int cpu_map_idx, thread; store_evsel_ids() local [all...] |
| /kernel/linux/linux-6.6/tools/lib/perf/ |
| H A D | evsel.c | 87 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) in get_group_fd() argument 180 static void perf_evsel__close_fd_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__close_fd_cpu() argument 215 void perf_evsel__close_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__close_cpu() argument 282 void *perf_evsel__mmap_base(struct perf_evsel *evsel, int cpu_map_idx, int thread) in perf_evsel__mmap_base() argument 321 perf_evsel__read_group(struct perf_evsel *evsel, int cpu_map_idx, int thread, struct perf_counts_values *count) perf_evsel__read_group() argument 387 perf_evsel__read(struct perf_evsel *evsel, int cpu_map_idx, int thread, struct perf_counts_values *count) perf_evsel__read() argument 415 perf_evsel__ioctl(struct perf_evsel *evsel, int ioc, void *arg, int cpu_map_idx, int thread) perf_evsel__ioctl() argument 426 perf_evsel__run_ioctl(struct perf_evsel *evsel, int ioc, void *arg, int cpu_map_idx) perf_evsel__run_ioctl() argument 442 perf_evsel__enable_cpu(struct perf_evsel *evsel, int cpu_map_idx) perf_evsel__enable_cpu() argument 472 perf_evsel__disable_cpu(struct perf_evsel *evsel, int cpu_map_idx) perf_evsel__disable_cpu() argument [all...] |
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-stat.c | 268 static int evsel__write_stat_event(struct evsel *counter, int cpu_map_idx, u32 thread, in evsel__write_stat_event() argument 278 static int read_single_counter(struct evsel *counter, int cpu_map_idx, in read_single_counter() argument 316 static int read_counter_cpu(struct evsel *counter, struct timespec *rs, int cpu_map_idx) in read_counter_cpu() argument [all...] |