License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / tools / testing / selftests / ftrace / test.d / 00basic / basic2.tc
CommitLineData
03e16645 1#!/bin/sh
b2441318 2# SPDX-License-Identifier: GPL-2.0
03e16645 3# description: Basic test for tracers
03c20175 4# flags: instance
915de2ad 5test -f available_tracers
03e16645 6for t in `cat available_tracers`; do
915de2ad 7 echo $t > current_tracer
03e16645
MH
8done
9echo nop > current_tracer