Home
last modified time | relevance | path

Searched refs:perf_cpu_map__new (Results 1 – 25 of 28) sorted by relevance

12

/tools/perf/tests/
A Dcpumap.c108 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(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()
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()
[all …]
A Dbitmap.c13 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
A Devent-times.c118 cpus = perf_cpu_map__new("0"); in attach__cpu_disabled()
147 cpus = perf_cpu_map__new("0"); in attach__cpu_enabled()
A Dmem2node.c26 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
A Devent_update.c113 evsel->core.pmu_cpus = perf_cpu_map__new("1,2,3"); in test__event_update()
A Dparse-metric.c84 cpus = perf_cpu_map__new("0"); in __compute_metric()
A Dpmu-events.c865 cpus = perf_cpu_map__new("0"); in test__parsing_callback()
/tools/lib/perf/
A Dlibperf.map8 perf_cpu_map__new;
A Dcpumap.c111 cpus = perf_cpu_map__new(buf); in cpu_map__new_sysfs_online()
165 struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list) in perf_cpu_map__new() function
/tools/lib/perf/include/perf/
A Dcpumap.h39 LIBPERF_API struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
/tools/perf/util/
A Dcputopo.c188 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()
A Dbpf_kwork_top.c136 map = perf_cpu_map__new(kwork->cpu_list); in setup_filters()
A Dbpf_kwork.c161 map = perf_cpu_map__new(kwork->cpu_list); in setup_filters()
A Ddrm_pmu.c122 drm->pmu.cpus = perf_cpu_map__new("0"); in add_drm_pmu()
A Dhwmon_pmu.c379 hwm->pmu.cpus = perf_cpu_map__new("0"); in hwmon_pmu__new()
A Dsvghelper.c733 map = perf_cpu_map__new(s); in str_to_bitmap()
A Devlist.c1020 cpus = perf_cpu_map__new(target->cpu_list); in evlist__create_maps()
2547 user_requested_cpus = perf_cpu_map__new(cpu_list); in evlist__warn_user_requested_cpus()
A Dparse-events.c151 term_cpus = perf_cpu_map__new(term->val.str); in get_config_cpu()
1030 map = perf_cpu_map__new(term->val.str); in config_term_common()
A Dpython.c519 pcpus->cpus = perf_cpu_map__new(cpustr); in pyrf_cpu_map__init()
A Dsymbol.c2496 map = perf_cpu_map__new(symbol_conf.parallelism_list_str); in setup_parallelism_bitmap()
A Dpmu.c827 cpus = perf_cpu_map__new(cpumask); in pmu_cpumask()
/tools/perf/arch/x86/util/
A Dpmu.c50 cpus = perf_cpu_map__new(buf); in read_sysfs_cpu_map()
/tools/lib/perf/Documentation/
A Dlibperf.txt41 struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
/tools/perf/
A Dbuiltin-stat.c1187 struct perf_cpu_map *cpu_map = perf_cpu_map__new(map); in cpu__get_cache_id_from_map()
1588 cpu_map = perf_cpu_map__new(caches[i].map); in perf_env__get_cache_id_for_cpu()
A Dbuiltin-sched.c3572 sched->map.cpus = perf_cpu_map__new(sched->map.cpus_str); in setup_map_cpus()
3607 map = perf_cpu_map__new(sched->map.color_cpus_str); in setup_color_cpus()

Completed in 62 milliseconds

12