| /linux/arch/arm64/kernel/vdso32/ |
| H A D | Makefile | 101 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 D | find-bit-bench.c | 79 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 D | synthesize.c | 79 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 D | breakpoint.c | 140 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 D | kallsyms-parse.c | 47 gettimeofday(&start, NULL); in do_kallsyms_parse() 53 gettimeofday(&end, NULL); in do_kallsyms_parse()
|
| H A D | syscall.c | 96 gettimeofday(&start, NULL); in bench_syscall_common() 116 gettimeofday(&stop, NULL); in bench_syscall_common()
|
| H A D | sched-seccomp-notify.c | 105 gettimeofday(&start, NULL); in bench_sched_seccomp_notify() 142 gettimeofday(&stop, NULL); in bench_sched_seccomp_notify()
|
| H A D | pmu-scan.c | 150 gettimeofday(&start, NULL); in run_pmu_scan() 155 gettimeofday(&end, NULL); in run_pmu_scan()
|
| /linux/arch/powerpc/kernel/vdso/ |
| H A D | Makefile | 8 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 D | gettimeofday.c | 17 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 | .gitignore | 2 gettimeofday
|
| /linux/tools/thermal/lib/ |
| H A D | uptimeofday.c | 18 gettimeofday(&__tv, NULL); in uptimeofday_init() 27 gettimeofday(&__tv, NULL); in getuptimeofday_ms()
|
| /linux/tools/testing/selftests/timers/ |
| H A D | set-tz.c | 44 gettimeofday(&tv, &tz); in get_tz_min() 54 gettimeofday(&tv, &tz); in get_tz_dst()
|
| H A D | rtcpie.c | 103 gettimeofday(&start, NULL); in main() 110 gettimeofday(&end, NULL); in main()
|
| /linux/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-syscall.c | 88 gettimeofday(&end, NULL); in tm_syscall() 116 gettimeofday(&now, 0); in tm_syscall()
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | mkinitrd.sh | 49 if (gettimeofday(&tvb, NULL)) 54 if (gettimeofday(&tv, NULL))
|
| /linux/tools/testing/selftests/net/ |
| H 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()
|
| H A D | fin_ack_lat.c | 40 gettimeofday(&start, NULL); in client() 68 gettimeofday(&end, NULL); in client()
|
| /linux/arch/arm/vdso/ |
| H A D | Makefile | 30 ifeq ($(c-gettimeofday-y),) 33 CFLAGS_vgettimeofday.o = -O2 -include $(c-gettimeofday-y)
|
| /linux/arch/mips/vdso/ |
| H A D | Makefile | 38 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 D | Makefile | 52 ifneq ($(c-gettimeofday-y),) 53 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
|
| /linux/arch/loongarch/vdso/ |
| H A D | Makefile | 34 ifneq ($(c-gettimeofday-y),) 35 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
|
| /linux/arch/sparc/vdso/ |
| H A D | vdso.lds.S | 22 gettimeofday;
|
| /linux/arch/sparc/vdso/vdso32/ |
| H A D | vdso32.lds.S | 21 gettimeofday;
|
| /linux/arch/x86/um/vdso/ |
| H A D | vdso.lds.S | 23 gettimeofday;
|