Searched refs:perf_cpu_map__new (Results 1 - 21 of 21) sorted by relevance

/linux-master/tools/perf/tests/
H A Dcpumap.c108 cpus = perf_cpu_map__new("0,2-20");
116 cpus = perf_cpu_map__new("1,256");
124 cpus = perf_cpu_map__new("1-256");
135 struct perf_cpu_map *map = perf_cpu_map__new(str);
161 struct perf_cpu_map *a = perf_cpu_map__new("4,2,1");
162 struct perf_cpu_map *b = perf_cpu_map__new("4,5,7");
176 struct perf_cpu_map *a = perf_cpu_map__new(lhs);
177 struct perf_cpu_map *b = perf_cpu_map__new(rhs);
217 struct perf_cpu_map *one = perf_cpu_map__new("1");
218 struct perf_cpu_map *two = perf_cpu_map__new("
[all...]
H A Dbitmap.c13 struct perf_cpu_map *map = perf_cpu_map__new(str);
H A Devent-times.c120 cpus = perf_cpu_map__new("0");
122 pr_debug("failed to call perf_cpu_map__new\n");
149 cpus = perf_cpu_map__new("0");
151 pr_debug("failed to call perf_cpu_map__new\n");
H A Dmem2node.c26 struct perf_cpu_map *map = perf_cpu_map__new(str);
H A Devent_update.c111 evsel->core.own_cpus = perf_cpu_map__new("1,2,3");
H A Dparse-metric.c88 cpus = perf_cpu_map__new("0");
H A Dpmu-events.c896 cpus = perf_cpu_map__new("0");
/linux-master/tools/lib/perf/include/perf/
H A Dcpumap.h35 * perf_cpu_map__new - create a map from the given cpu_list such as "0-7". If no
39 LIBPERF_API struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
/linux-master/tools/perf/util/
H A Dcputopo.c188 user_requested_cpus = perf_cpu_map__new(user_requested_cpu_list);
192 struct perf_cpu_map *core_cpus = perf_cpu_map__new(core_cpu_list);
400 node_map = perf_cpu_map__new(buf);
H A Dbpf_kwork.c161 map = perf_cpu_map__new(kwork->cpu_list);
H A Dbpf_kwork_top.c136 map = perf_cpu_map__new(kwork->cpu_list);
H A Dsvghelper.c733 m = perf_cpu_map__new(s);
H A Devlist.c1068 cpus = perf_cpu_map__new(target->cpu_list);
2507 user_requested_cpus = perf_cpu_map__new(cpu_list);
H A Dpython.c688 pcpus->cpus = perf_cpu_map__new(cpustr);
H A Dparse-events.c236 cpu_list ? perf_cpu_map__new(cpu_list) : NULL;
H A Dheader.c2749 n->map = perf_cpu_map__new(str);
H A Dsession.c2767 map = perf_cpu_map__new(cpu_list);
/linux-master/tools/lib/perf/
H A Dcpumap.c213 struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list) function
/linux-master/tools/perf/
H A Dbuiltin-stat.c1315 struct perf_cpu_map *cpu_map = perf_cpu_map__new(map);
1730 cpu_map = perf_cpu_map__new(caches[i].map);
H A Dbuiltin-sched.c3254 sched->map.cpus = perf_cpu_map__new(sched->map.cpus_str);
3289 map = perf_cpu_map__new(sched->map.color_cpus_str);
H A Dbuiltin-record.c3603 cpus = perf_cpu_map__new(mask_spec);

Completed in 232 milliseconds