Home
last modified time | relevance | path

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

1234

/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 Dkallsyms-parse.c47 gettimeofday(&start, NULL); in do_kallsyms_parse()
53 gettimeofday(&end, NULL); in do_kallsyms_parse()
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 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()
H A Dfutex-wake.c207 gettimeofday(&start, NULL); in bench_futex_wake()
211 gettimeofday(&end, NULL); in bench_futex_wake()
/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
H A DMakefile2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall
/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/arm64/kernel/vdso/
H A DMakefile52 ifneq ($(c-gettimeofday-y),)
53 CFLAGS_vgettimeofday.o += -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/loongarch/vdso/
H A DMakefile36 ifneq ($(c-gettimeofday-y),)
37 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)
/linux/arch/x86/um/vdso/
H A Dvdso.lds.S23 gettimeofday;
/linux/samples/timers/
H A Dhpet_example.c183 gettimeofday(&stv, &tz); in hpet_poll()
189 gettimeofday(&etv, &tz); in hpet_poll()

1234