/linux-4.4.14/tools/testing/selftests/timers/ |
D | posix_timers.c | 106 err = gettimeofday(&start, NULL); in check_itimer() 125 gettimeofday(&end, NULL); in check_itimer() 164 err = gettimeofday(&start, NULL); in check_timer_create() 178 gettimeofday(&end, NULL); in check_timer_create()
|
D | rtctest.c | 234 gettimeofday(&start, NULL); in main() 241 gettimeofday(&end, NULL); in main()
|
/linux-4.4.14/tools/testing/selftests/powerpc/benchmarks/ |
D | gettimeofday.c | 17 gettimeofday(&tv_start, NULL); in test_gettimeofday() 20 gettimeofday(&tv_end, NULL); in test_gettimeofday()
|
D | .gitignore | 1 gettimeofday
|
D | Makefile | 1 TEST_PROGS := gettimeofday
|
/linux-4.4.14/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall.c | 101 gettimeofday(&end, NULL); in tm_syscall() 120 gettimeofday(&now, 0); in tm_syscall()
|
/linux-4.4.14/Documentation/networking/timestamping/ |
D | timestamping.c | 144 gettimeofday(&now, 0); in sendpacket() 164 gettimeofday(&now, 0); in printpacket() 474 gettimeofday(&next, 0); in main() 484 gettimeofday(&now, 0); in main() 500 gettimeofday(&now, 0); in main()
|
D | txtimestamp.c | 111 gettimeofday(&tv, NULL); in print_timestamp_usr()
|
/linux-4.4.14/tools/perf/bench/ |
D | mem-functions.c | 249 BUG_ON(gettimeofday(&tv_start, NULL)); in do_memcpy_gettimeofday() 252 BUG_ON(gettimeofday(&tv_end, NULL)); in do_memcpy_gettimeofday() 339 BUG_ON(gettimeofday(&tv_start, NULL)); in do_memset_gettimeofday() 342 BUG_ON(gettimeofday(&tv_end, NULL)); in do_memset_gettimeofday()
|
D | sched-pipe.c | 100 gettimeofday(&start, NULL); in bench_sched_pipe() 148 gettimeofday(&stop, NULL); in bench_sched_pipe()
|
D | futex-wake.c | 171 gettimeofday(&start, NULL); in bench_futex_wake() 174 gettimeofday(&end, NULL); in bench_futex_wake()
|
D | futex-requeue.c | 166 gettimeofday(&start, NULL); in bench_futex_requeue() 176 gettimeofday(&end, NULL); in bench_futex_requeue()
|
D | futex-lock-pi.c | 68 gettimeofday(&end, NULL); in toggle_done() 175 gettimeofday(&start, NULL); in bench_futex_lock_pi()
|
D | futex-hash.c | 95 gettimeofday(&end, NULL); in toggle_done() 151 gettimeofday(&start, NULL); in bench_futex_hash()
|
D | sched-messaging.c | 292 gettimeofday(&start, NULL); in bench_sched_messaging() 302 gettimeofday(&stop, NULL); in bench_sched_messaging()
|
D | futex-wake-parallel.c | 61 gettimeofday(&start, NULL); in waking_workerfn() 68 gettimeofday(&end, NULL); in waking_workerfn()
|
D | numa.c | 1092 gettimeofday(&start0, NULL); in worker_thread() 1132 gettimeofday(&stop, NULL); in worker_thread() 1199 gettimeofday(&stop, NULL); in worker_thread() 1452 gettimeofday(&start, NULL); in __bench_numa() 1485 gettimeofday(&stop, NULL); in __bench_numa() 1499 gettimeofday(&start, NULL); in __bench_numa() 1522 gettimeofday(&stop, NULL); in __bench_numa()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdso.lds.S | 21 gettimeofday;
|
D | vclock_gettime.c | 322 int gettimeofday(struct timeval *, struct timezone *)
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | vdso.lds.S | 22 gettimeofday;
|
D | um_vdso.c | 40 int gettimeofday(struct timeval *, struct timezone *)
|
/linux-4.4.14/Documentation/timers/ |
D | hpet_example.c | 182 gettimeofday(&stv, &tz); in hpet_poll() 188 gettimeofday(&etv, &tz); in hpet_poll()
|
D | NO_HZ.txt | 125 calls like gettimeofday() returns accurate values on adaptive-tick CPUs.
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
D | vdso.lds.S | 84 gettimeofday;
|
D | vgettimeofday.c | 155 int gettimeofday(struct timeval *tv, struct timezone *tz)
|
D | Makefile | 2 vdso-syms = rt_sigreturn gettimeofday
|
/linux-4.4.14/Documentation/DocBook/ |
D | sh.xml.db | 13 API-aica-rtc-gettimeofday
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
D | Makefile | 3 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o getcpu.o
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | system.c | 43 gettimeofday(&now, NULL); in get_time()
|
/linux-4.4.14/arch/powerpc/kernel/vdso32/ |
D | Makefile | 5 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o \
|
/linux-4.4.14/arch/mips/vdso/ |
D | Makefile | 2 obj-vdso-y := elf.o gettimeofday.o sigreturn.o 33 obj-vdso-y := $(filter-out gettimeofday.o, $(obj-vdso-y))
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
D | Makefile | 3 obj-vdso64 = gettimeofday.o clock_getres.o clock_gettime.o note.o
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
D | Makefile | 3 obj-vdso32 = gettimeofday.o clock_getres.o clock_gettime.o note.o
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
D | Makefile | 8 obj-vdso := gettimeofday.o note.o sigreturn.o
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-bench.txt | 158 Use perf's cpu-cycles event instead of gettimeofday syscall. 182 Use perf's cpu-cycles event instead of gettimeofday syscall.
|
/linux-4.4.14/include/linux/raid/ |
D | pq.h | 172 gettimeofday(&tv, NULL); in raid6_jiffies()
|
/linux-4.4.14/tools/perf/tests/ |
D | switch-tracking.c | 22 err = gettimeofday(&start, NULL); in spin_sleep() 31 err = gettimeofday(&now, NULL); in spin_sleep()
|
/linux-4.4.14/arch/um/drivers/ |
D | daemon_user.c | 140 gettimeofday(&tv, NULL); in daemon_user_init()
|
/linux-4.4.14/tools/perf/ |
D | builtin-buildid-cache.c | 45 if (gettimeofday(&tv, NULL) || !localtime_r(&tv.tv_sec, &tm)) in build_id_cache__kcore_dir()
|
D | builtin-kvm.c | 565 gettimeofday(&tv, NULL); in show_timeofday()
|
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 990 gettimeofday(&time, NULL); in acpi_os_get_timer()
|
/linux-4.4.14/kernel/time/ |
D | time.c | 102 SYSCALL_DEFINE2(gettimeofday, struct timeval __user *, tv, in SYSCALL_DEFINE2() argument
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 1718 gettimeofday(&tv_even, (struct timezone *)NULL); in turbostat_loop() 1733 gettimeofday(&tv_odd, (struct timezone *)NULL); in turbostat_loop() 1747 gettimeofday(&tv_even, (struct timezone *)NULL); in turbostat_loop() 3076 gettimeofday(&tv_even, (struct timezone *)NULL); in fork_it() 3098 gettimeofday(&tv_odd, (struct timezone *)NULL); in fork_it()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 152 ENTRY_COMP(gettimeofday)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 85 COMPAT_SYS_SPU(gettimeofday)
|
/linux-4.4.14/tools/thermal/tmon/ |
D | sysfs.c | 500 gettimeofday(&trec[cur_thermal_record].tv, NULL); in update_thermal_data()
|
/linux-4.4.14/scripts/kconfig/ |
D | conf.c | 528 gettimeofday(&now, NULL); in main()
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 207 s64 ts_sec; /* 16: gettimeofday */ 208 s32 ts_usec; /* 24: gettimeofday */
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 105 96 common gettimeofday sys_gettimeofday
|
D | syscall_32.tbl | 87 78 i386 gettimeofday sys_gettimeofday compat_sys_gettimeofday
|
/linux-4.4.14/tools/firewire/ |
D | nosy-dump.c | 859 gettimeofday(&now, NULL); in print_stats()
|
/linux-4.4.14/Documentation/ |
D | rtc.txt | 70 burn up 100% CPU by polling gettimeofday etc. etc.
|
D | kernel-parameters.txt | 626 clock= [BUGS=X86-32, HW] gettimeofday clocksource override. 629 when calculating gettimeofday(). If specified
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 261 mov r15 = 1087 // gettimeofday syscall
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 996 gettimeofday(&abort->start, NULL); in console_input() 999 gettimeofday(&now, NULL); in console_input()
|
/linux-4.4.14/kernel/ |
D | compat.c | 91 COMPAT_SYSCALL_DEFINE2(gettimeofday, struct compat_timeval __user *, tv, in COMPAT_SYSCALL_DEFINE2() argument
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 843 providing fast implementations of gettimeofday and
|