/Linux-v4.19/tools/testing/selftests/timers/ |
D | posix_timers.c | 106 err = gettimeofday(&start, NULL); in check_itimer() 125 err = gettimeofday(&end, NULL); in check_itimer() 164 err = gettimeofday(&start, NULL); in check_timer_create() 178 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 | 95 gettimeofday(&start, NULL); in main() 102 gettimeofday(&end, NULL); in main()
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/nds32/kernel/vdso/ |
D | Makefile | 8 obj-vdso := note.o datapage.o sigreturn.o gettimeofday.o 63 gettimeofday.o : gettimeofday.c FORCE
|
/Linux-v4.19/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall.c | 75 gettimeofday(&end, NULL); in tm_syscall() 94 gettimeofday(&now, 0); in tm_syscall()
|
/Linux-v4.19/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 144 gettimeofday(&now, 0); in sendpacket() 164 gettimeofday(&now, 0); in printpacket() 474 gettimeofday(&next, 0); in main() 484 gettimeofday(&now, 0); in main() 500 gettimeofday(&now, 0); in main()
|
/Linux-v4.19/tools/perf/bench/ |
D | mem-functions.c | 260 BUG_ON(gettimeofday(&tv_start, NULL)); in do_memcpy_gettimeofday() 263 BUG_ON(gettimeofday(&tv_end, NULL)); in do_memcpy_gettimeofday() 334 BUG_ON(gettimeofday(&tv_start, NULL)); in do_memset_gettimeofday() 337 BUG_ON(gettimeofday(&tv_end, NULL)); in do_memset_gettimeofday()
|
D | sched-pipe.c | 102 gettimeofday(&start, NULL); in bench_sched_pipe() 150 gettimeofday(&stop, NULL); in bench_sched_pipe()
|
D | futex-wake.c | 180 gettimeofday(&start, NULL); in bench_futex_wake() 183 gettimeofday(&end, NULL); in bench_futex_wake()
|
D | futex-requeue.c | 175 gettimeofday(&start, NULL); in bench_futex_requeue() 185 gettimeofday(&end, NULL); in bench_futex_requeue()
|
D | futex-hash.c | 104 gettimeofday(&end, NULL); in toggle_done() 162 gettimeofday(&start, NULL); in bench_futex_hash()
|
D | futex-lock-pi.c | 74 gettimeofday(&end, NULL); in toggle_done() 186 gettimeofday(&start, NULL); in bench_futex_lock_pi()
|
D | sched-messaging.c | 293 gettimeofday(&start, NULL); in bench_sched_messaging() 303 gettimeofday(&stop, NULL); in bench_sched_messaging()
|
D | futex-wake-parallel.c | 79 gettimeofday(&start, NULL); in waking_workerfn() 86 gettimeofday(&end, NULL); in waking_workerfn()
|
/Linux-v4.19/arch/sparc/vdso/ |
D | vdso.lds.S | 21 gettimeofday;
|
/Linux-v4.19/arch/sparc/vdso/vdso32/ |
D | vdso32.lds.S | 20 gettimeofday;
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vdso.lds.S | 22 gettimeofday;
|
/Linux-v4.19/arch/x86/um/vdso/ |
D | vdso.lds.S | 23 gettimeofday;
|
D | um_vdso.c | 40 int gettimeofday(struct timeval *, struct timezone *)
|
/Linux-v4.19/samples/timers/ |
D | hpet_example.c | 183 gettimeofday(&stv, &tz); in hpet_poll() 189 gettimeofday(&etv, &tz); in hpet_poll()
|
/Linux-v4.19/arch/powerpc/kernel/vdso64/ |
D | Makefile | 4 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o getcpu.o
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | system.c | 44 gettimeofday(&now, NULL); in get_time()
|