Searched refs:cpu_map__new (Results 1 – 25 of 28) sorted by relevance
12
/Linux-v4.19/tools/perf/tests/ |
D | cpumap.c | 81 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()
|
D | event-times.c | 118 cpus = cpu_map__new("0"); in attach__cpu_disabled() 147 cpus = cpu_map__new("0"); in attach__cpu_enabled()
|
D | bitmap.c | 12 struct cpu_map *map = cpu_map__new(str); in get_bitmap()
|
D | mem2node.c | 20 struct cpu_map *map = cpu_map__new(str); in get_bitmap()
|
D | openat-syscall-all-cpus.c | 36 cpus = cpu_map__new(NULL); in test__openat_syscall_event_on_all_cpus()
|
D | topology.c | 129 map = cpu_map__new(NULL); in test__session_topology()
|
D | keep-tracking.c | 78 cpus = cpu_map__new(NULL); in test__keep_tracking()
|
D | event_update.c | 111 evsel->own_cpus = cpu_map__new("1,2,3"); in test__event_update()
|
D | mmap-basic.c | 49 cpus = cpu_map__new(NULL); in test__basic_mmap()
|
D | switch-tracking.c | 343 cpus = cpu_map__new(NULL); in test__switch_tracking()
|
D | code-reading.c | 614 cpus = cpu_map__new(NULL); in do_test_code_reading()
|
/Linux-v4.19/tools/perf/util/ |
D | record.c | 66 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()
|
D | cpumap.h | 18 struct cpu_map *cpu_map__new(const char *cpu_list);
|
D | cpumap.c | 125 struct cpu_map *cpu_map__new(const char *cpu_list) in cpu_map__new() function
|
D | evlist.c | 1099 cpus = cpu_map__new(target->cpu_list); in perf_evlist__create_maps() 1382 cpus = cpu_map__new(NULL); in perf_evlist__create_syswide_maps()
|
D | svghelper.c | 738 m = cpu_map__new(s); in str_to_bitmap()
|
D | header.c | 668 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/ |
D | perf-time-to-tsc.c | 68 cpus = cpu_map__new(NULL); in test__perf_time_to_tsc()
|
/Linux-v4.19/tools/perf/bench/ |
D | futex-wake.c | 134 cpu = cpu_map__new(NULL); in bench_futex_wake()
|
D | futex-requeue.c | 126 cpu = cpu_map__new(NULL); in bench_futex_requeue()
|
D | futex-hash.c | 134 cpu = cpu_map__new(NULL); in bench_futex_hash()
|
D | futex-lock-pi.c | 158 cpu = cpu_map__new(NULL); in bench_futex_lock_pi()
|
D | futex-wake-parallel.c | 240 cpu = cpu_map__new(NULL); in bench_futex_wake_parallel()
|
/Linux-v4.19/tools/perf/arch/arm/util/ |
D | cs-etm.c | 291 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/ |
D | builtin-ftrace.c | 206 struct cpu_map *cpumap = cpu_map__new(NULL); in reset_tracing_cpu()
|
12