1 #!/bin/sh 2 # description: Basic event tracing check 3 test -f available_events -a -f set_event -a -d events 4 # check scheduler events are available 5 grep -q sched available_events && exit_pass || exit_fail
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.