/linux-6.6.21/arch/arm64/kernel/vdso32/ |
D | Makefile | 112 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 vdso.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) 148 $(c-obj-vdso-gettimeofday): %.o: %.c FORCE
|
/linux-6.6.21/tools/perf/bench/ |
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()
|
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()
|
D | kallsyms-parse.c | 47 gettimeofday(&start, NULL); in do_kallsyms_parse() 53 gettimeofday(&end, NULL); in do_kallsyms_parse()
|
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()
|
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()
|
D | syscall.c | 85 gettimeofday(&start, NULL); in bench_syscall_common() 112 gettimeofday(&stop, NULL); in bench_syscall_common()
|
D | sched-pipe.c | 99 gettimeofday(&start, NULL); in bench_sched_pipe() 147 gettimeofday(&stop, NULL); in bench_sched_pipe()
|
D | sched-seccomp-notify.c | 105 gettimeofday(&start, NULL); in bench_sched_seccomp_notify() 142 gettimeofday(&stop, NULL); in bench_sched_seccomp_notify()
|
D | pmu-scan.c | 149 gettimeofday(&start, NULL); in run_pmu_scan() 154 gettimeofday(&end, NULL); in run_pmu_scan()
|
/linux-6.6.21/arch/powerpc/kernel/vdso/ |
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 11 ifneq ($(c-gettimeofday-y),) 12 CFLAGS_vgettimeofday-32.o += -include $(c-gettimeofday-y) 24 CFLAGS_vgettimeofday-64.o += -include $(c-gettimeofday-y)
|
/linux-6.6.21/lib/vdso/ |
D | Makefile | 6 c-gettimeofday-$(CONFIG_GENERIC_GETTIMEOFDAY) := $(addprefix $(GENERIC_VDSO_DIR), gettimeofday.c)
|
/linux-6.6.21/tools/testing/selftests/powerpc/benchmarks/ |
D | gettimeofday.c | 17 gettimeofday(&tv_start, NULL); in test_gettimeofday() 20 gettimeofday(&tv_end, NULL); in test_gettimeofday()
|
/linux-6.6.21/tools/testing/selftests/timers/ |
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()
|
D | set-tz.c | 44 gettimeofday(&tv, &tz); in get_tz_min() 54 gettimeofday(&tv, &tz); in get_tz_dst()
|
D | rtcpie.c | 103 gettimeofday(&start, NULL); in main() 110 gettimeofday(&end, NULL); in main()
|
/linux-6.6.21/tools/thermal/lib/ |
D | uptimeofday.c | 18 gettimeofday(&__tv, NULL); in uptimeofday_init() 27 gettimeofday(&__tv, NULL); in getuptimeofday_ms()
|
/linux-6.6.21/tools/testing/selftests/rcutorture/bin/ |
D | mkinitrd.sh | 49 if (gettimeofday(&tvb, NULL)) 54 if (gettimeofday(&tv, NULL))
|
/linux-6.6.21/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall.c | 88 gettimeofday(&end, NULL); in tm_syscall() 116 gettimeofday(&now, 0); in tm_syscall()
|
/linux-6.6.21/tools/testing/selftests/net/ |
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()
|
/linux-6.6.21/arch/csky/kernel/vdso/ |
D | Makefile | 13 ifneq ($(c-gettimeofday-y),) 14 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
|
/linux-6.6.21/arch/arm64/kernel/vdso/ |
D | Makefile | 51 ifneq ($(c-gettimeofday-y),) 52 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
|
/linux-6.6.21/arch/mips/vdso/ |
D | Makefile | 40 ifneq ($(c-gettimeofday-y),) 41 CFLAGS_vgettimeofday.o = -include $(c-gettimeofday-y) 46 …_vgettimeofday-o32.o = -include $(srctree)/$(src)/config-n32-o32-env.c -include $(c-gettimeofday-y) 47 …_vgettimeofday-n32.o = -include $(srctree)/$(src)/config-n32-o32-env.c -include $(c-gettimeofday-y)
|
/linux-6.6.21/arch/riscv/kernel/vdso/ |
D | Makefile | 22 ifneq ($(c-gettimeofday-y),) 23 CFLAGS_vgettimeofday.o += -fPIC -include $(c-gettimeofday-y)
|
/linux-6.6.21/arch/arm/vdso/ |
D | Makefile | 30 ifeq ($(c-gettimeofday-y),) 33 CFLAGS_vgettimeofday.o = -O2 -include $(c-gettimeofday-y)
|