summaryrefslogtreecommitdiffstats
path: root/examples/socket-trace.stp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/socket-trace.stp')
-rw-r--r--examples/socket-trace.stp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/socket-trace.stp b/examples/socket-trace.stp
index a34a33a8..e574205a 100644
--- a/examples/socket-trace.stp
+++ b/examples/socket-trace.stp
@@ -1,3 +1,4 @@
+#! /usr/bin/stap
probe kernel.function("*@net/socket.c").call {
printf ("%s -> %s\n", thread_indent(1), probefunc())
}