systemtap hello-world

This commit is contained in:
Frank Ch. Eigler
2016-09-11 18:56:16 +00:00
committed by GitHub
parent 1def7381b8
commit 64949e2cdd

1
s/systemtap.stp Normal file
View File

@@ -0,0 +1 @@
probe oneshot { println("Hello, world") }