xref: /linux/tools/testing/selftests/ftrace/test.d/00basic/basic2.tc (revision 30fdd373f24cc50e250c71a6e2df89505e267804)
1#!/bin/sh
2# description: Basic test for tracers
3test -f available_tracers
4for t in `cat available_tracers`; do
5  echo $t > current_tracer
6done
7echo nop > current_tracer
8