Home
last modified time | relevance | path

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

12345

/linux-6.6.21/arch/arm64/kernel/vdso32/
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 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/
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()
Dsynthesize.c78 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()
Dkallsyms-parse.c47 gettimeofday(&start, NULL); in do_kallsyms_parse()
53 gettimeofday(&end, NULL); in do_kallsyms_parse()
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()
Dmem-functions.c262 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()
Dsyscall.c85 gettimeofday(&start, NULL); in bench_syscall_common()
112 gettimeofday(&stop, NULL); in bench_syscall_common()
Dsched-pipe.c99 gettimeofday(&start, NULL); in bench_sched_pipe()
147 gettimeofday(&stop, NULL); in bench_sched_pipe()
Dsched-seccomp-notify.c105 gettimeofday(&start, NULL); in bench_sched_seccomp_notify()
142 gettimeofday(&stop, NULL); in bench_sched_seccomp_notify()
Dpmu-scan.c149 gettimeofday(&start, NULL); in run_pmu_scan()
154 gettimeofday(&end, NULL); in run_pmu_scan()
/linux-6.6.21/arch/powerpc/kernel/vdso/
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-6.6.21/lib/vdso/
DMakefile6 c-gettimeofday-$(CONFIG_GENERIC_GETTIMEOFDAY) := $(addprefix $(GENERIC_VDSO_DIR), gettimeofday.c)
/linux-6.6.21/tools/testing/selftests/powerpc/benchmarks/
Dgettimeofday.c17 gettimeofday(&tv_start, NULL); in test_gettimeofday()
20 gettimeofday(&tv_end, NULL); in test_gettimeofday()
/linux-6.6.21/tools/testing/selftests/timers/
Dposix_timers.c105 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()
Dset-tz.c44 gettimeofday(&tv, &tz); in get_tz_min()
54 gettimeofday(&tv, &tz); in get_tz_dst()
Drtcpie.c103 gettimeofday(&start, NULL); in main()
110 gettimeofday(&end, NULL); in main()
/linux-6.6.21/tools/thermal/lib/
Duptimeofday.c18 gettimeofday(&__tv, NULL); in uptimeofday_init()
27 gettimeofday(&__tv, NULL); in getuptimeofday_ms()
/linux-6.6.21/tools/testing/selftests/rcutorture/bin/
Dmkinitrd.sh49 if (gettimeofday(&tvb, NULL))
54 if (gettimeofday(&tv, NULL))
/linux-6.6.21/tools/testing/selftests/powerpc/tm/
Dtm-syscall.c88 gettimeofday(&end, NULL); in tm_syscall()
116 gettimeofday(&now, 0); in tm_syscall()
/linux-6.6.21/tools/testing/selftests/net/
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()
/linux-6.6.21/arch/csky/kernel/vdso/
DMakefile13 ifneq ($(c-gettimeofday-y),)
14 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
/linux-6.6.21/arch/arm64/kernel/vdso/
DMakefile51 ifneq ($(c-gettimeofday-y),)
52 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
/linux-6.6.21/arch/mips/vdso/
DMakefile40 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/
DMakefile22 ifneq ($(c-gettimeofday-y),)
23 CFLAGS_vgettimeofday.o += -fPIC -include $(c-gettimeofday-y)
/linux-6.6.21/arch/arm/vdso/
DMakefile30 ifeq ($(c-gettimeofday-y),)
33 CFLAGS_vgettimeofday.o = -O2 -include $(c-gettimeofday-y)

12345