Lines Matching defs:cpu_map_idx
1428 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu()
1443 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__disable_cpu()
1520 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas()
1536 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one()
1543 static int evsel__read_retire_lat(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_retire_lat()
1548 static void evsel__set_count(struct evsel *counter, int cpu_map_idx, int thread, in evsel__set_count()
1623 static int evsel__process_group_data(struct evsel *leader, int cpu_map_idx, int thread, u64 *data) in evsel__process_group_data()
1657 static int evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) in evsel__read_group()
1779 static int evsel__read_tool(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_tool()
1848 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter()
1862 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) in __evsel__read_on_cpu()
1883 int cpu_map_idx) in evsel__match_other_cpu()
1891 static int evsel__hybrid_group_cpu_map_idx(struct evsel *evsel, int cpu_map_idx) in evsel__hybrid_group_cpu_map_idx()
1903 static int get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) in get_group_fd()
1939 int nr_cpus, int cpu_map_idx, in update_fds()
1963 int nr_cpus, int cpu_map_idx, in evsel__ignore_missing_thread()
2473 int evsel__open_per_cpu(struct evsel *evsel, struct perf_cpu_map *cpus, int cpu_map_idx) in evsel__open_per_cpu()
3431 int cpu_map_idx, thread; in store_evsel_ids() local