| /Linux-v5.4/arch/arm64/kernel/vdso32/ |
| D | Makefile | 123 c-obj-vdso-gettimeofday := vgettimeofday.o 126 ifneq ($(c-gettimeofday-y),) 127 VDSO_CFLAGS_gettimeofday_o += -include $(c-gettimeofday-y) 133 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso.so.dbg vdso.so.raw 135 c-obj-vdso-gettimeofday := $(addprefix $(obj)/, $(c-obj-vdso-gettimeofday)) 137 obj-vdso := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) 164 $(c-obj-vdso-gettimeofday): %.o: %.c FORCE
|
| /Linux-v5.4/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 | 95 gettimeofday(&start, NULL); in main() 102 gettimeofday(&end, NULL); in main()
|
| /Linux-v5.4/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-v5.4/lib/vdso/ |
| D | Makefile | 6 c-gettimeofday-$(CONFIG_GENERIC_GETTIMEOFDAY) := $(addprefix $(GENERIC_VDSO_DIR), gettimeofday.c)
|
| /Linux-v5.4/arch/nds32/kernel/vdso/ |
| D | Makefile | 9 obj-vdso := note.o datapage.o sigreturn.o gettimeofday.o 60 gettimeofday.o : gettimeofday.c FORCE
|
| /Linux-v5.4/tools/testing/selftests/powerpc/tm/ |
| D | tm-syscall.c | 75 gettimeofday(&end, NULL); in tm_syscall() 94 gettimeofday(&now, 0); in tm_syscall()
|
| /Linux-v5.4/tools/testing/selftests/networking/timestamping/ |
| D | timestamping.c | 125 gettimeofday(&now, 0); in sendpacket() 145 gettimeofday(&now, 0); in printpacket() 455 gettimeofday(&next, 0); in main() 465 gettimeofday(&now, 0); in main() 481 gettimeofday(&now, 0); in main()
|
| /Linux-v5.4/tools/perf/bench/ |
| D | mem-functions.c | 261 BUG_ON(gettimeofday(&tv_start, NULL)); in do_memcpy_gettimeofday() 264 BUG_ON(gettimeofday(&tv_end, NULL)); in do_memcpy_gettimeofday() 335 BUG_ON(gettimeofday(&tv_start, NULL)); in do_memset_gettimeofday() 338 BUG_ON(gettimeofday(&tv_end, NULL)); in do_memset_gettimeofday()
|
| D | sched-pipe.c | 99 gettimeofday(&start, NULL); in bench_sched_pipe() 147 gettimeofday(&stop, NULL); in bench_sched_pipe()
|
| 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(&end, NULL); in toggle_done() 164 gettimeofday(&start, NULL); in bench_futex_hash()
|
| D | futex-lock-pi.c | 76 gettimeofday(&end, NULL); in toggle_done() 188 gettimeofday(&start, NULL); in bench_futex_lock_pi()
|
| /Linux-v5.4/tools/testing/selftests/rcutorture/bin/ |
| D | mkinitrd.sh | 95 if (gettimeofday(&tvb, NULL)) 100 if (gettimeofday(&tv, NULL))
|
| /Linux-v5.4/arch/arm64/kernel/vdso/ |
| D | Makefile | 37 ifneq ($(c-gettimeofday-y),) 38 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
|
| /Linux-v5.4/arch/mips/vdso/ |
| D | Makefile | 38 ifneq ($(c-gettimeofday-y),) 39 CFLAGS_vgettimeofday.o = -include $(c-gettimeofday-y) 44 …_vgettimeofday-o32.o = -include $(srctree)/$(src)/config-n32-o32-env.c -include $(c-gettimeofday-y) 45 …_vgettimeofday-n32.o = -include $(srctree)/$(src)/config-n32-o32-env.c -include $(c-gettimeofday-y)
|
| /Linux-v5.4/arch/sparc/vdso/ |
| D | vdso.lds.S | 22 gettimeofday;
|
| /Linux-v5.4/arch/sparc/vdso/vdso32/ |
| D | vdso32.lds.S | 21 gettimeofday;
|
| /Linux-v5.4/arch/x86/um/vdso/ |
| D | vdso.lds.S | 23 gettimeofday;
|
| /Linux-v5.4/arch/x86/entry/vdso/ |
| D | vdso.lds.S | 22 gettimeofday;
|
| /Linux-v5.4/samples/timers/ |
| D | hpet_example.c | 183 gettimeofday(&stv, &tz); in hpet_poll() 189 gettimeofday(&etv, &tz); in hpet_poll()
|