Home
last modified time | relevance | path

Searched refs:perf_cpu_map__merge (Results 1 – 6 of 6) sorted by relevance

/linux/tools/lib/perf/include/perf/
H A Dcpumap.h43 LIBPERF_API int perf_cpu_map__merge(struct perf_cpu_map **orig,
/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt43 struct perf_cpu_map *perf_cpu_map__merge(struct perf_cpu_map *orig,
/linux/tools/lib/perf/
H A Dcpumap.c408 int perf_cpu_map__merge(struct perf_cpu_map **orig, struct perf_cpu_map *other) in perf_cpu_map__merge() function
H A Devlist.c131 perf_cpu_map__merge(&evlist->all_cpus, evsel->cpus); in __perf_evlist__propagate_maps()
/linux/tools/perf/util/
H A Dmem-events.c297 ret = perf_cpu_map__merge(&cpu_map, pmu->cpus); in perf_mem_events__record_args()
H A Dparse-events.c153 perf_cpu_map__merge(&cpus, term_cpus); in get_config_cpu()