| /tools/testing/selftests/timers/ |
| A D | set-timer-lat.c | 103 void describe_timer(int flags, int interval) in describe_timer() argument 108 interval ? "PERIODIC":"ONE-SHOT"); in describe_timer() 149 its1.it_interval.tv_sec = interval; in setup_timer() 165 describe_timer(flags, interval); in check_timer_latency() 174 describe_timer(flags, interval); in check_timer_latency() 186 int check_alarmcount(int flags, int interval) in check_alarmcount() argument 188 describe_timer(flags, interval); in check_alarmcount() 201 const int interval = TIMER_SECS; in do_timer() local 219 const int interval = 0; in do_timer_oneshot() local 235 err = check_timer_latency(flags, interval); in do_timer_oneshot() [all …]
|
| A D | raw_skew.c | 93 long long delta1, delta2, interval, eppm, ppm; in main() local 122 interval = diff_timespec(start, end); in main() 125 eppm = ((delta2-delta1)*NSEC_PER_SEC)/interval; in main()
|
| A D | adjtick.c | 167 long tick, max, interval, err; in main() local 183 interval = max/4; /* in 4 steps each side */ in main() 185 for (tick = (systick - max); tick < (systick + max); tick += interval) { in main()
|
| /tools/perf/scripts/python/ |
| A D | sctop.py | 31 interval = default_interval variable 38 interval = int(sys.argv[2]) variable 41 interval = int(sys.argv[1]) 44 interval = default_interval variable 49 thread.start_new_thread(print_syscall_totals, (interval,)) 68 def print_syscall_totals(interval): argument 89 time.sleep(interval)
|
| A D | parallel-perf.py | 408 self.interval = 0 540 interval = int(round(tot / divisor, 0)) 541 if interval < min_size: 542 interval = min_size 547 print("interval", interval) 559 n = int(round(cnt / interval, 0)) 566 cpu_time_range.interval = d 610 n = duration / interval 619 interval = duration / n 620 if interval < min_interval: [all …]
|
| /tools/testing/selftests/drivers/net/mlxsw/ |
| A D | qos_lib.sh | 24 local interval=10 37 sleep $interval 41 local ir=$(rate $u0 $u1 $interval) 42 local er=$(rate $t0 $t1 $interval)
|
| A D | qos_mc_aware.sh | 264 local interval=$((d1 - d0)) 265 local mc_ir=$(rate $u0 $u1 $interval) 266 local mc_er=$(rate $t0 $t1 $interval) 314 local interval=$((d1 - d0)) 315 local uc_ir=$(rate $u0 $u1 $interval) 316 local uc_er=$(rate $t0 $t1 $interval)
|
| /tools/perf/scripts/python/bin/ |
| A D | sctop-report | 18 interval=$2 21 interval=$1 24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
|
| /tools/perf/scripts/perl/bin/ |
| A D | rwtop-report | 17 interval=$1 20 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval
|
| /tools/perf/tests/shell/ |
| A D | stat+csv_summary.sh | 11 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary 2>&1 | \ 24 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary --no-csv-summary 2>&1 | \
|
| /tools/perf/scripts/perl/ |
| A D | rwtop.pl | 30 my $interval = shift; 31 if (!$interval) { 32 $interval = $default_interval; 118 alarm $interval;
|
| /tools/workqueue/ |
| A D | wq_monitor.py | 132 interval = args.interval 163 if interval == 0: 165 time.sleep(interval)
|
| /tools/writeback/ |
| A D | wb_monitor.py | 132 interval = args.interval 167 if interval == 0: 169 time.sleep(interval)
|
| /tools/testing/fault-injection/ |
| A D | failcmd.sh | 42 --interval=value, --space=value, --verbose=value, --task-filter=value, 95 LONGOPTS=probability:,interval:,times:,space:,verbose:,task-filter: 146 -i|--interval) 147 echo $2 > $FAULTATTR/interval
|
| /tools/power/x86/amd_pstate_tracer/ |
| A D | amd_pstate_trace.py | 244 if interval: 253 interval = "" variable 281 interval = arg variable 320 if interval: 325 time.sleep(int(interval)) 332 if interval:
|
| /tools/perf/ |
| A D | builtin-stat.c | 444 if (interval) { in handle_interval() 539 if (interval) in process_evlist() 577 if (interval) in dispatch_events() 578 sleep_time = interval; in dispatch_events() 687 int interval = stat_config.interval; in __run_perf_stat() local 926 stat_config.interval = 0; in __run_perf_stat() 2511 unsigned int interval, timeout; in cmd_stat() local 2548 interval = stat_config.interval; in cmd_stat() 2817 if (timeout && interval) { in cmd_stat() 2872 if (forever && !interval) { in cmd_stat() [all …]
|
| /tools/perf/tests/ |
| A D | stat.c | 46 TEST_ASSERT_VAL("wrong interval", test_stat_config.interval == 1); in process_stat_config_event() 56 .interval = 1, in test__synthesize_stat_config()
|
| /tools/power/x86/intel_pstate_tracer/ |
| A D | intel_pstate_tracer.py | 490 if interval: 501 interval = "" variable 528 interval = arg variable 571 if interval: 576 print('Sleeping for ', interval, 'seconds') 577 time.sleep(int(interval)) 584 if interval:
|
| /tools/testing/selftests/drivers/net/bonding/ |
| A D | Makefile | 5 bond-arp-interval-causes-panic.sh \
|
| /tools/spi/ |
| A D | spidev_test.c | 49 static int interval = 5; /* interval in seconds for showing transfer rate */ variable 401 rx_rate = ((_read_count - prev_read_count) * 8) / (interval*1000.0); in show_transfer_rate() 402 tx_rate = ((_write_count - prev_write_count) * 8) / (interval*1000.0); in show_transfer_rate() 521 if (current.tv_sec - last_stat.tv_sec > interval) { in main()
|
| /tools/testing/selftests/kvm/ |
| A D | dirty_log_test.c | 593 unsigned long interval; member 717 for (i = 0; i < p->interval || nr_writes < TEST_MIN_WRITES_PER_ITERATION; i++) { in run_test() 836 .interval = TEST_HOST_LOOP_INTERVAL, in main() 854 p.interval = strtol(optarg, NULL, 10); in main() 890 TEST_ASSERT(p.interval > 0, "Interval must be greater than zero"); in main() 893 p.iterations, p.interval); in main()
|
| /tools/cgroup/ |
| A D | iocost_monitor.py | 207 interval = args.interval variable 243 if interval == 0: 277 time.sleep(interval)
|
| /tools/thermal/tmon/ |
| A D | README | 45 -t, --time-interval set time interval for sampling
|
| /tools/perf/Documentation/ |
| A D | perf-arm-spe.txt | 33 architectural instructions or all micro-ops. Sampling happens at a programmable interval. The 34 architecture provides a mechanism for the SPE driver to infer the minimum interval at which it shou… 35 sample. This minimum interval is used by the driver if no interval is specified. A pseudo-random 36 perturbation is also added to the sampling interval by default. 135 The sample period is set from the -c option, and because the minimum interval is used by default 222 Increase sampling interval (see above)
|
| /tools/testing/selftests/mm/ |
| A D | hugetlb_reparenting_test.sh | 68 local interval=1 94 sleep $interval
|