Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/bench/
Dmem-memcpy.c32 static bool no_prefault; variable
46 OPT_BOOLEAN('n', "no-prefault", &no_prefault,
118 #define pf (no_prefault ? 0 : 1)
152 if (!only_prefault && !no_prefault) { in __bench_mem_routine()
170 if (!only_prefault && !no_prefault) { in __bench_mem_routine()
196 if (!only_prefault && !no_prefault) { in __bench_mem_routine()
231 if (no_prefault && only_prefault) { in bench_mem_common()
248 if (only_prefault && no_prefault) in bench_mem_common()
249 only_prefault = no_prefault = false; in bench_mem_common()