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.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/socket-trace.stp b/examples/socket-trace.stp
index 53b69ecc..a34a33a8 100644
--- a/examples/socket-trace.stp
+++ b/examples/socket-trace.stp
@@ -1,4 +1,4 @@
-probe kernel.function("*@net/socket.c") {
+probe kernel.function("*@net/socket.c").call {
printf ("%s -> %s\n", thread_indent(1), probefunc())
}
probe kernel.function("*@net/socket.c").return {