Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/perf/tests/
Dcpumap.c81 cpus = cpu_map__new("0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19"); in test__cpu_map_synthesize()
89 cpus = cpu_map__new("1,256"); in test__cpu_map_synthesize()
100 struct cpu_map *map = cpu_map__new(str); in cpu_map_print()
Devent-times.c118 cpus = cpu_map__new("0"); in attach__cpu_disabled()
147 cpus = cpu_map__new("0"); in attach__cpu_enabled()
Dbitmap.c12 struct cpu_map *map = cpu_map__new(str); in get_bitmap()
Dmem2node.c20 struct cpu_map *map = cpu_map__new(str); in get_bitmap()
Dopenat-syscall-all-cpus.c36 cpus = cpu_map__new(NULL); in test__openat_syscall_event_on_all_cpus()
Dtopology.c129 map = cpu_map__new(NULL); in test__session_topology()
Dkeep-tracking.c78 cpus = cpu_map__new(NULL); in test__keep_tracking()
Devent_update.c111 evsel->own_cpus = cpu_map__new("1,2,3"); in test__event_update()
Dmmap-basic.c49 cpus = cpu_map__new(NULL); in test__basic_mmap()
Dswitch-tracking.c343 cpus = cpu_map__new(NULL); in test__switch_tracking()
Dcode-reading.c614 cpus = cpu_map__new(NULL); in do_test_code_reading()
/Linux-v4.19/tools/perf/util/
Drecord.c66 cpus = cpu_map__new(NULL); in perf_probe_api()
121 cpus = cpu_map__new(NULL); in perf_can_record_cpu_wide()
278 struct cpu_map *cpus = cpu_map__new(NULL); in perf_evlist__can_select_event()
Dcpumap.h18 struct cpu_map *cpu_map__new(const char *cpu_list);
Dcpumap.c125 struct cpu_map *cpu_map__new(const char *cpu_list) in cpu_map__new() function
Devlist.c1099 cpus = cpu_map__new(target->cpu_list); in perf_evlist__create_maps()
1382 cpus = cpu_map__new(NULL); in perf_evlist__create_syswide_maps()
Dsvghelper.c738 m = cpu_map__new(s); in str_to_bitmap()
Dheader.c668 map = cpu_map__new(NULL); in build_cpu_topology()
868 node_map = cpu_map__new(buf); in write_numa_topology()
2249 n->map = cpu_map__new(str); in process_numa_topology()
/Linux-v4.19/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c68 cpus = cpu_map__new(NULL); in test__perf_time_to_tsc()
/Linux-v4.19/tools/perf/bench/
Dfutex-wake.c134 cpu = cpu_map__new(NULL); in bench_futex_wake()
Dfutex-requeue.c126 cpu = cpu_map__new(NULL); in bench_futex_requeue()
Dfutex-hash.c134 cpu = cpu_map__new(NULL); in bench_futex_hash()
Dfutex-lock-pi.c158 cpu = cpu_map__new(NULL); in bench_futex_lock_pi()
Dfutex-wake-parallel.c240 cpu = cpu_map__new(NULL); in bench_futex_wake_parallel()
/Linux-v4.19/tools/perf/arch/arm/util/
Dcs-etm.c291 struct cpu_map *online_cpus = cpu_map__new(NULL); in cs_etm_info_priv_size()
451 struct cpu_map *online_cpus = cpu_map__new(NULL); in cs_etm_info_fill()
/Linux-v4.19/tools/perf/
Dbuiltin-ftrace.c206 struct cpu_map *cpumap = cpu_map__new(NULL); in reset_tracing_cpu()

12