/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 | 2 gettimeofday
|
D | Makefile | 2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall
|
/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()
|
/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 | 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 | 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 | sched-pipe.c | 99 gettimeofday(&start, NULL); in bench_sched_pipe() 147 gettimeofday(&stop, NULL); in bench_sched_pipe()
|
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 | futex-wake.c | 192 gettimeofday(&start, NULL); in bench_futex_wake() 196 gettimeofday(&end, NULL); in bench_futex_wake()
|
D | futex-hash.c | 108 gettimeofday(&bench__end, NULL); in toggle_done() 172 gettimeofday(&bench__start, NULL); in bench_futex_hash()
|
D | sched-messaging.c | 290 gettimeofday(&start, NULL); in bench_sched_messaging() 300 gettimeofday(&stop, NULL); in bench_sched_messaging()
|
D | futex-requeue.c | 222 gettimeofday(&start, NULL); in bench_futex_requeue() 250 gettimeofday(&end, NULL); in bench_futex_requeue()
|
D | futex-lock-pi.c | 77 gettimeofday(&bench__end, NULL); in toggle_done() 195 gettimeofday(&bench__start, NULL); in bench_futex_lock_pi()
|
D | evlist-open-close.c | 161 gettimeofday(&start, NULL); in bench_evlist_open_close__run() 168 gettimeofday(&end, NULL); in bench_evlist_open_close__run()
|
D | futex-wake-parallel.c | 83 gettimeofday(&start, NULL); in waking_workerfn() 90 gettimeofday(&end, NULL); in waking_workerfn()
|
/tools/testing/selftests/rcutorture/bin/ |
D | mkinitrd.sh | 46 if (gettimeofday(&tvb, NULL)) 51 if (gettimeofday(&tv, NULL))
|
/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall.c | 88 gettimeofday(&end, NULL); in tm_syscall() 116 gettimeofday(&now, 0); in tm_syscall()
|
/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()
|
D | fin_ack_lat.c | 40 gettimeofday(&start, NULL); in client() 68 gettimeofday(&end, NULL); in client()
|
/tools/power/cpupower/bench/ |
D | system.c | 31 gettimeofday(&now, NULL); in get_time()
|
/tools/perf/Documentation/ |
D | perf-bench.txt | 175 Use perf's cpu-cycles event instead of gettimeofday syscall. 199 Use perf's cpu-cycles event instead of gettimeofday syscall.
|