forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/testing/selftests/ftrace/test.d/instances/instance-event.tc
....@@ -1,11 +1,7 @@
11 #!/bin/sh
22 # SPDX-License-Identifier: GPL-2.0
33 # description: Test creation and deletion of trace instances while setting an event
4
-
5
-if [ ! -d instances ] ; then
6
- echo "no instance directory with this kernel"
7
- exit_unsupported;
8
-fi
4
+# requires: instances
95
106 fail() { # mesg
117 rmdir foo 2>/dev/null
....@@ -43,7 +39,7 @@
4339
4440 instance_set() {
4541 while :; do
46
- echo 1 > foo/events/sched/sched_switch
42
+ echo 1 > foo/events/sched/sched_switch/enable
4743 done 2> /dev/null
4844 }
4945