]> Git Repo - linux.git/blob - tools/tracing/rtla/tests/osnoise.t
Linux 6.14-rc3
[linux.git] / tools / tracing / rtla / tests / osnoise.t
1 #!/bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 source tests/engine.sh
4 test_begin
5
6 set_timeout 2m
7
8 check "verify help page" \
9         "osnoise --help"
10 check "verify the --priority/-P param" \
11         "osnoise top -P F:1 -c 0 -r 900000 -d 1M -q"
12 check "verify the --stop/-s param" \
13         "osnoise top -s 30 -T 1 -t"
14 check "verify the  --trace param" \
15         "osnoise hist -s 30 -T 1 -t"
16 check "verify the --entries/-E param" \
17         "osnoise hist -P F:1 -c 0 -r 900000 -d 1M -b 10 -E 25"
18
19 test_end
This page took 0.030737 seconds and 4 git commands to generate.