summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ftrace/test.d/00basic/basic2.tc
blob: b04f30df0db330b4f49b6e2f8f65d435495a1f6d (plain)
1
2
3
4
5
6
#!/bin/sh
# description: Basic test for tracers
for t in `cat available_tracers`; do
  echo $t > current_tracer || exit 1
done
echo nop > current_tracer