/openbmc/linux/tools/perf/tests/ |
H A D | cpumap.c | 108 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() 176 struct perf_cpu_map *a = perf_cpu_map__new(lhs); in __test__cpu_map_intersect() 177 struct perf_cpu_map *b = perf_cpu_map__new(rhs); in __test__cpu_map_intersect() 217 struct perf_cpu_map *one = perf_cpu_map__new("1"); in test__cpu_map_equal() 218 struct perf_cpu_map *two = perf_cpu_map__new("2"); in test__cpu_map_equal() [all …]
|
H 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()
|
H A D | bitmap.c | 13 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
|
H A D | mem2node.c | 26 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap()
|
H A D | openat-syscall-all-cpus.c | 40 cpus = perf_cpu_map__new(NULL); in test__openat_syscall_event_on_all_cpus()
|
H A D | keep-tracking.c | 84 cpus = perf_cpu_map__new(NULL); in test__keep_tracking()
|
H A D | event_update.c | 111 evsel->core.own_cpus = perf_cpu_map__new("1,2,3"); in test__event_update()
|
H A D | perf-time-to-tsc.c | 96 cpus = perf_cpu_map__new(NULL); in test__perf_time_to_tsc()
|
H A D | parse-metric.c | 88 cpus = perf_cpu_map__new("0"); in __compute_metric()
|
H A D | topology.c | 218 map = perf_cpu_map__new(NULL); in test__session_topology()
|
H A D | mmap-basic.c | 55 cpus = perf_cpu_map__new(NULL); in test__basic_mmap()
|
/openbmc/linux/tools/perf/util/ |
H A D | perf_api_probe.c | 67 cpus = perf_cpu_map__new(NULL); in perf_probe_api() 143 cpus = perf_cpu_map__new(NULL); in perf_can_record_cpu_wide()
|
H A D | cputopo.c | 188 user_requested_cpus = perf_cpu_map__new(user_requested_cpu_list); in cpu_topology__core_wide() 192 struct perf_cpu_map *core_cpus = perf_cpu_map__new(core_cpu_list); in cpu_topology__core_wide() 270 map = perf_cpu_map__new(NULL); in cpu_topology__new() 400 node_map = perf_cpu_map__new(buf); in numa_topology__new()
|
H A D | record.c | 241 struct perf_cpu_map *cpus = perf_cpu_map__new(NULL); in evlist__can_select_event()
|
/openbmc/linux/tools/lib/perf/ |
H A D | libperf.map | 8 perf_cpu_map__new;
|
/openbmc/linux/tools/lib/perf/include/perf/ |
H A D | cpumap.h | 26 LIBPERF_API struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
|
/openbmc/linux/tools/lib/perf/Documentation/examples/ |
H A D | sampling.c | 42 cpus = perf_cpu_map__new(NULL); in main()
|
/openbmc/linux/tools/perf/arch/arm64/util/ |
H A D | header.c | 60 struct perf_cpu_map *cpus = perf_cpu_map__new(NULL); in get_cpuid()
|
/openbmc/linux/tools/lib/perf/tests/ |
H A D | test-evlist.c | 49 cpus = perf_cpu_map__new(NULL); in test_stat_cpu() 353 cpus = perf_cpu_map__new(NULL); in test_mmap_cpus()
|
/openbmc/linux/tools/perf/arch/arm/util/ |
H A D | cs-etm.c | 202 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_validate_config() 521 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_priv_size() 787 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_fill()
|
/openbmc/linux/tools/perf/bench/ |
H A D | futex-wake.c | 152 cpu = perf_cpu_map__new(NULL); in bench_futex_wake()
|
H A D | futex-lock-pi.c | 175 cpu = perf_cpu_map__new(NULL); in bench_futex_lock_pi()
|
H A D | futex-hash.c | 141 cpu = perf_cpu_map__new(NULL); in bench_futex_hash()
|
H A D | futex-requeue.c | 177 cpu = perf_cpu_map__new(NULL); in bench_futex_requeue()
|
H A D | futex-wake-parallel.c | 267 cpu = perf_cpu_map__new(NULL); in bench_futex_wake_parallel()
|