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