/linux/arch/arm64/kernel/vdso32/ |
A D | Makefile | 115 c-obj-vdso-gettimeofday := vgettimeofday.o 117 ifneq ($(c-gettimeofday-y),) 118 VDSO_CFLAGS_gettimeofday_o += -include $(c-gettimeofday-y) 124 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso.so.dbg vdso.so.raw 126 c-obj-vdso-gettimeofday := $(addprefix $(obj)/, $(c-obj-vdso-gettimeofday)) 128 obj-vdso := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) 154 $(c-obj-vdso-gettimeofday): %.o: %.c FORCE
|
/linux/tools/testing/selftests/timers/ |
A 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()
|
A D | set-tz.c | 44 gettimeofday(&tv, &tz); in get_tz_min() 54 gettimeofday(&tv, &tz); in get_tz_dst()
|
A D | rtcpie.c | 103 gettimeofday(&start, NULL); in main() 110 gettimeofday(&end, NULL); in main()
|
/linux/tools/perf/bench/ |
A D | find-bit-bench.c | 77 gettimeofday(&start, NULL); in do_for_each_set_bit() 82 gettimeofday(&end, NULL); in do_for_each_set_bit() 89 gettimeofday(&start, NULL); in do_for_each_set_bit() 96 gettimeofday(&end, NULL); in do_for_each_set_bit()
|
A D | synthesize.c | 78 gettimeofday(&start, NULL); in do_run_single_threaded() 88 gettimeofday(&end, NULL); in do_run_single_threaded() 169 gettimeofday(&start, NULL); in do_run_multi_threaded() 181 gettimeofday(&end, NULL); in do_run_multi_threaded()
|
A D | syscall.c | 41 gettimeofday(&start, NULL); in bench_syscall_basic() 46 gettimeofday(&stop, NULL); in bench_syscall_basic()
|
A D | kallsyms-parse.c | 47 gettimeofday(&start, NULL); in do_kallsyms_parse() 53 gettimeofday(&end, NULL); in do_kallsyms_parse()
|
A 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()
|
A D | sched-pipe.c | 99 gettimeofday(&start, NULL); in bench_sched_pipe() 147 gettimeofday(&stop, NULL); in bench_sched_pipe()
|
A D | futex-wake.c | 192 gettimeofday(&start, NULL); in bench_futex_wake() 196 gettimeofday(&end, NULL); in bench_futex_wake()
|
/linux/arch/nds32/kernel/vdso/ |
A D | Makefile | 9 obj-vdso := note.o datapage.o sigreturn.o gettimeofday.o 60 gettimeofday.o : gettimeofday.c FORCE
|
/linux/arch/powerpc/kernel/vdso64/ |
A D | Makefile | 7 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o getcpu.o 9 ifneq ($(c-gettimeofday-y),) 10 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
A D | gettimeofday.c | 17 gettimeofday(&tv_start, NULL); in test_gettimeofday() 20 gettimeofday(&tv_end, NULL); in test_gettimeofday()
|
/linux/lib/vdso/ |
A D | Makefile | 6 c-gettimeofday-$(CONFIG_GENERIC_GETTIMEOFDAY) := $(addprefix $(GENERIC_VDSO_DIR), gettimeofday.c)
|
/linux/arch/powerpc/kernel/vdso32/ |
A D | Makefile | 8 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o getcpu.o 10 ifneq ($(c-gettimeofday-y),) 11 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
|
/linux/tools/testing/selftests/rcutorture/bin/ |
A D | mkinitrd.sh | 46 if (gettimeofday(&tvb, NULL)) 51 if (gettimeofday(&tv, NULL))
|
/linux/tools/testing/selftests/powerpc/tm/ |
A D | tm-syscall.c | 88 gettimeofday(&end, NULL); in tm_syscall() 116 gettimeofday(&now, 0); in tm_syscall()
|
/linux/tools/testing/selftests/net/ |
A D | timestamping.c | 142 gettimeofday(&now, 0); in sendpacket() 164 gettimeofday(&now, 0); in printpacket() 497 gettimeofday(&next, 0); in main() 507 gettimeofday(&now, 0); in main() 523 gettimeofday(&now, 0); in main()
|
A D | fin_ack_lat.c | 40 gettimeofday(&start, NULL); in client() 68 gettimeofday(&end, NULL); in client()
|
/linux/arch/mips/vdso/ |
A D | Makefile | 39 ifneq ($(c-gettimeofday-y),) 40 CFLAGS_vgettimeofday.o = -include $(c-gettimeofday-y) 45 …_vgettimeofday-o32.o = -include $(srctree)/$(src)/config-n32-o32-env.c -include $(c-gettimeofday-y) 46 …_vgettimeofday-n32.o = -include $(srctree)/$(src)/config-n32-o32-env.c -include $(c-gettimeofday-y)
|
/linux/arch/csky/kernel/vdso/ |
A D | Makefile | 15 ifneq ($(c-gettimeofday-y),) 16 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
|
/linux/arch/riscv/kernel/vdso/ |
A D | Makefile | 21 ifneq ($(c-gettimeofday-y),) 22 CFLAGS_vgettimeofday.o += -fPIC -include $(c-gettimeofday-y)
|
/linux/arch/arm64/kernel/vdso/ |
A D | Makefile | 41 ifneq ($(c-gettimeofday-y),) 42 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
|
/linux/arch/arm/vdso/ |
A D | Makefile | 32 ifeq ($(c-gettimeofday-y),) 35 CFLAGS_vgettimeofday.o = -O2 -include $(c-gettimeofday-y)
|