diff options
Diffstat (limited to 'testsuite/semok')
-rwxr-xr-x | testsuite/semok/utrace01.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/utrace01.stp b/testsuite/semok/utrace01.stp index 864bdf15..85711fb5 100755 --- a/testsuite/semok/utrace01.stp +++ b/testsuite/semok/utrace01.stp @@ -1,4 +1,4 @@ #! stap -p2 # process path doesn't need to be absolute -probe process("cat").end { } +probe %( CONFIG_UTRACE == "y" %? process("cat").end %: never %) { } |