Searched defs:cpu_map_idx (Results 1 – 6 of 6) sorted by relevance
/linux/tools/perf/util/ |
H 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()
|
H A D | evsel.c | 1579 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu() 1594 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__disable_cpu() 1674 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas() 1690 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one() 1697 static int evsel__read_retire_lat(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_retire_lat() 1702 static void evsel__set_count(struct evsel *counter, int cpu_map_idx, int thread, in evsel__set_count() 1777 static int evsel__process_group_data(struct evsel *leader, int cpu_map_idx, int thread, u64 *data) in evsel__process_group_data() 1811 static int evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) in evsel__read_group() 1859 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter() 1876 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) in __evsel__read_on_cpu() [all …]
|
H A D | intel-tpebs.c | 342 int tpebs_set_evsel(struct evsel *evsel, int cpu_map_idx, int thread) in tpebs_set_evsel()
|
H A D | hwmon_pmu.c | 811 int evsel__hwmon_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__hwmon_pmu_read()
|
H A D | auxtrace.c | 660 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__enable_event_idx() local
|
/linux/tools/lib/perf/ |
H A 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()
|