Searched defs:cpu_map_idx (Results 1 – 14 of 14) sorted by relevance
| /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 | 1592 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu() 1607 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() 1878 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter() 1919 int cpu_map_idx) in evsel__match_other_cpu() 1939 static int get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) in get_group_fd() 1975 int nr_cpus, int cpu_map_idx, in update_fds() 1999 int nr_cpus, int cpu_map_idx, in evsel__ignore_missing_thread() 2749 struct perf_cpu_map *cpus, int cpu_map_idx, in evsel__open_per_cpu_and_thread() [all …]
|
| 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() 654 int cpu_map_idx; in perf_event__process_stat_event() local 723 int cpu_map_idx) in create_perf_stat_counter()
|
| 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()
|
| A D | tool_pmu.c | 437 int evsel__tool_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__tool_pmu_read()
|
| A D | intel-tpebs.c | 559 int evsel__tpebs_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__tpebs_read()
|
| A D | evsel.h | 403 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu() 415 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 | 351 int cpu_map_idx; member
|
| A D | hwmon_pmu.c | 808 int evsel__hwmon_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__hwmon_pmu_read()
|
| A D | drm_pmu.c | 660 int evsel__drm_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__drm_pmu_read()
|
| A D | auxtrace.c | 660 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx() local
|
| /tools/lib/perf/ |
| A D | evsel.c | 100 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) in get_group_fd() 193 static void perf_evsel__close_fd_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__close_fd_cpu() 228 void perf_evsel__close_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__close_cpu() 295 void *perf_evsel__mmap_base(struct perf_evsel *evsel, int cpu_map_idx, int thread) in perf_evsel__mmap_base() 334 static int perf_evsel__read_group(struct perf_evsel *evsel, int cpu_map_idx, in perf_evsel__read_group() 400 int perf_evsel__read(struct perf_evsel *evsel, int cpu_map_idx, int thread, in perf_evsel__read() 429 int cpu_map_idx, int thread) in perf_evsel__ioctl() 441 int cpu_map_idx) in perf_evsel__run_ioctl() 455 int perf_evsel__enable_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__enable_cpu() 485 int perf_evsel__disable_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__disable_cpu()
|
| A D | evlist.c | 308 int cpu_map_idx, int thread, u64 id) in perf_evlist__id_hash() 329 int cpu_map_idx, int thread, u64 id) in perf_evlist__id_add() 340 int cpu_map_idx, int thread, int fd) in perf_evlist__id_add_fd()
|
| /tools/perf/ |
| A D | builtin-stat.c | 260 static int evsel__write_stat_event(struct evsel *counter, int cpu_map_idx, u32 thread, in evsel__write_stat_event() 270 static int read_single_counter(struct evsel *counter, int cpu_map_idx, int thread) in read_single_counter() 301 static int read_counter_cpu(struct evsel *counter, int cpu_map_idx) in read_counter_cpu()
|
Completed in 39 milliseconds