Lines Matching refs:perf_cpu_map
21 struct perf_cpu_map *map; in process_event_mask()
57 struct perf_cpu_map *map; in process_event_cpus()
83 struct perf_cpu_map *map; in process_event_range_cpus()
105 struct perf_cpu_map *cpus; in test__cpu_map_synthesize()
135 struct perf_cpu_map *map = perf_cpu_map__new(str); in cpu_map_print()
161 struct perf_cpu_map *a = perf_cpu_map__new(lhs); in __test__cpu_map_merge()
162 struct perf_cpu_map *b = perf_cpu_map__new(rhs); in __test__cpu_map_merge()
209 struct perf_cpu_map *a = perf_cpu_map__new(lhs); in __test__cpu_map_intersect()
210 struct perf_cpu_map *b = perf_cpu_map__new(rhs); in __test__cpu_map_intersect()
211 struct perf_cpu_map *c = perf_cpu_map__intersect(a, b); in __test__cpu_map_intersect()
249 struct perf_cpu_map *any = perf_cpu_map__new_any_cpu(); in test__cpu_map_equal()
250 struct perf_cpu_map *one = perf_cpu_map__new("1"); in test__cpu_map_equal()
251 struct perf_cpu_map *two = perf_cpu_map__new("2"); in test__cpu_map_equal()
252 struct perf_cpu_map *empty = perf_cpu_map__intersect(one, two); in test__cpu_map_equal()
253 struct perf_cpu_map *pair = perf_cpu_map__new("1-2"); in test__cpu_map_equal()
254 struct perf_cpu_map *tmp; in test__cpu_map_equal()
255 struct perf_cpu_map **maps[] = {&empty, &any, &one, &two, &pair}; in test__cpu_map_equal()