Lines Matching defs:cpu_map_idx

1440 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx)  in evsel__enable_cpu()
1455 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__disable_cpu()
1523 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas()
1539 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one()
1546 static void evsel__set_count(struct evsel *counter, int cpu_map_idx, int thread, in evsel__set_count()
1561 static int evsel__process_group_data(struct evsel *leader, int cpu_map_idx, int thread, u64 *data) in evsel__process_group_data()
1595 static int evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) in evsel__read_group()
1625 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter()
1635 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) in __evsel__read_on_cpu()
1656 int cpu_map_idx) in evsel__match_other_cpu()
1664 static int evsel__hybrid_group_cpu_map_idx(struct evsel *evsel, int cpu_map_idx) in evsel__hybrid_group_cpu_map_idx()
1676 static int get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) in get_group_fd()
1708 int nr_cpus, int cpu_map_idx, in update_fds()
1732 int nr_cpus, int cpu_map_idx, in evsel__ignore_missing_thread()
2195 int evsel__open_per_cpu(struct evsel *evsel, struct perf_cpu_map *cpus, int cpu_map_idx) in evsel__open_per_cpu()
3097 int cpu_map_idx, thread; in store_evsel_ids() local