Home
last modified time | relevance | path

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

12

/Linux-v5.15/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()
128 struct perf_cpu_map *a = perf_cpu_map__new("4,2,1"); in test__cpu_map_merge()
129 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.c38 cpus = perf_cpu_map__new(NULL); in test__openat_syscall_event_on_all_cpus()
Devent_update.c117 evsel->core.own_cpus = perf_cpu_map__new("1,2,3"); in test__event_update()
Dkeep-tracking.c84 cpus = perf_cpu_map__new(NULL); in test__keep_tracking()
Dmmap-basic.c55 cpus = perf_cpu_map__new(NULL); in test__basic_mmap()
Dperf-time-to-tsc.c75 cpus = perf_cpu_map__new(NULL); in test__perf_time_to_tsc()
Dtopology.c189 map = perf_cpu_map__new(NULL); in test__session_topology()
Dparse-metric.c160 cpus = perf_cpu_map__new("0"); in __compute_metric()
/Linux-v5.15/tools/perf/util/
Dperf_api_probe.c66 cpus = perf_cpu_map__new(NULL); in perf_probe_api()
141 cpus = perf_cpu_map__new(NULL); in perf_can_record_cpu_wide()
Dcputopo.c189 map = perf_cpu_map__new(NULL); in cpu_topology__new()
319 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.c247 struct perf_cpu_map *cpus = perf_cpu_map__new(NULL); in evlist__can_select_event()
/Linux-v5.15/tools/lib/perf/
Dlibperf.map7 perf_cpu_map__new;
/Linux-v5.15/tools/lib/perf/include/perf/
Dcpumap.h13 LIBPERF_API struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
/Linux-v5.15/tools/perf/arch/arm64/util/
Dheader.c67 struct perf_cpu_map *cpus = perf_cpu_map__new(NULL); in get_cpuid()
/Linux-v5.15/tools/lib/perf/Documentation/examples/
Dsampling.c42 cpus = perf_cpu_map__new(NULL); in main()
/Linux-v5.15/tools/lib/perf/tests/
Dtest-evlist.c45 cpus = perf_cpu_map__new(NULL); in test_stat_cpu()
348 cpus = perf_cpu_map__new(NULL); in test_mmap_cpus()
Dtest-evsel.c27 cpus = perf_cpu_map__new(NULL); in test_stat_cpu()
/Linux-v5.15/tools/perf/arch/arm/util/
Dcs-etm.c203 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_set_option()
540 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_priv_size()
727 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_fill()
/Linux-v5.15/tools/perf/bench/
Dfutex-wake.c139 cpu = perf_cpu_map__new(NULL); in bench_futex_wake()
Dfutex-hash.c138 cpu = perf_cpu_map__new(NULL); in bench_futex_hash()
Dfutex-lock-pi.c161 cpu = perf_cpu_map__new(NULL); in bench_futex_lock_pi()

12