From 7a1aa910e7f3c41c0880f7c452f1ee619f64a552 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 20 May 2016 13:17:37 +0000 Subject: [PATCH] Create systemtap.stp --- 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..e70a0165 --- /dev/null +++ b/s/systemtap.stp @@ -0,0 +1 @@ +probe oneshot { log("hello world") }