Home
last modified time | relevance | path

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

1234

/linux/arch/arm64/kernel/vdso32/
H A DMakefile101 c-obj-vdso-gettimeofday := vgettimeofday.o
103 ifneq ($(c-gettimeofday-y),)
104 VDSO_CFLAGS_gettimeofday_o += -include $(c-gettimeofday-y)
110 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso32.so.dbg vdso.so.r…
112 c-obj-vdso-gettimeofday := $(addprefix $(obj)/, $(c-obj-vdso-gettimeofday))
114 obj-vdso := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso)
134 $(c-obj-vdso-gettimeofday): %.o: %.c FORCE
/linux/tools/perf/bench/
H A Dfind-bit-bench.c79 gettimeofday(&start, NULL); in do_for_each_set_bit()
84 gettimeofday(&end, NULL); in do_for_each_set_bit()
93 gettimeofday(&start, NULL); in do_for_each_set_bit()
100 gettimeofday(&end, NULL); in do_for_each_set_bit()
H A Dsynthesize.c79 gettimeofday(&start, NULL); in do_run_single_threaded()
89 gettimeofday(&end, NULL); in do_run_single_threaded()
179 gettimeofday(&start, NULL); in do_run_multi_threaded()
191 gettimeofday(&end, NULL); in do_run_multi_threaded()
H A Dbreakpoint.c140 gettimeofday(&start, NULL); in bench_breakpoint_thread()
147 gettimeofday(&stop, NULL); in bench_breakpoint_thread()
230 gettimeofday(&start, NULL); in bench_breakpoint_enable()
237 gettimeofday(&stop, NULL); in bench_breakpoint_enable()
H A Dkallsyms-parse.c47 gettimeofday(&start, NULL); in do_kallsyms_parse()
53 gettimeofday(&end, NULL); in do_kallsyms_parse()
H A Dsyscall.c96 gettimeofday(&start, NULL); in bench_syscall_common()
116 gettimeofday(&stop, NULL); in bench_syscall_common()
H A Dsched-seccomp-notify.c105 gettimeofday(&start, NULL); in bench_sched_seccomp_notify()
142 gettimeofday(&stop, NULL); in bench_sched_seccomp_notify()
H A Dpmu-scan.c150 gettimeofday(&start, NULL); in run_pmu_scan()
155 gettimeofday(&end, NULL); in run_pmu_scan()
/linux/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
14 ifneq ($(c-gettimeofday-y),)
15 CFLAGS_vgettimeofday-32.o += -include $(c-gettimeofday-y)
20 CFLAGS_vgettimeofday-64.o += -include $(c-gettimeofday-y) $(call cc-option, -ffixed-r30)
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dgettimeofday.c17 gettimeofday(&tv_start, NULL); in test_gettimeofday()
20 gettimeofday(&tv_end, NULL); in test_gettimeofday()
32 return test_harness(test_gettimeofday, "gettimeofday"); in main()
H A D.gitignore2 gettimeofday
/linux/tools/thermal/lib/
H A Duptimeofday.c18 gettimeofday(&__tv, NULL); in uptimeofday_init()
27 gettimeofday(&__tv, NULL); in getuptimeofday_ms()
/linux/tools/testing/selftests/timers/
H A Dset-tz.c44 gettimeofday(&tv, &tz); in get_tz_min()
54 gettimeofday(&tv, &tz); in get_tz_dst()
H A Drtcpie.c103 gettimeofday(&start, NULL); in main()
110 gettimeofday(&end, NULL); in main()
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c88 gettimeofday(&end, NULL); in tm_syscall()
116 gettimeofday(&now, 0); in tm_syscall()
/linux/tools/testing/selftests/rcutorture/bin/
H A Dmkinitrd.sh49 if (gettimeofday(&tvb, NULL))
54 if (gettimeofday(&tv, NULL))
/linux/tools/testing/selftests/net/
H A Dtimestamping.c142 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()
H A Dfin_ack_lat.c40 gettimeofday(&start, NULL); in client()
68 gettimeofday(&end, NULL); in client()
/linux/arch/arm/vdso/
H A DMakefile30 ifeq ($(c-gettimeofday-y),)
33 CFLAGS_vgettimeofday.o = -O2 -include $(c-gettimeofday-y)
/linux/arch/mips/vdso/
H A DMakefile38 ifneq ($(c-gettimeofday-y),)
39 CFLAGS_vgettimeofday.o = -include $(c-gettimeofday-y)
44 CFLAGS_vgettimeofday-o32.o = -include $(src)/config-n32-o32-env.c -include $(c-gettimeofday-y)
45 CFLAGS_vgettimeofday-n32.o = -include $(src)/config-n32-o32-env.c -include $(c-gettimeofday-y)
/linux/arch/arm64/kernel/vdso/
H A DMakefile52 ifneq ($(c-gettimeofday-y),)
53 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
/linux/arch/loongarch/vdso/
H A DMakefile34 ifneq ($(c-gettimeofday-y),)
35 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
/linux/arch/sparc/vdso/
H A Dvdso.lds.S22 gettimeofday;
/linux/arch/sparc/vdso/vdso32/
H A Dvdso32.lds.S21 gettimeofday;
/linux/arch/x86/um/vdso/
H A Dvdso.lds.S23 gettimeofday;

1234