Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 1 – 25 of 87) sorted by relevance

1234

/Linux-v5.4/arch/arm64/kernel/vdso32/
DMakefile123 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/
Dposix_timers.c105 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()
Dset-tz.c44 gettimeofday(&tv, &tz); in get_tz_min()
54 gettimeofday(&tv, &tz); in get_tz_dst()
Drtcpie.c95 gettimeofday(&start, NULL); in main()
102 gettimeofday(&end, NULL); in main()
/Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/
Dgettimeofday.c17 gettimeofday(&tv_start, NULL); in test_gettimeofday()
20 gettimeofday(&tv_end, NULL); in test_gettimeofday()
D.gitignore1 gettimeofday
DMakefile2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall
/Linux-v5.4/lib/vdso/
DMakefile6 c-gettimeofday-$(CONFIG_GENERIC_GETTIMEOFDAY) := $(addprefix $(GENERIC_VDSO_DIR), gettimeofday.c)
/Linux-v5.4/arch/nds32/kernel/vdso/
DMakefile9 obj-vdso := note.o datapage.o sigreturn.o gettimeofday.o
60 gettimeofday.o : gettimeofday.c FORCE
/Linux-v5.4/tools/testing/selftests/powerpc/tm/
Dtm-syscall.c75 gettimeofday(&end, NULL); in tm_syscall()
94 gettimeofday(&now, 0); in tm_syscall()
/Linux-v5.4/tools/testing/selftests/networking/timestamping/
Dtimestamping.c125 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/
Dmem-functions.c261 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()
Dsched-pipe.c99 gettimeofday(&start, NULL); in bench_sched_pipe()
147 gettimeofday(&stop, NULL); in bench_sched_pipe()
Dfutex-wake.c181 gettimeofday(&start, NULL); in bench_futex_wake()
184 gettimeofday(&end, NULL); in bench_futex_wake()
Dfutex-requeue.c176 gettimeofday(&start, NULL); in bench_futex_requeue()
186 gettimeofday(&end, NULL); in bench_futex_requeue()
Dfutex-hash.c106 gettimeofday(&end, NULL); in toggle_done()
164 gettimeofday(&start, NULL); in bench_futex_hash()
Dfutex-lock-pi.c76 gettimeofday(&end, NULL); in toggle_done()
188 gettimeofday(&start, NULL); in bench_futex_lock_pi()
/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Dmkinitrd.sh95 if (gettimeofday(&tvb, NULL))
100 if (gettimeofday(&tv, NULL))
/Linux-v5.4/arch/arm64/kernel/vdso/
DMakefile37 ifneq ($(c-gettimeofday-y),)
38 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
/Linux-v5.4/arch/mips/vdso/
DMakefile38 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/
Dvdso.lds.S22 gettimeofday;
/Linux-v5.4/arch/sparc/vdso/vdso32/
Dvdso32.lds.S21 gettimeofday;
/Linux-v5.4/arch/x86/um/vdso/
Dvdso.lds.S23 gettimeofday;
/Linux-v5.4/arch/x86/entry/vdso/
Dvdso.lds.S22 gettimeofday;
/Linux-v5.4/samples/timers/
Dhpet_example.c183 gettimeofday(&stv, &tz); in hpet_poll()
189 gettimeofday(&etv, &tz); in hpet_poll()

1234