| /linux-6.15/tools/lib/perf/ |
| H A D | evsel.c | 89 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) in get_group_fd() 182 static void perf_evsel__close_fd_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__close_fd_cpu() 217 void perf_evsel__close_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__close_cpu() 284 void *perf_evsel__mmap_base(struct perf_evsel *evsel, int cpu_map_idx, int thread) in perf_evsel__mmap_base() 323 static int perf_evsel__read_group(struct perf_evsel *evsel, int cpu_map_idx, in perf_evsel__read_group() 389 int perf_evsel__read(struct perf_evsel *evsel, int cpu_map_idx, int thread, in perf_evsel__read() 418 int cpu_map_idx, int thread) in perf_evsel__ioctl() 430 int cpu_map_idx) in perf_evsel__run_ioctl() 444 int perf_evsel__enable_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__enable_cpu() 474 int perf_evsel__disable_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__disable_cpu()
|
| H A D | evlist.c | 265 int cpu_map_idx, int thread, u64 id) in perf_evlist__id_hash() 286 int cpu_map_idx, int thread, u64 id) in perf_evlist__id_add() 297 int cpu_map_idx, int thread, int fd) in perf_evlist__id_add_fd()
|
| /linux-6.15/tools/perf/util/ |
| H A D | counts.h | 20 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()
|
| H A D | evsel.c | 1603 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu() 1618 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__disable_cpu() 1698 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas() 1714 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one() 1835 static int evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) in evsel__read_group() 1883 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter() 1921 int cpu_map_idx) in evsel__match_other_cpu() 1941 static int get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) in get_group_fd() 1977 int nr_cpus, int cpu_map_idx, in update_fds() 2001 int nr_cpus, int cpu_map_idx, in evsel__ignore_missing_thread() [all …]
|
| H A D | stat.c | 305 int cpu_map_idx, bool *skip) in check_per_pkg() 387 int cpu_map_idx, int thread, in process_counter_values() 688 int cpu_map_idx; in perf_event__process_stat_event() local 757 int cpu_map_idx) in create_perf_stat_counter()
|
| H A D | bpf_counter.c | 276 static int bpf_program_profiler__install_pe(struct evsel *evsel, int cpu_map_idx, in bpf_program_profiler__install_pe() 598 static int bperf__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bperf__install_pe() 793 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bpf_counter__install_pe()
|
| H A D | intel-tpebs.c | 342 int tpebs_set_evsel(struct evsel *evsel, int cpu_map_idx, int thread) in tpebs_set_evsel()
|
| H A D | tool_pmu.c | 395 int evsel__tool_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__tool_pmu_read()
|
| H A D | evsel.h | 388 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu() 400 static inline int evsel__read_on_cpu_scaled(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu_scaled()
|
| H A D | evlist.h | 342 int cpu_map_idx; member
|
| H A D | hwmon_pmu.c | 789 int evsel__hwmon_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__hwmon_pmu_read()
|
| H A D | auxtrace.c | 660 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx() local
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-stat.c | 262 static int evsel__write_stat_event(struct evsel *counter, int cpu_map_idx, u32 thread, in evsel__write_stat_event() 272 static int read_single_counter(struct evsel *counter, int cpu_map_idx, int thread) in read_single_counter() 303 static int read_counter_cpu(struct evsel *counter, int cpu_map_idx) in read_counter_cpu()
|