Lines Matching +full:2 +full:d

6 set_timeout 2m
9 if ldd $RTLA | grep libbpf >/dev/null && [ -d "$timerlat_sample_event" ]
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"
60 "timerlat hist -b 1 -d 1s"
62 "timerlat hist -E 10 -d 1s"
64 "timerlat hist -E 1 -d 1s" 1 "^Entries must be > 10 and < 10000000$"
66 "timerlat hist --no-header -d 1s" 0 "" "RTLA timerlat histogram"
68 "timerlat hist --with-zeros -b 100000 -E 21 -d 1s" 0 '^2000000\s+0\s+'
70 "timerlat hist --no-index --with-zeros -d 1s" 0 "" "^count:"
72 "timerlat hist --no-summary -d 1s" 0 "" "^ALL:"
74 "timerlat hist --no-irq -d 1s" 0 "" "IRQ-"
76 "timerlat hist --no-thread -d 1s" 0 "" "Thr-"
80 "timerlat TOOL -T 2 -t" 2 "^ Saving trace to timerlat_trace.txt$"
82 "timerlat TOOL -T 2 -t custom_filename.txt" 2 "^ Saving trace to custom_filename.txt$"
84 "timerlat TOOL -T 2 --on-threshold trace" 2 "^ Saving trace to timerlat_trace.txt$"
86 "timerlat TOOL -T 2 --on-threshold trace,file=custom_filename.txt" 2 "^ Saving trace to custom_filename.txt$"
88 "timerlat TOOL -T 2 --on-threshold shell,command='echo TestOutput'" 2 "^TestOutput$"
90 "timerlat TOOL -T 2 --on-threshold shell,command='echo -n 1' --on-threshold shell,command='echo 2'" 2 "^12$"
92 "timerlat hist -T 2 --on-threshold shell,command='echo -n 1; false' --on-threshold shell,command='echo -n 2'" 2 "^1# RTLA timerlat histogram$"
94 "timerlat top -T 2 --on-threshold shell,command='echo -n abc; false' --on-threshold shell,command='echo -n defgh'" 2 "^abc" "defgh"
96 "timerlat TOOL -T 2 -d 5s --on-threshold shell,command='echo TestOutput' --on-threshold continue" 0 "^TestOutput$"
98 "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$"
100 "timerlat TOOL -d 1s --on-end trace" 0 "^ Saving trace to timerlat_trace.txt$"
108 "timerlat TOOL -T 2 --bpf-action $testdir/bpf/bpf_action_map.o --on-threshold shell,command='$BPFTOOL map dump name rtla_test_map'" \
109 2 '"value": 42'
113 "timerlat TOOL -T 2 --bpf-action $testdir/bpf/bpf_action_map.o" \