Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / tools / testing / selftests / ftrace / test.d / 00basic / basic2.tc
1 #!/bin/sh
2 # description: Basic test for tracers
3 test -f available_tracers
4 for t in `cat available_tracers`; do
5   echo $t > current_tracer
6 done
7 echo nop > current_tracer