Searched refs:perf_cpu_map__new (Results 1 – 25 of 38) sorted by relevance
12
/Linux-v5.4/tools/perf/tests/ |
D | cpumap.c | 83 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"); in test__cpu_map_synthesize() 91 cpus = perf_cpu_map__new("1,256"); in test__cpu_map_synthesize() 102 struct perf_cpu_map *map = perf_cpu_map__new(str); in cpu_map_print()
|
D | event-times.c | 120 cpus = perf_cpu_map__new("0"); in attach__cpu_disabled() 149 cpus = perf_cpu_map__new("0"); in attach__cpu_enabled()
|
D | bitmap.c | 13 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
|
D | mem2node.c | 26 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
|
D | openat-syscall-all-cpus.c | 39 cpus = perf_cpu_map__new(NULL); in test__openat_syscall_event_on_all_cpus()
|
D | topology.c | 131 map = perf_cpu_map__new(NULL); in test__session_topology()
|
D | event_update.c | 117 evsel->core.own_cpus = perf_cpu_map__new("1,2,3"); in test__event_update()
|
D | keep-tracking.c | 83 cpus = perf_cpu_map__new(NULL); in test__keep_tracking()
|
D | mmap-basic.c | 54 cpus = perf_cpu_map__new(NULL); in test__basic_mmap()
|
/Linux-v5.4/tools/perf/lib/Documentation/tutorial/ |
D | tutorial.rst | 70 8 cpus = perf_cpu_map__new(NULL); 90 The *struct perf_cpumap* object is created by *perf_cpu_map__new* call. 95 8 cpus = perf_cpu_map__new(NULL);
|
/Linux-v5.4/tools/perf/util/ |
D | record.c | 70 cpus = perf_cpu_map__new(NULL); in perf_probe_api() 125 cpus = perf_cpu_map__new(NULL); in perf_can_record_cpu_wide() 282 struct perf_cpu_map *cpus = perf_cpu_map__new(NULL); in perf_evlist__can_select_event()
|
D | cputopo.c | 188 map = perf_cpu_map__new(NULL); in cpu_topology__new() 318 node_map = perf_cpu_map__new(buf); in numa_topology__new()
|
/Linux-v5.4/tools/perf/lib/ |
D | libperf.map | 7 perf_cpu_map__new;
|
D | cpumap.c | 157 struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list) in perf_cpu_map__new() function
|
/Linux-v5.4/tools/perf/lib/include/perf/ |
D | cpumap.h | 12 LIBPERF_API struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
|
/Linux-v5.4/tools/perf/lib/tests/ |
D | test-evsel.c | 26 cpus = perf_cpu_map__new(NULL); in test_stat_cpu()
|
D | test-evlist.c | 32 cpus = perf_cpu_map__new(NULL); in test_stat_cpu()
|
/Linux-v5.4/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 74 cpus = perf_cpu_map__new(NULL); in test__perf_time_to_tsc()
|
/Linux-v5.4/tools/perf/arch/arm/util/ |
D | cs-etm.c | 163 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_set_option() 497 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_priv_size() 644 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_fill()
|
/Linux-v5.4/tools/perf/bench/ |
D | futex-wake.c | 135 cpu = perf_cpu_map__new(NULL); in bench_futex_wake()
|
D | futex-requeue.c | 127 cpu = perf_cpu_map__new(NULL); in bench_futex_requeue()
|
D | futex-hash.c | 136 cpu = perf_cpu_map__new(NULL); in bench_futex_hash()
|
D | futex-lock-pi.c | 160 cpu = perf_cpu_map__new(NULL); in bench_futex_lock_pi()
|
D | futex-wake-parallel.c | 241 cpu = perf_cpu_map__new(NULL); in bench_futex_wake_parallel()
|
/Linux-v5.4/tools/perf/lib/Documentation/man/ |
D | libperf.rst | 31 struct perf_cpu_map \*perf_cpu_map__new(const char \*cpu_list);
|
12