aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO/DTRACE.md
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2013-01-09 08:35:20 +0100
committerHans Bolinder <[email protected]>2013-01-09 08:35:20 +0100
commit9767e72b44ebd0cd5277634c4a37318479623c2d (patch)
treea63b53163c57875a377952a648f4e824813b5753 /HOWTO/DTRACE.md
parentee4d1a790007aa3419b61300936aa20acafda142 (diff)
parent3448e2aa81a01244458824aae94d3e746a9a4c24 (diff)
downloadotp-9767e72b44ebd0cd5277634c4a37318479623c2d.tar.gz
otp-9767e72b44ebd0cd5277634c4a37318479623c2d.tar.bz2
otp-9767e72b44ebd0cd5277634c4a37318479623c2d.zip
Merge branch 'hb/fix_fop_warnings/OTP-10665'
* hb/fix_fop_warnings/OTP-10665: Fix some FOP warnings
Diffstat (limited to 'HOWTO/DTRACE.md')
-rw-r--r--HOWTO/DTRACE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/HOWTO/DTRACE.md b/HOWTO/DTRACE.md
index b719c68c59..8fa2fd9d50 100644
--- a/HOWTO/DTRACE.md
+++ b/HOWTO/DTRACE.md
@@ -69,7 +69,8 @@ following may be executed in a different Pthread:
Example output from `lib/runtime_tools/examples/efile_drv.d` while executing
`file:rename("old-name", "new-name")`:
- efile_drv enter tag={3,84} user tag some-user-tag | RENAME (12) | args: old-name new-name , 0 0 (port #Port<0.59>)
+ efile_drv enter tag={3,84} user tag some-user-tag | RENAME (12) | args: old-name new-name ,\
+ 0 0 (port #Port<0.59>)
async I/O worker tag={3,83} | RENAME (12) | efile_drv-int_entry
async I/O worker tag={3,83} | RENAME (12) | efile_drv-int_return
efile_drv return tag={3,83} user tag | RENAME (12) | errno 2