Home
last modified time | relevance | path

Searched refs:perf_cpu_map__new (Results 1 – 25 of 38) sorted by relevance

12

/Linux-v5.4/tools/perf/tests/
Dcpumap.c83 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()
Devent-times.c120 cpus = perf_cpu_map__new("0"); in attach__cpu_disabled()
149 cpus = perf_cpu_map__new("0"); in attach__cpu_enabled()
Dbitmap.c13 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
Dmem2node.c26 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
Dopenat-syscall-all-cpus.c39 cpus = perf_cpu_map__new(NULL); in test__openat_syscall_event_on_all_cpus()
Dtopology.c131 map = perf_cpu_map__new(NULL); in test__session_topology()
Devent_update.c117 evsel->core.own_cpus = perf_cpu_map__new("1,2,3"); in test__event_update()
Dkeep-tracking.c83 cpus = perf_cpu_map__new(NULL); in test__keep_tracking()
Dmmap-basic.c54 cpus = perf_cpu_map__new(NULL); in test__basic_mmap()
/Linux-v5.4/tools/perf/lib/Documentation/tutorial/
Dtutorial.rst70 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/
Drecord.c70 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()
Dcputopo.c188 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/
Dlibperf.map7 perf_cpu_map__new;
Dcpumap.c157 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/
Dcpumap.h12 LIBPERF_API struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
/Linux-v5.4/tools/perf/lib/tests/
Dtest-evsel.c26 cpus = perf_cpu_map__new(NULL); in test_stat_cpu()
Dtest-evlist.c32 cpus = perf_cpu_map__new(NULL); in test_stat_cpu()
/Linux-v5.4/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c74 cpus = perf_cpu_map__new(NULL); in test__perf_time_to_tsc()
/Linux-v5.4/tools/perf/arch/arm/util/
Dcs-etm.c163 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/
Dfutex-wake.c135 cpu = perf_cpu_map__new(NULL); in bench_futex_wake()
Dfutex-requeue.c127 cpu = perf_cpu_map__new(NULL); in bench_futex_requeue()
Dfutex-hash.c136 cpu = perf_cpu_map__new(NULL); in bench_futex_hash()
Dfutex-lock-pi.c160 cpu = perf_cpu_map__new(NULL); in bench_futex_lock_pi()
Dfutex-wake-parallel.c241 cpu = perf_cpu_map__new(NULL); in bench_futex_wake_parallel()
/Linux-v5.4/tools/perf/lib/Documentation/man/
Dlibperf.rst31 struct perf_cpu_map \*perf_cpu_map__new(const char \*cpu_list);

12