Searched refs:perf_cpu_map__new (Results 1 – 25 of 43) sorted by relevance
12
/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() 126 struct perf_cpu_map *a = perf_cpu_map__new("4,2,1"); in test__cpu_map_merge() 127 struct perf_cpu_map *b = perf_cpu_map__new("4,5,7"); in test__cpu_map_merge()
|
D | bitmap.c | 13 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
|
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 | 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 | 128 map = perf_cpu_map__new(NULL); in test__session_topology()
|
D | keep-tracking.c | 84 cpus = perf_cpu_map__new(NULL); in test__keep_tracking()
|
D | event_update.c | 117 evsel->core.own_cpus = perf_cpu_map__new("1,2,3"); in test__event_update()
|
D | mmap-basic.c | 55 cpus = perf_cpu_map__new(NULL); in test__basic_mmap()
|
D | parse-metric.c | 153 cpus = perf_cpu_map__new("0"); in __compute_metric()
|
/tools/perf/util/ |
D | perf_api_probe.c | 66 cpus = perf_cpu_map__new(NULL); in perf_probe_api() 131 cpus = perf_cpu_map__new(NULL); in perf_can_record_cpu_wide()
|
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()
|
D | record.c | 239 struct perf_cpu_map *cpus = perf_cpu_map__new(NULL); in perf_evlist__can_select_event()
|
/tools/lib/perf/ |
D | libperf.map | 7 perf_cpu_map__new;
|
/tools/lib/perf/include/perf/ |
D | cpumap.h | 12 LIBPERF_API struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
|
/tools/perf/arch/arm64/util/ |
D | header.c | 67 struct perf_cpu_map *cpus = perf_cpu_map__new(NULL); in get_cpuid()
|
/tools/lib/perf/Documentation/examples/ |
D | sampling.c | 42 cpus = perf_cpu_map__new(NULL); in main()
|
/tools/lib/perf/tests/ |
D | test-evsel.c | 26 cpus = perf_cpu_map__new(NULL); in test_stat_cpu()
|
D | test-evlist.c | 43 cpus = perf_cpu_map__new(NULL); in test_stat_cpu() 333 cpus = perf_cpu_map__new(NULL); in test_mmap_cpus()
|
/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 75 cpus = perf_cpu_map__new(NULL); in test__perf_time_to_tsc()
|
/tools/perf/bench/ |
D | futex-requeue.c | 127 cpu = perf_cpu_map__new(NULL); in bench_futex_requeue()
|
D | futex-wake.c | 135 cpu = perf_cpu_map__new(NULL); in bench_futex_wake()
|
D | futex-hash.c | 136 cpu = perf_cpu_map__new(NULL); in bench_futex_hash()
|
D | futex-lock-pi.c | 159 cpu = perf_cpu_map__new(NULL); in bench_futex_lock_pi()
|
/tools/perf/arch/arm/util/ |
D | cs-etm.c | 164 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_set_option() 499 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_priv_size() 646 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_fill()
|
12