xref: /linux/tools/testing/selftests/ftrace/test.d/00basic/basic4.tc (revision 7c2aa6116b5bdc0cc09ae5917ea0b5ef3cc45cec)
1#!/bin/sh
2# description: Basic event tracing check
3test -f available_events -a -f set_event -a -d events
4# check scheduler events are available
5grep -q sched available_events && exit 0 || exit $FAIL
6