Searched defs:cpu_map_idx (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/tools/lib/perf/ |
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() 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.3-rc2/tools/perf/util/ |
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()
|
A D | evsel.c | 1440 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu() 1455 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__disable_cpu() 1523 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas() 1539 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one() 1595 static int evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) in evsel__read_group() 1625 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter() 1656 int cpu_map_idx) in evsel__match_other_cpu() 1676 static int get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) in get_group_fd() 1708 int nr_cpus, int cpu_map_idx, in update_fds() 1732 int nr_cpus, int cpu_map_idx, in evsel__ignore_missing_thread() [all …]
|
A D | stat.c | 333 int cpu_map_idx, bool *skip) in check_per_pkg() 415 int cpu_map_idx, int thread, in process_counter_values() 731 int cpu_map_idx; in perf_event__process_stat_event() local 800 int cpu_map_idx) in create_perf_stat_counter()
|
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() 592 static int bperf__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bperf__install_pe() 788 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bpf_counter__install_pe()
|
A D | evsel.h | 369 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu() 381 static inline int evsel__read_on_cpu_scaled(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu_scaled()
|
A D | evlist.h | 353 int cpu_map_idx; member
|
A D | auxtrace.c | 655 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx() local
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-stat.c | 325 static int evsel__write_stat_event(struct evsel *counter, int cpu_map_idx, u32 thread, in evsel__write_stat_event() 335 static int read_single_counter(struct evsel *counter, int cpu_map_idx, in read_single_counter() 373 static int read_counter_cpu(struct evsel *counter, struct timespec *rs, int cpu_map_idx) in read_counter_cpu()
|
Completed in 25 milliseconds