perf_cpu_map__new  163 tools/perf/arch/arm/util/cs-etm.c 	struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new  497 tools/perf/arch/arm/util/cs-etm.c 	struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new  644 tools/perf/arch/arm/util/cs-etm.c 	struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new   74 tools/perf/arch/x86/tests/perf-time-to-tsc.c 	cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new  320 tools/perf/bench/epoll-ctl.c 	cpu = perf_cpu_map__new(NULL);
perf_cpu_map__new  434 tools/perf/bench/epoll-wait.c 	cpu = perf_cpu_map__new(NULL);
perf_cpu_map__new  136 tools/perf/bench/futex-hash.c 	cpu = perf_cpu_map__new(NULL);
perf_cpu_map__new  160 tools/perf/bench/futex-lock-pi.c 	cpu = perf_cpu_map__new(NULL);
perf_cpu_map__new  127 tools/perf/bench/futex-requeue.c 	cpu = perf_cpu_map__new(NULL);
perf_cpu_map__new  241 tools/perf/bench/futex-wake-parallel.c 	cpu = perf_cpu_map__new(NULL);
perf_cpu_map__new  135 tools/perf/bench/futex-wake.c 	cpu = perf_cpu_map__new(NULL);
perf_cpu_map__new  208 tools/perf/builtin-ftrace.c 	struct perf_cpu_map *cpumap = perf_cpu_map__new(NULL);
perf_cpu_map__new 3192 tools/perf/builtin-sched.c 	map = perf_cpu_map__new(sched->map.cpus_str);
perf_cpu_map__new 3226 tools/perf/builtin-sched.c 	map = perf_cpu_map__new(sched->map.color_cpus_str);
perf_cpu_map__new   12 tools/perf/lib/include/perf/cpumap.h LIBPERF_API struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
perf_cpu_map__new   32 tools/perf/lib/tests/test-evlist.c 	cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new   26 tools/perf/lib/tests/test-evsel.c 	cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new   13 tools/perf/tests/bitmap.c 	struct perf_cpu_map *map = perf_cpu_map__new(str);
perf_cpu_map__new  628 tools/perf/tests/code-reading.c 	cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new   83 tools/perf/tests/cpumap.c 	cpus = perf_cpu_map__new("0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19");
perf_cpu_map__new   91 tools/perf/tests/cpumap.c 	cpus = perf_cpu_map__new("1,256");
perf_cpu_map__new  102 tools/perf/tests/cpumap.c 	struct perf_cpu_map *map = perf_cpu_map__new(str);
perf_cpu_map__new  120 tools/perf/tests/event-times.c 	cpus = perf_cpu_map__new("0");
perf_cpu_map__new  149 tools/perf/tests/event-times.c 	cpus = perf_cpu_map__new("0");
perf_cpu_map__new  117 tools/perf/tests/event_update.c 	evsel->core.own_cpus = perf_cpu_map__new("1,2,3");
perf_cpu_map__new   83 tools/perf/tests/keep-tracking.c 	cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new   26 tools/perf/tests/mem2node.c 	struct perf_cpu_map *map = perf_cpu_map__new(str);
perf_cpu_map__new   54 tools/perf/tests/mmap-basic.c 	cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new   39 tools/perf/tests/openat-syscall-all-cpus.c 	cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new  349 tools/perf/tests/switch-tracking.c 	cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new  131 tools/perf/tests/topology.c 	map = perf_cpu_map__new(NULL);
perf_cpu_map__new  567 tools/perf/util/cpumap.c 		online = perf_cpu_map__new(NULL); /* from /sys/devices/system/cpu/online */
perf_cpu_map__new  188 tools/perf/util/cputopo.c 	map = perf_cpu_map__new(NULL);
perf_cpu_map__new  318 tools/perf/util/cputopo.c 	node_map = perf_cpu_map__new(buf);
perf_cpu_map__new  970 tools/perf/util/evlist.c 		cpus = perf_cpu_map__new(target->cpu_list);
perf_cpu_map__new 1224 tools/perf/util/evlist.c 	cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new 2360 tools/perf/util/header.c 		n->map = perf_cpu_map__new(str);
perf_cpu_map__new  328 tools/perf/util/parse-events.c 			       cpu_list ? perf_cpu_map__new(cpu_list) : NULL;
perf_cpu_map__new  563 tools/perf/util/python.c 	pcpus->cpus = perf_cpu_map__new(cpustr);
perf_cpu_map__new   70 tools/perf/util/record.c 	cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new  125 tools/perf/util/record.c 	cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new  282 tools/perf/util/record.c 		struct perf_cpu_map *cpus = perf_cpu_map__new(NULL);
perf_cpu_map__new 2332 tools/perf/util/session.c 	map = perf_cpu_map__new(cpu_list);
perf_cpu_map__new  733 tools/perf/util/svghelper.c 	m = perf_cpu_map__new(s);