diff options
Diffstat (limited to 'testsuite/systemtap.printf/hello2.stp')
-rw-r--r-- | testsuite/systemtap.printf/hello2.stp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/systemtap.printf/hello2.stp b/testsuite/systemtap.printf/hello2.stp new file mode 100644 index 00000000..aa0798fa --- /dev/null +++ b/testsuite/systemtap.printf/hello2.stp @@ -0,0 +1,7 @@ +probe begin +{ + print("Print"); + log("Systemtap"); + warn("warning"); + exit() +} |