Home
last modified time | relevance | path

Searched refs:perf_cpu_map__read (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/perf/lib/
Dlibperf.map8 perf_cpu_map__read;
Dcpumap.c85 struct perf_cpu_map *perf_cpu_map__read(FILE *file) in perf_cpu_map__read() function
152 cpus = perf_cpu_map__read(onlnf); in cpu_map__read_all_cpu_map()
/Linux-v5.4/tools/perf/lib/include/perf/
Dcpumap.h13 LIBPERF_API struct perf_cpu_map *perf_cpu_map__read(FILE *file);
/Linux-v5.4/tools/perf/lib/Documentation/man/
Dlibperf.rst32 struct perf_cpu_map \*perf_cpu_map__read(FILE \*file);
/Linux-v5.4/tools/perf/util/
Dpmu.c586 cpus = perf_cpu_map__read(file); in __pmu_cpumask()