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