Lines Matching defs:cpu_map_idx
1437 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu()
1452 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()
1541 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one()
1548 static void evsel__set_count(struct evsel *counter, int cpu_map_idx, int thread, in evsel__set_count()
1563 static int evsel__process_group_data(struct evsel *leader, int cpu_map_idx, int thread, u64 *data) in evsel__process_group_data()
1597 static int evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) in evsel__read_group()
1627 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter()
1637 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) in __evsel__read_on_cpu()
1658 int cpu_map_idx) in evsel__match_other_cpu()
1666 static int evsel__hybrid_group_cpu_map_idx(struct evsel *evsel, int cpu_map_idx) in evsel__hybrid_group_cpu_map_idx()
1678 static int get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) in get_group_fd()
1710 int nr_cpus, int cpu_map_idx, in update_fds()
1734 int nr_cpus, int cpu_map_idx, in evsel__ignore_missing_thread()
2198 int evsel__open_per_cpu(struct evsel *evsel, struct perf_cpu_map *cpus, int cpu_map_idx) in evsel__open_per_cpu()
3092 int cpu_map_idx, thread; in store_evsel_ids() local