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