Searched refs:cpu_map__new (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/tools/perf/tests/
H A Dopen-syscall-all-cpus.c22 cpus = cpu_map__new(NULL); test__open_syscall_event_on_all_cpus()
24 pr_debug("cpu_map__new\n"); test__open_syscall_event_on_all_cpus()
H A Dmmap-basic.c42 cpus = cpu_map__new(NULL); test__basic_mmap()
44 pr_debug("cpu_map__new\n"); test__basic_mmap()
H A Dkeep-tracking.c73 cpus = cpu_map__new(NULL); test__keep_tracking()
H A Dperf-time-to-tsc.c63 cpus = cpu_map__new(NULL); test__perf_time_to_tsc()
H A Dcode-reading.c463 cpus = cpu_map__new(NULL); do_test_code_reading()
465 pr_debug("cpu_map__new failed\n"); do_test_code_reading()
H A Dswitch-tracking.c335 cpus = cpu_map__new(NULL); test__switch_tracking()
337 pr_debug("cpu_map__new failed!\n"); test__switch_tracking()
/linux-4.1.27/tools/perf/util/
H A Dcpumap.h15 struct cpu_map *cpu_map__new(const char *cpu_list);
H A Drecord.c63 cpus = cpu_map__new(NULL); perf_probe_api()
217 struct cpu_map *cpus = cpu_map__new(NULL); perf_evlist__can_select_event()
H A Dcpumap.c112 struct cpu_map *cpu_map__new(const char *cpu_list) cpu_map__new() function
H A Devlist.c1040 evlist->cpus = cpu_map__new(target->cpu_list); perf_evlist__create_maps()
1269 evlist->cpus = cpu_map__new(NULL); perf_evlist__create_syswide_maps()
H A Dpython.c379 pcpus->cpus = cpu_map__new(cpustr); pyrf_cpu_map__init()
H A Dsvghelper.c737 m = cpu_map__new(s); str_to_bitmap()
H A Dsession.c1637 map = cpu_map__new(cpu_list); perf_session__cpu_bitmap()
H A Dheader.c719 node_map = cpu_map__new(buf); write_numa_topology()

Completed in 508 milliseconds