1 #!/bin/sh 2 # SPDX-License-Identifier: GPL-2.0 3 # description: Basic test for tracers 4 # flags: instance 5 test -f available_tracers 6 for t in `cat available_tracers`; do 7 echo $t > current_tracer 8 done 9 echo nop > current_tracer
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.