summaryrefslogtreecommitdiffstats
path: root/examples/pf2.stp
diff options
context:
space:
mode:
authorfche <fche>2007-08-09 16:21:43 +0000
committerfche <fche>2007-08-09 16:21:43 +0000
commit991c8c53e952bad58f05b44c986c2870d1282260 (patch)
tree1723b5710070e491405ac639aee052aac1c5401e /examples/pf2.stp
parent802e6327ff8c78b203cede5a178626633ba18fcc (diff)
downloadsystemtap-steved-991c8c53e952bad58f05b44c986c2870d1282260.tar.gz
systemtap-steved-991c8c53e952bad58f05b44c986c2870d1282260.tar.xz
systemtap-steved-991c8c53e952bad58f05b44c986c2870d1282260.zip
2007-08-09 Frank Ch. Eigler <fche@elastic.org>
PR 4718, from Eugeniy Meshcheryakov <eugen@debian.org>: * *.stp: Make all shell scripts lead with #! /usr/bin/stap
Diffstat (limited to 'examples/pf2.stp')
-rw-r--r--examples/pf2.stp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/pf2.stp b/examples/pf2.stp
index dce2cdec..5773df97 100644
--- a/examples/pf2.stp
+++ b/examples/pf2.stp
@@ -1,4 +1,5 @@
-#! stap
+#! /usr/bin/stap
+
global profile, pcount
probe timer.profile {
pcount ++