Lines Matching +full:2 +full:s
6 set_timeout 2m
27 check_top_hist "verify -s/--stack" \
28 "timerlat TOOL -s 3 -T 10 -t" 2 "Blocking thread stack trace"
30 "timerlat TOOL -i 2 -c 0 -n -d 10s" 2 "ns"
32 "timerlat TOOL -a 5" 2 "analyzing it"
34 "timerlat TOOL -a 5 --dump-tasks" 2 "Printing CPU tasks"
36 "timerlat top --aa-only 5" 2 "analyzing it" "Timer Latency"
38 "timerlat top --aa-only 2000000 -d 1s" 0 "^ Max latency was" "Timer Latency"
40 "timerlat TOOL -s 3 -T 10 -t --no-aa" 2 "" "analyzing it"
44 "timerlat TOOL -P F:1 -c 0 -d 10s -T 1 --on-threshold shell,command=\"$testdir/scripts/check-priority.sh SCHED_FIFO 1\"" \
45 2 "Priorities are set correctly"
47 "timerlat TOOL -k -C -c 0 -d 10s -T 1 --on-threshold shell,command=\"$testdir/scripts/check-cgroup-match.sh\"" \
48 2 "cgroup matches for all workload PIDs"
50 "timerlat TOOL -c 0 -d 10s -T 1 --on-threshold shell,command=$testdir/scripts/check-cpus.sh" 2 "^Affinity of threads: 0$"
52 "timerlat TOOL -H 0 -d 10s -T 1 --on-threshold shell,command=$testdir/scripts/check-housekeeping-cpus.sh" 2 "^Affinity of threads: 0$"
54 "timerlat TOOL -k -c 0 -d 10s -T 1 --on-threshold shell,command=$testdir/scripts/check-user-kernel-threads.sh" 2 "1 kernel threads, 0 user threads"
56 "timerlat TOOL -u -c 0 -d 10s -T 1 --on-threshold shell,command=$testdir/scripts/check-user-kernel-threads.sh" 2 "0 kernel threads, 1 user threads"
62 2 "^osnoise/timerlat_period_us=1000$" osnoise/timerlat_period_us=999999
65 2 "^osnoise/print_stack=0$" osnoise/print_stack=999999
68 2 "^osnoise/stop_tracing_us=0$" osnoise/stop_tracing_us=999999
71 2 "^osnoise/stop_tracing_total_us=0$" osnoise/stop_tracing_total_us=999999
76 2 "^osnoise/timerlat_period_us=2000$"
77 check_top_q_hist "verify -s sets print_stack" \
78 "timerlat TOOL -s 5 -T 1 --on-threshold shell,command=\"$testdir/scripts/check-tracefs-value.sh osnoise/print_stack\"" \
79 2 "^osnoise/print_stack=5$"
81 "timerlat TOOL -i 2 --on-threshold shell,command=\"$testdir/scripts/check-tracefs-value.sh osnoise/stop_tracing_us\"" \
82 2 "^osnoise/stop_tracing_us=2$"
84 "timerlat TOOL -T 2 --on-threshold shell,command=\"$testdir/scripts/check-tracefs-value.sh osnoise/stop_tracing_total_us\"" \
85 2 "^osnoise/stop_tracing_total_us=2$"
88 2 "^TIMERLAT_ALIGN=disabled$" osnoise/options=TIMERLAT_ALIGN
91 2 "^TIMERLAT_ALIGN=enabled$"
94 2 "^osnoise/timerlat_align_us=100$"
98 "timerlat hist -b 1 -d 1s"
100 "timerlat hist -E 10 -d 1s"
102 "timerlat hist -E 1 -d 1s" 129 "out of range \[10, 9999999\]"
104 "timerlat hist --no-header -d 1s" 0 "" "RTLA timerlat histogram"
106 "timerlat hist --with-zeros -b 100000 -E 21 -d 1s" 0 '^2000000\s+0\s+'
108 "timerlat hist --no-index --with-zeros -d 1s" 0 "" "^count:"
110 "timerlat hist --no-summary -d 1s" 0 "" "^ALL:"
112 "timerlat hist --no-irq -d 1s" 0 "" "IRQ-"
114 "timerlat hist --no-thread -d 1s" 0 "" "Thr-"
118 "timerlat TOOL -T 2 -t" 2 "^ Saving trace to timerlat_trace.txt$"
120 "timerlat TOOL -T 2 -t custom_filename.txt" 2 "^ Saving trace to custom_filename.txt$"
122 "timerlat TOOL -T 2 --on-threshold trace" 2 "^ Saving trace to timerlat_trace.txt$"
124 "timerlat TOOL -T 2 --on-threshold trace,file=custom_filename.txt" 2 "^ Saving trace to custom_filename.txt$"
126 "timerlat TOOL -T 2 --on-threshold shell,command='echo TestOutput'" 2 "^TestOutput$"
128 "timerlat TOOL -T 2 --on-threshold shell,command='echo -n 1' --on-threshold shell,command='echo 2'" 2 "^12$"
130 "timerlat hist -T 2 --on-threshold shell,command='echo -n 1; false' --on-threshold shell,command='echo -n 2'" 2 "^1# RTLA timerlat histogram$"
132 "timerlat top -T 2 --on-threshold shell,command='echo -n abc; false' --on-threshold shell,command='echo -n defgh'" 2 "^abc" "defgh"
134 "timerlat TOOL -T 2 -d 5s --on-threshold shell,command='echo TestOutput' --on-threshold continue" 0 "^TestOutput$"
136 "timerlat TOOL -T 2 --on-threshold shell,command='if [ -f a ]; then echo 2; exit 1; else echo -n 1; touch a; fi' --on-threshold continue" 2 "^12$" "^2$"
138 "timerlat TOOL -d 1s --on-end trace" 0 "^ Saving trace to timerlat_trace.txt$"
146 "timerlat TOOL -T 2 --bpf-action $testdir/bpf/bpf_action_map.o --on-threshold shell,command='$BPFTOOL map dump name rtla_test_map'" \
147 2 '"value": 42'
151 "timerlat TOOL -T 2 --bpf-action $testdir/bpf/bpf_action_map.o" \