Home
last modified time | relevance | path

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

/tools/perf/bench/
DBuild13 perf-$(CONFIG_NUMA) += numa.o
/tools/perf/Documentation/
Dperf-bench.txt55 'numa'::
184 SUITES FOR 'numa'
Dperf-script.txt232 It currently includes: cpu and numa topology of the host system.
Dperf-report.txt323 It currently includes: cpu and numa topology of the host system.
/tools/vm/
Dslabinfo.c46 int numa[MAX_NODES]; member
264 static void decode_numa_list(int *numa, char *t) in decode_numa_list() argument
269 memset(numa, 0, MAX_NODES * sizeof(int)); in decode_numa_list()
280 numa[node] = nr; in decode_numa_list()
381 store_size(b, s->numa[node]); in slab_numa()
1221 decode_numa_list(slab->numa, t); in read_slab_dir()
/tools/perf/
DMakefile.config693 …msg := $(warning No numa.h found, disables 'perf bench numa mem' benchmark, please install numactl…
697 …msg := $(warning Old numa library found, disables 'perf bench numa mem' benchmark, please install …