Home
last modified time | relevance | path

Searched defs:tv_diff (Results 1 – 2 of 2) sorted by relevance

/tools/perf/bench/
Dmem-functions.c256 struct timeval tv_start, tv_end, tv_diff; in do_memcpy_gettimeofday() local
326 struct timeval tv_start, tv_end, tv_diff; in do_memset_gettimeofday() local
/tools/testing/selftests/x86/
Dtest_vsyscall.c193 static double tv_diff(const struct timeval *a, const struct timeval *b) in tv_diff() function