Searched refs:gettimeofday (Results 1 - 25 of 76) sorted by relevance

1234

/linux-master/arch/sparc/vdso/vdso32/
H A Dvdso32.lds.S21 gettimeofday;
/linux-master/arch/sparc/vdso/
H A Dvdso.lds.S22 gettimeofday;
/linux-master/lib/vdso/
H A DMakefile6 c-gettimeofday-$(CONFIG_GENERIC_GETTIMEOFDAY) := $(addprefix $(GENERIC_VDSO_DIR), gettimeofday.c)
/linux-master/arch/x86/um/vdso/
H A Dvdso.lds.S23 gettimeofday;
H A Dum_vdso.c41 int gettimeofday(struct __kernel_old_timeval *, struct timezone *)
/linux-master/arch/x86/entry/vdso/
H A Dvdso.lds.S22 gettimeofday;
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dgettimeofday.c17 gettimeofday(&tv_start, NULL);
20 gettimeofday(&tv_end, NULL);
32 return test_harness(test_gettimeofday, "gettimeofday");
H A DMakefile2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall
/linux-master/tools/thermal/lib/
H A Duptimeofday.c18 gettimeofday(&__tv, NULL);
27 gettimeofday(&__tv, NULL);
/linux-master/tools/perf/bench/
H A Dfind-bit-bench.c79 gettimeofday(&start, NULL);
84 gettimeofday(&end, NULL);
93 gettimeofday(&start, NULL);
100 gettimeofday(&end, NULL);
H A Dkallsyms-parse.c47 gettimeofday(&start, NULL);
53 gettimeofday(&end, NULL);
H A Dsyscall.c85 gettimeofday(&start, NULL);
112 gettimeofday(&stop, NULL);
H A Dsynthesize.c78 gettimeofday(&start, NULL);
88 gettimeofday(&end, NULL);
169 gettimeofday(&start, NULL);
181 gettimeofday(&end, NULL);
/linux-master/tools/testing/selftests/timers/
H A Dset-tz.c44 gettimeofday(&tv, &tz);
54 gettimeofday(&tv, &tz);
H A Dposix_timers.c104 err = gettimeofday(&start, NULL);
106 ksft_perror("Can't call gettimeofday()");
123 err = gettimeofday(&end, NULL);
125 ksft_perror("Can't call gettimeofday()");
161 err = gettimeofday(&start, NULL);
163 ksft_perror("Can't call gettimeofday()");
175 err = gettimeofday(&end, NULL);
177 ksft_perror("Can't call gettimeofday()");
H A Drtcpie.c103 gettimeofday(&start, NULL);
110 gettimeofday(&end, NULL);
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c88 gettimeofday(&end, NULL);
116 gettimeofday(&now, 0);
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile112 c-obj-vdso-gettimeofday := vgettimeofday.o
114 ifneq ($(c-gettimeofday-y),)
115 VDSO_CFLAGS_gettimeofday_o += -include $(c-gettimeofday-y)
121 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso32.so.dbg vdso.so.raw
123 c-obj-vdso-gettimeofday := $(addprefix $(obj)/, $(c-obj-vdso-gettimeofday))
125 obj-vdso := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso)
145 $(c-obj-vdso-gettimeofday): %.o: %.c FORCE
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dmkinitrd.sh49 if (gettimeofday(&tvb, NULL))
54 if (gettimeofday(&tv, NULL))
/linux-master/arch/powerpc/kernel/vdso/
H A DMakefile8 obj-vdso32 = sigtramp32-32.o gettimeofday-32.o datapage-32.o cacheflush-32.o note-32.o getcpu-32.o
9 obj-vdso64 = sigtramp64-64.o gettimeofday-64.o datapage-64.o cacheflush-64.o note-64.o getcpu-64.o
11 ifneq ($(c-gettimeofday-y),)
12 CFLAGS_vgettimeofday-32.o += -include $(c-gettimeofday-y)
24 CFLAGS_vgettimeofday-64.o += -include $(c-gettimeofday-y)
/linux-master/arch/arm/vdso/
H A DMakefile30 ifeq ($(c-gettimeofday-y),)
33 CFLAGS_vgettimeofday.o = -O2 -include $(c-gettimeofday-y)
/linux-master/arch/arm64/kernel/vdso/
H A DMakefile51 ifneq ($(c-gettimeofday-y),)
52 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
/linux-master/arch/csky/kernel/vdso/
H A DMakefile13 ifneq ($(c-gettimeofday-y),)
14 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
/linux-master/arch/riscv/kernel/vdso/
H A DMakefile22 ifneq ($(c-gettimeofday-y),)
23 CFLAGS_vgettimeofday.o += -fPIC -include $(c-gettimeofday-y)
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso_user_wrapper.S37 vdso_func gettimeofday

Completed in 1054 milliseconds

1234