summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/profiling
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-01-02 10:38:49 +0100
committerMark Wielaard <mjw@redhat.com>2009-01-02 10:38:49 +0100
commit54c3cf05a6e0c377973bd75ed97bd71eb8586577 (patch)
treefa1589cc75ea64f5f12bfdd05808dae47db5ba4b /testsuite/systemtap.examples/profiling
parente016a49a83276fc061df86b1b4d72ec8c4efdd29 (diff)
downloadsystemtap-steved-54c3cf05a6e0c377973bd75ed97bd71eb8586577.tar.gz
systemtap-steved-54c3cf05a6e0c377973bd75ed97bd71eb8586577.tar.xz
systemtap-steved-54c3cf05a6e0c377973bd75ed97bd71eb8586577.zip
PR9693. Add #! /usr/bin/env stap line for traceio2 and functioncallcount.
Diffstat (limited to 'testsuite/systemtap.examples/profiling')
-rwxr-xr-xtestsuite/systemtap.examples/profiling/functioncallcount.stp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/profiling/functioncallcount.stp b/testsuite/systemtap.examples/profiling/functioncallcount.stp
index e393b612..9e9ec3fd 100755
--- a/testsuite/systemtap.examples/profiling/functioncallcount.stp
+++ b/testsuite/systemtap.examples/profiling/functioncallcount.stp
@@ -1,3 +1,4 @@
+#! /usr/bin/env stap
# The following line command will probe all the functions
# in kernel's memory management code:
#