/tools/testing/selftests/powerpc/benchmarks/ |
D | gettimeofday.c | 17 gettimeofday(&tv_start, NULL); in test_gettimeofday() 20 gettimeofday(&tv_end, NULL); in test_gettimeofday()
|
D | .gitignore | 1 gettimeofday
|
D | Makefile | 2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall
|
/tools/testing/selftests/timers/ |
D | posix_timers.c | 105 err = gettimeofday(&start, NULL); in check_itimer() 124 err = gettimeofday(&end, NULL); in check_itimer() 163 err = gettimeofday(&start, NULL); in check_timer_create() 177 err = gettimeofday(&end, NULL); in check_timer_create()
|
D | set-tz.c | 44 gettimeofday(&tv, &tz); in get_tz_min() 54 gettimeofday(&tv, &tz); in get_tz_dst()
|
D | rtcpie.c | 103 gettimeofday(&start, NULL); in main() 110 gettimeofday(&end, NULL); in main()
|
/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall.c | 75 gettimeofday(&end, NULL); in tm_syscall() 94 gettimeofday(&now, 0); in tm_syscall()
|
/tools/testing/selftests/rcutorture/bin/ |
D | mkinitrd.sh | 95 if (gettimeofday(&tvb, NULL)) 100 if (gettimeofday(&tv, NULL))
|
/tools/perf/bench/ |
D | sched-pipe.c | 99 gettimeofday(&start, NULL); in bench_sched_pipe() 147 gettimeofday(&stop, NULL); in bench_sched_pipe()
|
D | mem-functions.c | 262 BUG_ON(gettimeofday(&tv_start, NULL)); in do_memcpy_gettimeofday() 265 BUG_ON(gettimeofday(&tv_end, NULL)); in do_memcpy_gettimeofday() 336 BUG_ON(gettimeofday(&tv_start, NULL)); in do_memset_gettimeofday() 339 BUG_ON(gettimeofday(&tv_end, NULL)); in do_memset_gettimeofday()
|
D | futex-wake.c | 181 gettimeofday(&start, NULL); in bench_futex_wake() 184 gettimeofday(&end, NULL); in bench_futex_wake()
|
D | futex-requeue.c | 176 gettimeofday(&start, NULL); in bench_futex_requeue() 186 gettimeofday(&end, NULL); in bench_futex_requeue()
|
D | futex-hash.c | 106 gettimeofday(&bench__end, NULL); in toggle_done() 164 gettimeofday(&bench__start, NULL); in bench_futex_hash()
|
D | futex-lock-pi.c | 75 gettimeofday(&bench__end, NULL); in toggle_done() 187 gettimeofday(&bench__start, NULL); in bench_futex_lock_pi()
|
D | sched-messaging.c | 290 gettimeofday(&start, NULL); in bench_sched_messaging() 300 gettimeofday(&stop, NULL); in bench_sched_messaging()
|
D | futex-wake-parallel.c | 80 gettimeofday(&start, NULL); in waking_workerfn() 87 gettimeofday(&end, NULL); in waking_workerfn()
|
D | epoll-ctl.c | 96 gettimeofday(&bench__end, NULL); in toggle_done() 363 gettimeofday(&bench__start, NULL); in bench_epoll_ctl()
|
D | epoll-wait.c | 278 gettimeofday(&bench__end, NULL); in toggle_done() 481 gettimeofday(&bench__start, NULL); in bench_epoll_wait()
|
D | numa.c | 1151 gettimeofday(&start0, NULL); in worker_thread() 1191 gettimeofday(&stop, NULL); in worker_thread() 1258 gettimeofday(&stop, NULL); in worker_thread() 1512 gettimeofday(&start, NULL); in __bench_numa() 1545 gettimeofday(&stop, NULL); in __bench_numa() 1559 gettimeofday(&start, NULL); in __bench_numa() 1582 gettimeofday(&stop, NULL); in __bench_numa()
|
/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 125 gettimeofday(&now, 0); in sendpacket() 145 gettimeofday(&now, 0); in printpacket() 461 gettimeofday(&next, 0); in main() 471 gettimeofday(&now, 0); in main() 487 gettimeofday(&now, 0); in main()
|
/tools/power/cpupower/bench/ |
D | system.c | 31 gettimeofday(&now, NULL); in get_time()
|
/tools/perf/Documentation/ |
D | perf-bench.txt | 161 Use perf's cpu-cycles event instead of gettimeofday syscall. 185 Use perf's cpu-cycles event instead of gettimeofday syscall.
|
/tools/testing/selftests/net/ |
D | tcp_mmap.c | 136 gettimeofday(&t0, NULL); in child_thread() 198 gettimeofday(&t1, NULL); in child_thread()
|
D | udpgso_bench_rx.c | 88 gettimeofday(&tv, NULL); in gettimeofday_ms()
|
/tools/perf/tests/ |
D | switch-tracking.c | 30 err = gettimeofday(&start, NULL); in spin_sleep() 39 err = gettimeofday(&now, NULL); in spin_sleep()
|