/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
D | Makefile | 129 c-obj-vdso-gettimeofday := vgettimeofday.o 131 ifneq ($(c-gettimeofday-y),) 132 VDSO_CFLAGS_gettimeofday_o += -include $(c-gettimeofday-y) 138 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso.so.dbg vdso.so.raw 140 c-obj-vdso-gettimeofday := $(addprefix $(obj)/, $(c-obj-vdso-gettimeofday)) 142 obj-vdso := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) 169 $(c-obj-vdso-gettimeofday): %.o: %.c FORCE
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
D | find-bit-bench.c | 77 gettimeofday(&start, NULL); in do_for_each_set_bit() 82 gettimeofday(&end, NULL); in do_for_each_set_bit() 89 gettimeofday(&start, NULL); in do_for_each_set_bit() 96 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 | syscall.c | 41 gettimeofday(&start, NULL); in bench_syscall_basic() 46 gettimeofday(&stop, NULL); in bench_syscall_basic()
|
D | kallsyms-parse.c | 47 gettimeofday(&start, NULL); in do_kallsyms_parse() 53 gettimeofday(&end, NULL); in do_kallsyms_parse()
|
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()
|
/kernel/liteos_m/testsuites/unittest/xts/time/ |
D | clock_time_test.c | 95 int ret1 = gettimeofday(&tValStart, &tZone); 97 int ret2 = gettimeofday(&tValEnd, &tZone); 124 int ret2 = gettimeofday(&tValStart, NULL); 126 int ret3 = gettimeofday(&tValEnd, NULL);
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/ |
D | gettimeofday.c | 17 gettimeofday(&tv_start, NULL); in test_gettimeofday() 20 gettimeofday(&tv_end, NULL); in test_gettimeofday()
|
/kernel/linux/linux-5.10/lib/vdso/ |
D | Makefile | 6 c-gettimeofday-$(CONFIG_GENERIC_GETTIMEOFDAY) := $(addprefix $(GENERIC_VDSO_DIR), gettimeofday.c)
|
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/ |
D | Makefile | 9 obj-vdso := note.o datapage.o sigreturn.o gettimeofday.o 60 gettimeofday.o : gettimeofday.c FORCE
|
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/smoke/ |
D | pthread_mutex_test_008.cpp | 50 gettimeofday(&timeVal, nullptr); in ThreadFuncTest3() 76 gettimeofday(&timeVal, nullptr); in ThreadFuncTest2() 103 gettimeofday(&timeVal, nullptr); in ThreadFuncTest1()
|
D | pthread_mutex_test_019.cpp | 73 gettimeofday(&timeVal, nullptr); in ThreadFuncTest1() 147 gettimeofday(&timeVal, nullptr); in Testcase() 149 gettimeofday(&time, nullptr); in Testcase()
|
D | pthread_mutex_test_021.cpp | 97 gettimeofday(&timeVal, nullptr); in ThreadFuncTest0() 180 gettimeofday(&timeVal, nullptr); in Testcase() 182 gettimeofday(&time, nullptr); in Testcase()
|
D | pthread_mutex_test_022.cpp | 97 gettimeofday(&timeVal, nullptr); in ThreadFuncTest0() 180 gettimeofday(&timeVal, nullptr); in Testcase() 182 gettimeofday(&time, nullptr); in Testcase()
|
D | pthread_mutex_test_020.cpp | 97 gettimeofday(&timeVal, nullptr); in ThreadFuncTest0() 183 gettimeofday(&timeVal, nullptr); in Testcase() 185 gettimeofday(&time, nullptr); in Testcase()
|
D | pthread_mutex_test_007.cpp | 53 gettimeofday(&timeVal, nullptr); in ThreadFuncTest3() 87 gettimeofday(&timeVal, nullptr); in ThreadFuncTest2() 121 gettimeofday(&timeVal, nullptr); in ThreadFuncTest1()
|
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/full/ |
D | pthread_mutex_test_018.cpp | 74 gettimeofday(&timeVal, nullptr); in ThreadFuncTest1() 141 gettimeofday(&timeVal, nullptr); in Testcase() 143 gettimeofday(&time, nullptr); in Testcase()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall.c | 75 gettimeofday(&end, NULL); in tm_syscall() 94 gettimeofday(&now, 0); in tm_syscall()
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
D | mkinitrd.sh | 46 if (gettimeofday(&tvb, NULL)) 51 if (gettimeofday(&tv, NULL))
|
/kernel/linux/build/test/kernel_ltp/syscalls/gettimeofday/ |
D | BUILD.gn | 20 "//third_party/ltp/testcases/kernel/syscalls/gettimeofday/gettimeofday01.c", 27 "//third_party/ltp/testcases/kernel/syscalls/gettimeofday/gettimeofday02.c",
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | timestamping.c | 125 gettimeofday(&now, 0); in sendpacket() 145 gettimeofday(&now, 0); in printpacket() 461 gettimeofday(&next, 0); in main() 471 gettimeofday(&now, 0); in main() 487 gettimeofday(&now, 0); in main()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/ |
D | Makefile | 42 ifneq ($(c-gettimeofday-y),) 43 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
|