Searched refs:perf_cpu_map__new (Results 1 – 23 of 23) sorted by relevance
108 cpus = perf_cpu_map__new("0,2-20"); in test__cpu_map_synthesize()116 cpus = perf_cpu_map__new("1,256"); in test__cpu_map_synthesize()124 cpus = perf_cpu_map__new("1-256"); 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("4,2,1"); in test__cpu_map_merge()162 struct perf_cpu_map *b = perf_cpu_map__new("4,5,7"); in test__cpu_map_merge()176 struct perf_cpu_map *a = perf_cpu_map__new(lhs); in __test__cpu_map_intersect()177 struct perf_cpu_map *b = perf_cpu_map__new(rhs); in __test__cpu_map_intersect()217 struct perf_cpu_map *one = perf_cpu_map__new("1"); in test__cpu_map_equal()218 struct perf_cpu_map *two = perf_cpu_map__new("2"); in test__cpu_map_equal()[all …]
120 cpus = perf_cpu_map__new("0"); in attach__cpu_disabled()149 cpus = perf_cpu_map__new("0"); in attach__cpu_enabled()
13 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
26 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
112 evsel->core.own_cpus = perf_cpu_map__new("1,2,3"); in test__event_update()
88 cpus = perf_cpu_map__new("0"); in __compute_metric()
895 cpus = perf_cpu_map__new("0"); in test__parsing_callback()
8 perf_cpu_map__new;
217 struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list) in perf_cpu_map__new() function
188 user_requested_cpus = perf_cpu_map__new(user_requested_cpu_list); in cpu_topology__core_wide()192 struct perf_cpu_map *core_cpus = perf_cpu_map__new(core_cpu_list); in cpu_topology__core_wide()400 node_map = perf_cpu_map__new(buf); in numa_topology__new()
136 map = perf_cpu_map__new(kwork->cpu_list); in setup_filters()
161 map = perf_cpu_map__new(kwork->cpu_list); in setup_filters()
732 map = perf_cpu_map__new(s); in str_to_bitmap()
1073 cpus = perf_cpu_map__new(target->cpu_list); in evlist__create_maps()2579 user_requested_cpus = perf_cpu_map__new(cpu_list); in evlist__warn_user_requested_cpus()
538 pcpus->cpus = perf_cpu_map__new(cpustr); in pyrf_cpu_map__init()
313 cpu_list = perf_cpu_map__new("0"); in add_event_tool()
2503 map = perf_cpu_map__new(cpu_list); in perf_session__cpu_bitmap()
2749 n->map = perf_cpu_map__new(str); in process_numa_topology()
39 LIBPERF_API struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
41 struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
1175 struct perf_cpu_map *cpu_map = perf_cpu_map__new(map); in cpu__get_cache_id_from_map()1579 cpu_map = perf_cpu_map__new(caches[i].map); in perf_env__get_cache_id_for_cpu()
3494 sched->map.cpus = perf_cpu_map__new(sched->map.cpus_str); in setup_map_cpus()3529 map = perf_cpu_map__new(sched->map.color_cpus_str); in setup_color_cpus()
3594 cpus = perf_cpu_map__new(mask_spec); in record__mmap_cpu_mask_init_spec()
Completed in 76 milliseconds