diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-01-02 10:38:49 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-01-02 10:38:49 +0100 |
commit | 54c3cf05a6e0c377973bd75ed97bd71eb8586577 (patch) | |
tree | fa1589cc75ea64f5f12bfdd05808dae47db5ba4b | |
parent | e016a49a83276fc061df86b1b4d72ec8c4efdd29 (diff) | |
download | systemtap-steved-54c3cf05a6e0c377973bd75ed97bd71eb8586577.tar.gz systemtap-steved-54c3cf05a6e0c377973bd75ed97bd71eb8586577.tar.xz systemtap-steved-54c3cf05a6e0c377973bd75ed97bd71eb8586577.zip |
PR9693. Add #! /usr/bin/env stap line for traceio2 and functioncallcount.
-rw-r--r-- | testsuite/systemtap.examples/ChangeLog | 6 | ||||
-rwxr-xr-x | testsuite/systemtap.examples/io/traceio2.stp | 2 | ||||
-rwxr-xr-x | testsuite/systemtap.examples/profiling/functioncallcount.stp | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/ChangeLog b/testsuite/systemtap.examples/ChangeLog index 5b5aced3..253e1a76 100644 --- a/testsuite/systemtap.examples/ChangeLog +++ b/testsuite/systemtap.examples/ChangeLog @@ -1,3 +1,9 @@ +2009-01-02 Mark Wielaard <mjw@redhat.com> + + PR9693. Reported by Eugeniy Meshcheryakov <eugen@debian.org> + * io/traceio2.stp: Add proper #! /usr/bin/env stap line. + * profiling/functioncallcount.stp: Likewise. + 2008-12-10 William Cohen <wcohen@redhat.com> * process/futexes.stp: diff --git a/testsuite/systemtap.examples/io/traceio2.stp b/testsuite/systemtap.examples/io/traceio2.stp index 032edcd9..1abea45d 100755 --- a/testsuite/systemtap.examples/io/traceio2.stp +++ b/testsuite/systemtap.examples/io/traceio2.stp @@ -1,3 +1,5 @@ +#! /usr/bin/env stap + global device_of_interest, dev probe begin { 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: # |