Home
last modified time | relevance | path

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

/linux/tools/lib/perf/
H A Devsel.c100 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()
H A Devlist.c308 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()
/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.c1673 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu()
1688 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__disable_cpu()
1778 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas()
1794 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one()
1801 static void evsel__set_count(struct evsel *counter, int cpu_map_idx, int thread, in evsel__set_count()
1876 static int evsel__process_group_data(struct evsel *leader, int cpu_map_idx, int thread, u64 *data) in evsel__process_group_data()
1910 static int evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) in evsel__read_group()
1961 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter()
1981 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) in __evsel__read_on_cpu()
2002 int cpu_map_idx) in evsel__match_other_cpu()
[all …]
H A Dbpf_counter.c334 static int bpf_program_profiler__install_pe(struct evsel *evsel, int cpu_map_idx, in bpf_program_profiler__install_pe()
655 static int bperf__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bperf__install_pe()
850 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bpf_counter__install_pe()
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()
655 int cpu_map_idx; in perf_event__process_stat_event() local
H A Devsel.h405 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu()
417 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 Dtool_pmu.c490 int evsel__tool_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__tool_pmu_read()
H A Dintel-tpebs.c561 int evsel__tpebs_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__tpebs_read()
H A Devlist.h353 int cpu_map_idx; member
H A Dhwmon_pmu.c807 int evsel__hwmon_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__hwmon_pmu_read()
H A Ddrm_pmu.c663 int evsel__drm_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__drm_pmu_read()
H A Dauxtrace.c674 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx() local
/linux/tools/perf/
H A Dbuiltin-stat.c271 static int evsel__write_stat_event(struct evsel *counter, int cpu_map_idx, u32 thread, in evsel__write_stat_event()
281 static int read_single_counter(struct evsel *counter, int cpu_map_idx, int thread) in read_single_counter()
322 static int read_counter_cpu(struct evsel *counter, int cpu_map_idx) in read_counter_cpu()
718 int cpu_map_idx) in create_perf_stat_counter()
H A Dbuiltin-script.c2287 int cpu_map_idx, thread_map_idx, aggr_idx; in perf_sample__fprint_metric() local