/linux-6.14.4/tools/lib/perf/ |
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()
|
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.14.4/tools/perf/util/ |
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()
|
D | evsel.c | 1593 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu() 1608 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__disable_cpu() 1688 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas() 1704 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one() 1711 static int evsel__read_retire_lat(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_retire_lat() 1716 static void evsel__set_count(struct evsel *counter, int cpu_map_idx, int thread, in evsel__set_count() 1791 static int evsel__process_group_data(struct evsel *leader, int cpu_map_idx, int thread, u64 *data) in evsel__process_group_data() 1825 static int evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) in evsel__read_group() 1873 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter() 1890 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) in __evsel__read_on_cpu() [all …]
|
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()
|
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()
|
D | intel-tpebs.c | 342 int tpebs_set_evsel(struct evsel *evsel, int cpu_map_idx, int thread) in tpebs_set_evsel()
|
D | tool_pmu.c | 394 int evsel__tool_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__tool_pmu_read()
|
D | evsel.h | 386 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu() 398 static inline int evsel__read_on_cpu_scaled(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu_scaled()
|
D | evlist.h | 342 int cpu_map_idx; member
|
D | hwmon_pmu.c | 797 int evsel__hwmon_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__hwmon_pmu_read()
|
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.14.4/tools/perf/ |
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()
|