summaryrefslogtreecommitdiffstats
path: root/examples/futexes.stp
diff options
context:
space:
mode:
authorhunt <hunt>2007-11-09 21:06:11 +0000
committerhunt <hunt>2007-11-09 21:06:11 +0000
commit4405ffef373aa53bfc1e93f70d481dcb095397ed (patch)
tree99f11fada3180f661cfc6dce92f8ce0efd3d194c /examples/futexes.stp
parent185457afd0b9b00f835e2bedcd6801aae432b699 (diff)
downloadsystemtap-steved-4405ffef373aa53bfc1e93f70d481dcb095397ed.tar.gz
systemtap-steved-4405ffef373aa53bfc1e93f70d481dcb095397ed.tar.xz
systemtap-steved-4405ffef373aa53bfc1e93f70d481dcb095397ed.zip
2007-11-09 Martin Hunt <hunt@redhat.com>
* README: New. * *.stp. Fix path. See PR 4718.
Diffstat (limited to 'examples/futexes.stp')
-rwxr-xr-x[-rw-r--r--]examples/futexes.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/futexes.stp b/examples/futexes.stp
index 515a8db6..16c62937 100644..100755
--- a/examples/futexes.stp
+++ b/examples/futexes.stp
@@ -1,4 +1,4 @@
-#! /usr/bin/stap
+#! /usr/bin/env stap
# This script tries to identify contended user-space locks by hooking
# into the futex system call.