2 # SPDX-License-Identifier: GPL-2.0
3 # description: Test wakeup tracer
6 echo "chrt is not found. This test requires nice command."
10 if ! grep -wq "wakeup" available_tracers
; then
11 echo "wakeup tracer is not supported"
15 echo wakeup
> current_tracer
17 echo 0 > tracing_max_latency
19 : "Wakeup higher priority task"
23 grep '+ \[[[:digit:]]*\]' trace
24 grep '==> \[[[:digit:]]*\]' trace