Searched refs:perf_cpu_map__new (Results 1 – 25 of 45) sorted by relevance
12
/linux/tools/perf/tests/ |
A 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() 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()
|
A 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()
|
A D | bitmap.c | 13 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
|
A D | mem2node.c | 26 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
|
A D | openat-syscall-all-cpus.c | 39 cpus = perf_cpu_map__new(NULL); in test__openat_syscall_event_on_all_cpus()
|
A D | keep-tracking.c | 84 cpus = perf_cpu_map__new(NULL); in test__keep_tracking()
|
A D | event_update.c | 117 evsel->core.own_cpus = perf_cpu_map__new("1,2,3"); in test__event_update()
|
A D | mmap-basic.c | 55 cpus = perf_cpu_map__new(NULL); in test__basic_mmap()
|
A D | perf-time-to-tsc.c | 90 cpus = perf_cpu_map__new(NULL); in test__perf_time_to_tsc()
|
A D | topology.c | 191 map = perf_cpu_map__new(NULL); in test__session_topology()
|
/linux/tools/perf/util/ |
A D | perf_api_probe.c | 66 cpus = perf_cpu_map__new(NULL); in perf_probe_api() 141 cpus = perf_cpu_map__new(NULL); in perf_can_record_cpu_wide()
|
A D | cputopo.c | 193 map = perf_cpu_map__new(NULL); in cpu_topology__new() 323 node_map = perf_cpu_map__new(buf); in numa_topology__new()
|
A D | evlist-hybrid.c | 100 cpus = perf_cpu_map__new(cpu_list); in evlist__fix_hybrid_cpus()
|
A D | record.c | 247 struct perf_cpu_map *cpus = perf_cpu_map__new(NULL); in evlist__can_select_event()
|
/linux/tools/lib/perf/ |
A D | libperf.map | 7 perf_cpu_map__new;
|
/linux/tools/lib/perf/include/perf/ |
A D | cpumap.h | 13 LIBPERF_API struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
|
/linux/tools/perf/arch/arm64/util/ |
A D | header.c | 67 struct perf_cpu_map *cpus = perf_cpu_map__new(NULL); in get_cpuid()
|
/linux/tools/lib/perf/tests/ |
A D | test-evlist.c | 45 cpus = perf_cpu_map__new(NULL); in test_stat_cpu() 348 cpus = perf_cpu_map__new(NULL); in test_mmap_cpus()
|
A D | test-evsel.c | 27 cpus = perf_cpu_map__new(NULL); in test_stat_cpu()
|
/linux/tools/lib/perf/Documentation/examples/ |
A D | sampling.c | 42 cpus = perf_cpu_map__new(NULL); in main()
|
/linux/tools/perf/arch/arm/util/ |
A D | cs-etm.c | 203 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/tools/perf/bench/ |
A D | futex-wake.c | 139 cpu = perf_cpu_map__new(NULL); in bench_futex_wake()
|
A D | futex-hash.c | 138 cpu = perf_cpu_map__new(NULL); in bench_futex_hash()
|
A D | futex-lock-pi.c | 161 cpu = perf_cpu_map__new(NULL); in bench_futex_lock_pi()
|
A D | futex-requeue.c | 163 cpu = perf_cpu_map__new(NULL); in bench_futex_requeue()
|
Completed in 22 milliseconds
12