From 64949e2cddc3429d3c6718696c2c356476d0a2aa Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sun, 11 Sep 2016 18:56:16 +0000 Subject: [PATCH] systemtap hello-world --- s/systemtap.stp | 1 + 1 file changed, 1 insertion(+) create mode 100644 s/systemtap.stp diff --git a/s/systemtap.stp b/s/systemtap.stp new file mode 100644 index 00000000..bb22a7ef --- /dev/null +++ b/s/systemtap.stp @@ -0,0 +1 @@ +probe oneshot { println("Hello, world") }