aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/examples/user-probe.systemtap
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2012-08-20 17:32:40 +0200
committerFredrik Gustafsson <[email protected]>2012-08-20 17:32:40 +0200
commite75feb093a37d3b0dfce18c501380ef1b696eedd (patch)
tree85838d9d39d8e5d9d7ec43a0123dfc6abd6769e7 /lib/runtime_tools/examples/user-probe.systemtap
parentf09b615c6a63aa336787be78bb932fc350a1bbc0 (diff)
parent75552bd3bb4e7f3cf4dab81a5c81cf73b1d3fb99 (diff)
downloadotp-e75feb093a37d3b0dfce18c501380ef1b696eedd.tar.gz
otp-e75feb093a37d3b0dfce18c501380ef1b696eedd.tar.bz2
otp-e75feb093a37d3b0dfce18c501380ef1b696eedd.zip
Merge branch 'slf/slf-relocate-dtrace-N-probes/OTP-10189' into maint
* slf/slf-relocate-dtrace-N-probes/OTP-10189: Relocate bodies of DTrace probes to the statically-linked VM.
Diffstat (limited to 'lib/runtime_tools/examples/user-probe.systemtap')
-rw-r--r--lib/runtime_tools/examples/user-probe.systemtap4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/runtime_tools/examples/user-probe.systemtap b/lib/runtime_tools/examples/user-probe.systemtap
index b41d7483ad..0482235324 100644
--- a/lib/runtime_tools/examples/user-probe.systemtap
+++ b/lib/runtime_tools/examples/user-probe.systemtap
@@ -28,12 +28,12 @@
* environment.
*/
-probe process("dyntrace.so").mark("user_trace-s1")
+probe process("beam").mark("user_trace-s1")
{
printf("%s\n", user_string($arg1));
}
-probe process("dyntrace.so").mark("user_trace-i4s4")
+probe process("beam").mark("user_trace-i4s4")
{
printf("%s %s %d %d %d %d '%s' '%s' '%s' '%s'\n",
user_string($arg1),