Searched defs:prefault (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/bench/
H A Dmem-memcpy.c40 OPT_BOOLEAN('o', "only-prefault", &only_prefault,
42 OPT_BOOLEAN('n', "no-prefault", &no_prefault,
120 static u64 do_memcpy_clock(memcpy_t fn, size_t len, bool prefault) argument
127 if (prefault)
139 static double do_memcpy_gettimeofday(memcpy_t fn, size_t len, bool prefault) argument
146 if (prefault)
197 /* same to without specifying either of prefault and no-prefault */
252 printf(" %14lf Clock/Byte (with prefault)\n",
259 printf(" (with prefault)\
[all...]

Completed in 55 milliseconds