/tools/testing/selftests/rcutorture/bin/ |
D | kvm-transform.sh | 38 seconds="$4" 39 if test -n "$seconds" && echo $seconds | grep -q '[^0-9]' 41 echo "Invalid duration, should be numeric in seconds: '$seconds'" 46 -v seconds="$seconds" '
|
D | kvm-test-1-run-qemu.sh | 102 elif test $kruntime -ge $seconds || test -f "$resdir/../STOP.1" 109 if test $kruntime -lt $seconds 111 echo Completed in $kruntime vs. $seconds >> $resdir/Warnings 2>&1 162 …if test "$newline" != "$oldline" && test "$last_ts" -lt $((seconds + $TORTURE_SHUTDOWN_GRACE)) && … 165 if test $kruntime -ge $((seconds + $TORTURE_SHUTDOWN_GRACE)) 172 echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds `date`" >> $resdir/Warnings 2>&1
|
D | functions.sh | 140 print s " seconds"
|
D | kvm-test-1-run.sh | 134 seconds=$3 164 boot_args="`per_version_boot_params "$boot_args" $resdir/.config $seconds`" 203 echo "# seconds=$seconds" >> $resdir/qemu-cmd
|
/tools/testing/selftests/dma/ |
D | dma_map_benchmark.c | 38 __u32 seconds; /* how long the test will last */ member 52 int threads = 1, seconds = 20, node = -1; in main() local 67 seconds = atoi(optarg); in main() 95 if (seconds <= 0 || seconds > DMA_MAP_MAX_SECONDS) { in main() 131 map.seconds = seconds; in main() 145 threads, seconds, node, dir[directions], granule); in main()
|
/tools/testing/selftests/firmware/ |
D | settings | 2 # 2 seconds). There are 3 test configs, each done with and without firmware 4 # normal execution should be 2 * 3 * 2 * 2 * 5 = 120 seconds for those alone. 5 # Additionally, fw_fallback may take 5 seconds for internal timeouts in each 6 # of the 3 configs, so at least another 15 seconds are needed. Add another 7 # 10 seconds for each testing config: 120 + 15 + 30
|
/tools/testing/vsock/ |
D | timeout.c | 41 void timeout_begin(unsigned int seconds) in timeout_begin() argument 43 alarm(seconds); in timeout_begin()
|
D | timeout.h | 11 void timeout_begin(unsigned int seconds);
|
/tools/laptop/freefall/ |
D | freefall.c | 80 static void protect(int seconds) in protect() argument 82 const char *str = (seconds == 0) ? "Unparked" : "Parked"; in protect() 84 write_int(unload_heads_path, seconds*1000); in protect()
|
/tools/testing/selftests/timers/ |
D | inconsistency-check.c | 94 int consistency_test(int clock_type, unsigned long seconds) in consistency_test() argument 109 while (seconds == -1 || now - then < seconds) { in consistency_test()
|
/tools/perf/Documentation/ |
D | examples.txt | 42 0.613972165 seconds time elapsed 63 0.643954516 seconds time elapsed ( +- 2.363% ) 158 seconds: 171 10.000591410 seconds time elapsed 187 1.058135029 seconds time elapsed ( +- 3.089% )
|
D | perf-stat.txt | 94 1.102235068 seconds time elapsed 186 5.483 +- 0.198 seconds time elapsed ( +- 3.62% ) 512 83.409183620 seconds time elapsed 514 74.684747000 seconds user 515 8.739217000 seconds sys 522 83.409183620 seconds time elapsed 527 74.684747000 seconds user 528 8.739217000 seconds sys
|
D | perf-iostat.txt | 84 197.081983474 seconds time elapsed
|
D | perf-kmem.txt | 70 have the format seconds.microseconds. If start is not given (i.e., time
|
/tools/testing/selftests/seccomp/ |
D | seccomp_benchmark.c | 54 int seconds = 15; in calibrate() local 56 printf("Calibrating sample size for %d seconds worth of syscalls ...\n", seconds); in calibrate() 74 return samples * seconds; in calibrate()
|
/tools/testing/selftests/kvm/ |
D | memslot_perf_test.c | 831 int seconds; member 851 targs->seconds); in help() 900 targs->seconds = atoi(optarg); in parse_args() 901 if (targs->seconds < 0) { in parse_args() 944 if (!test_execute(targs->nslots, &maxslots, targs->seconds, data, in test_loop() 994 .seconds = 5, in main() 1016 data->name, targs.runs, targs.seconds); in main()
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-set_flag.txt | 30 _TEP_NSEC_OUTPUT_ - print event's timestamp in nano seconds, instead of micro seconds.
|
/tools/testing/selftests/ptp/ |
D | testptp.c | 178 int seconds = 0; in main() local 243 seconds = atoi(optarg); in main() 348 ts.tv_sec = seconds; in main()
|
/tools/testing/selftests/net/ |
D | so_txtime.sh | 66 local readonly START="$(date +%s%N --date="+ 0.1 seconds")"
|
/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 24 seconds. The idea is when device file goes away, media devnode and cdev
|
/tools/lib/perf/Documentation/ |
D | libperf-sampling.txt | 42 - sleeps for 3 seconds 160 We will sleep for 3 seconds while the ring buffers get data from all CPUs, then we disable the even…
|
/tools/power/pm-graph/config/ |
D | example.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 78 # Run N tests D seconds apart, generates separate outputs with a summary (default: false)
|
D | standby.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | freeze.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | freeze-dev.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|