diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-05-02 17:44:25 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-05-02 17:47:35 +0200 |
commit | 95194afd63545c7d60e31b5148584f0707034347 (patch) | |
tree | 9d5e6e67bb5aa23241b59a1498fec8b0da93ddac /lib/runtime_tools | |
parent | 74eafcdaff43d7d84264110066c52fa01e65f159 (diff) | |
download | otp-95194afd63545c7d60e31b5148584f0707034347.tar.gz otp-95194afd63545c7d60e31b5148584f0707034347.tar.bz2 otp-95194afd63545c7d60e31b5148584f0707034347.zip |
erts: Rename LTTng tracepoint aio_pool_add to aio_pool_put
* Be consistent.
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r-- | lib/runtime_tools/doc/src/LTTng.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/runtime_tools/doc/src/LTTng.xml b/lib/runtime_tools/doc/src/LTTng.xml index 0d970c487b..4a87133c57 100644 --- a/lib/runtime_tools/doc/src/LTTng.xml +++ b/lib/runtime_tools/doc/src/LTTng.xml @@ -389,14 +389,14 @@ $ make </code> <p>Example:</p> <p><code type="none">aio_pool_get: { cpu_id = 4 }, { port = "#Port<0.3614>", length = 0 }</code></p> - <p><em>aio_pool_add</em></p> + <p><em>aio_pool_put</em></p> <list type="bulleted"> <item><c>port : string</c> :: Port ID. Ex. <c>"#Port<0.1031>"</c></item> <item><c>length : integer</c> :: Async queue length. Ex. <c>-1</c></item> </list> - <p>Async queue length is not defined for <c>add</c> operations.</p> + <p>Async queue length is not defined for <c>put</c> operations.</p> <p>Example:</p> - <p><code type="none">aio_pool_add: { cpu_id = 3 }, { port = "#Port<0.3614>", length = -1 }</code></p> + <p><code type="none">aio_pool_put: { cpu_id = 3 }, { port = "#Port<0.3614>", length = -1 }</code></p> <p><em>carrier_create</em></p> <list type="bulleted"> |