Searched refs:bench__start (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | futex-hash.c | 40 struct timeval bench__start, bench__end, bench__runtime; variable 107 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 165 gettimeofday(&bench__start, NULL); in bench_futex_hash()
|
H A D | futex-lock-pi.c | 76 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 188 gettimeofday(&bench__start, NULL); in bench_futex_lock_pi()
|
H A D | bench.h | 7 extern struct timeval bench__start, bench__end, bench__runtime;
|
H A D | epoll-wait.c | 279 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 482 gettimeofday(&bench__start, NULL); in bench_epoll_wait()
|
H A D | epoll-ctl.c | 97 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 364 gettimeofday(&bench__start, NULL); in bench_epoll_ctl()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | futex-hash.c | 37 struct timeval bench__start, bench__end, bench__runtime; variable 110 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 175 gettimeofday(&bench__start, NULL); in bench_futex_hash()
|
H A D | futex-lock-pi.c | 79 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 208 gettimeofday(&bench__start, NULL); in bench_futex_lock_pi()
|
H A D | bench.h | 7 extern struct timeval bench__start, bench__end, bench__runtime;
|
H A D | epoll-wait.c | 279 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 495 gettimeofday(&bench__start, NULL); in bench_epoll_wait()
|
H A D | epoll-ctl.c | 97 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 377 gettimeofday(&bench__start, NULL); in bench_epoll_ctl()
|
Completed in 6 milliseconds