diff options
author | Lukas Larsson <[email protected]> | 2012-07-19 15:38:11 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-07-19 15:38:11 +0200 |
commit | 0948779bd59c07653b157789c2edfd67892d3958 (patch) | |
tree | 2c658969acc752ad7efdbdc866bdc4af60110b5c /erts/emulator/beam/erlang_dtrace.d | |
parent | 075ecdf8d78876d994b5e441e0da158a8cbd9898 (diff) | |
parent | d26f31992baae77d6fd3fa063f22ee8ace33792c (diff) | |
download | otp-0948779bd59c07653b157789c2edfd67892d3958.tar.gz otp-0948779bd59c07653b157789c2edfd67892d3958.tar.bz2 otp-0948779bd59c07653b157789c2edfd67892d3958.zip |
Merge branch 'lukas/add-howto-folder/OTP-10154'
* lukas/add-howto-folder/OTP-10154:
Add a testing HOWTO
Move README and INSTALL to HOWTO folder
Fix missing accounting for outbound distribution bytes.
Diffstat (limited to 'erts/emulator/beam/erlang_dtrace.d')
-rw-r--r-- | erts/emulator/beam/erlang_dtrace.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/emulator/beam/erlang_dtrace.d b/erts/emulator/beam/erlang_dtrace.d index c1024dafc4..ac9b0052e5 100644 --- a/erts/emulator/beam/erlang_dtrace.d +++ b/erts/emulator/beam/erlang_dtrace.d @@ -639,9 +639,9 @@ provider erlang { * Entry into the efile_drv.c file I/O driver * * For a list of command numbers used by this driver, see the section - * "Guide to probe arguments" in ../../../README.md. That section - * also contains explanation of the various integer and string - * arguments that may be present when any particular probe fires. + * "Guide to efile_drv.c probe arguments" in ../../../HOWTO/DTRACE.md. + * That section also contains explanation of the various integer and + * string arguments that may be present when any particular probe fires. * * NOTE: Not all Linux platforms (using SystemTap) can support * arguments beyond arg9. |