summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorfche <fche>2007-02-19 20:31:27 +0000
committerfche <fche>2007-02-19 20:31:27 +0000
commitda539bc8495c12265c1e36c02080517c9e2abf7e (patch)
tree33ec8109e3bf09c9d5c41785190bc701142836af /examples
parent78f6bba6ce01c217f8f92adbdf99e8f82ab47573 (diff)
downloadsystemtap-steved-da539bc8495c12265c1e36c02080517c9e2abf7e.tar.gz
systemtap-steved-da539bc8495c12265c1e36c02080517c9e2abf7e.tar.xz
systemtap-steved-da539bc8495c12265c1e36c02080517c9e2abf7e.zip
excise memories of /usr/local
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/socktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/socktop b/examples/socktop
index e658e12a..123e37e9 100755
--- a/examples/socktop
+++ b/examples/socktop
@@ -104,7 +104,7 @@ TZ_ADJUST=$TZ_SIGN$((10#$TZ_HOURS*60*60+10#$TZ_MINS*60))
#
# Start the systemtap script
#
-/usr/local/bin/stap -e '
+stap -e '
global execname, user, if_tx, if_rx, if_dev
global sk_tx, sk_rx, sk_pid
global f_name_str, f_pid_str, f_prot_str, f_fam_str, f_type_str, f_uid_str