xref: /openbmc/linux/tools/testing/selftests/ftrace/test.d/00basic/basic2.tc (revision 63c43812ee99efe7903955bae8cd928e9582477a)
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