Home
last modified time | relevance | path

Searched defs:cpu_map_idx (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/lib/perf/
H A Devsel.c87 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()
H A Devlist.c251 int cpu_map_idx, int thread, u64 id) in perf_evlist__id_hash()
272 int cpu_map_idx, int thread, u64 id) in perf_evlist__id_add()
283 int cpu_map_idx, int thread, int fd) in perf_evlist__id_add_fd()
/openbmc/linux/tools/perf/util/
H A Dcounts.h20 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 Devsel.c1411 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu()
1426 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__disable_cpu()
1500 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas()
1516 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one()
1572 static int evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) in evsel__read_group()
1602 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter()
1633 int cpu_map_idx) in evsel__match_other_cpu()
1653 static int get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) in get_group_fd()
1689 int nr_cpus, int cpu_map_idx, in update_fds()
1713 int nr_cpus, int cpu_map_idx, in evsel__ignore_missing_thread()
[all …]
H A Dstat.c305 int cpu_map_idx, bool *skip) in check_per_pkg()
387 int cpu_map_idx, int thread, in process_counter_values()
679 int cpu_map_idx; in perf_event__process_stat_event() local
748 int cpu_map_idx) in create_perf_stat_counter()
H A Dbpf_counter.c273 static int bpf_program_profiler__install_pe(struct evsel *evsel, int cpu_map_idx, in bpf_program_profiler__install_pe()
574 static int bperf__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bperf__install_pe()
769 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bpf_counter__install_pe()
H A Devsel.h387 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu()
399 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 Devlist.h351 int cpu_map_idx; member
H A Dauxtrace.c655 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx() local
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c268 static int evsel__write_stat_event(struct evsel *counter, int cpu_map_idx, u32 thread, in evsel__write_stat_event()
278 static int read_single_counter(struct evsel *counter, int cpu_map_idx, in read_single_counter()
316 static int read_counter_cpu(struct evsel *counter, struct timespec *rs, int cpu_map_idx) in read_counter_cpu()