Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/perf/tests/
Dcpumap.c108 cpus = perf_cpu_map__new("0,2-20"); in test__cpu_map_synthesize()
116 cpus = perf_cpu_map__new("1,256"); in test__cpu_map_synthesize()
124 cpus = perf_cpu_map__new("1-256"); in test__cpu_map_synthesize()
135 struct perf_cpu_map *map = perf_cpu_map__new(str); in cpu_map_print()
161 struct perf_cpu_map *a = perf_cpu_map__new("4,2,1"); in test__cpu_map_merge()
162 struct perf_cpu_map *b = perf_cpu_map__new("4,5,7"); in test__cpu_map_merge()
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.c40 cpus = perf_cpu_map__new(NULL); in test__openat_syscall_event_on_all_cpus()
Dkeep-tracking.c84 cpus = perf_cpu_map__new(NULL); in test__keep_tracking()
Devent_update.c111 evsel->core.own_cpus = perf_cpu_map__new("1,2,3"); in test__event_update()
Dperf-time-to-tsc.c95 cpus = perf_cpu_map__new(NULL); in test__perf_time_to_tsc()
Dparse-metric.c89 cpus = perf_cpu_map__new("0"); in __compute_metric()
Dmmap-basic.c53 cpus = perf_cpu_map__new(NULL); in test__basic_mmap()
Dtopology.c228 map = perf_cpu_map__new(NULL); in test__session_topology()
/linux-6.1.9/tools/perf/util/
Dperf_api_probe.c67 cpus = perf_cpu_map__new(NULL); in perf_probe_api()
143 cpus = perf_cpu_map__new(NULL); in perf_can_record_cpu_wide()
Dcputopo.c187 user_requested_cpus = perf_cpu_map__new(user_requested_cpu_list); in cpu_topology__core_wide()
191 struct perf_cpu_map *core_cpus = perf_cpu_map__new(core_cpu_list); in cpu_topology__core_wide()
255 map = perf_cpu_map__new(NULL); in cpu_topology__new()
385 node_map = perf_cpu_map__new(buf); in numa_topology__new()
Devlist-hybrid.c100 cpus = perf_cpu_map__new(cpu_list); in evlist__fix_hybrid_cpus()
Drecord.c248 struct perf_cpu_map *cpus = perf_cpu_map__new(NULL); in evlist__can_select_event()
/linux-6.1.9/tools/lib/perf/
Dlibperf.map8 perf_cpu_map__new;
/linux-6.1.9/tools/lib/perf/include/perf/
Dcpumap.h17 LIBPERF_API struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
/linux-6.1.9/tools/perf/arch/arm64/util/
Dheader.c67 struct perf_cpu_map *cpus = perf_cpu_map__new(NULL); in get_cpuid()
/linux-6.1.9/tools/lib/perf/Documentation/examples/
Dsampling.c42 cpus = perf_cpu_map__new(NULL); in main()
/linux-6.1.9/tools/perf/arch/arm/util/
Dcs-etm.c203 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_set_option()
527 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_priv_size()
718 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_fill()
/linux-6.1.9/tools/lib/perf/tests/
Dtest-evlist.c49 cpus = perf_cpu_map__new(NULL); in test_stat_cpu()
353 cpus = perf_cpu_map__new(NULL); in test_mmap_cpus()
/linux-6.1.9/tools/perf/bench/
Dfutex-wake.c150 cpu = perf_cpu_map__new(NULL); in bench_futex_wake()
Dfutex-hash.c141 cpu = perf_cpu_map__new(NULL); in bench_futex_hash()
Dfutex-lock-pi.c173 cpu = perf_cpu_map__new(NULL); in bench_futex_lock_pi()
Dfutex-requeue.c175 cpu = perf_cpu_map__new(NULL); in bench_futex_requeue()

12