From 01d75ac4b535682a4d531ebd916ee93ff0a69839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Thu, 12 May 2016 18:10:59 +0200 Subject: runtime_tools: Fix tags of LTTng User's Guide --- lib/runtime_tools/doc/src/LTTng.xml | 78 ++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 40 deletions(-) (limited to 'lib/runtime_tools') diff --git a/lib/runtime_tools/doc/src/LTTng.xml b/lib/runtime_tools/doc/src/LTTng.xml index 4a87133c57..06152c66d6 100644 --- a/lib/runtime_tools/doc/src/LTTng.xml +++ b/lib/runtime_tools/doc/src/LTTng.xml @@ -76,7 +76,7 @@ $ make entry : string :: Code Location. Ex. "lists:sort/1"

Example:

-

process_spawn: { cpu_id = 3 }, { pid = "<0.131.0>", parent = "<0.130.0>", entry = "erlang:apply/2" }

+ process_spawn: { cpu_id = 3 }, { pid = "<0.131.0>", parent = "<0.130.0>", entry = "erlang:apply/2" }

process_link

@@ -85,7 +85,7 @@ $ make type : string :: "link" | "unlink"

Example:

-

process_link: { cpu_id = 3 }, { from = "<0.130.0>", to = "<0.131.0>", type = "link" }

+ process_link: { cpu_id = 3 }, { from = "<0.130.0>", to = "<0.131.0>", type = "link" }

process_exit

@@ -94,7 +94,7 @@ $ make reason : string :: Exit reason. Ex. "normal"

Example:

-

process_exit: { cpu_id = 3 }, { pid = "<0.130.0>", reason = "normal" }

+ process_exit: { cpu_id = 3 }, { pid = "<0.130.0>", reason = "normal" }

process_register

@@ -103,7 +103,7 @@ $ make type : string :: "register" | "unregister"

Example:

-

process_register: { cpu_id = 0 }, { pid = "<0.128.0>", name = "dyntrace_lttng_SUITE" type = "register" }

+ process_register: { cpu_id = 0 }, { pid = "<0.128.0>", name = "dyntrace_lttng_SUITE" type = "register" }

process_scheduled

@@ -113,7 +113,7 @@ $ make

Example:

-

process_scheduled: { cpu_id = 0 }, { pid = "<0.136.0>", entry = "erlang:apply/2", type = "in" }

+ process_scheduled: { cpu_id = 0 }, { pid = "<0.136.0>", entry = "erlang:apply/2", type = "in" }

port_open

@@ -124,7 +124,7 @@ $ make

Example:

-

port_open: { cpu_id = 5 }, { pid = "<0.131.0>", driver = "'/bin/sh -s unix:cmd'", port = "#Port<0.1887>" }

+ port_open: { cpu_id = 5 }, { pid = "<0.131.0>", driver = "'/bin/sh -s unix:cmd'", port = "#Port<0.1887>" }

port_exit

@@ -132,7 +132,7 @@ $ make reason : string :: Exit reason. Ex. "normal"

Example:

-

port_exit: { cpu_id = 5 }, { port = "#Port<0.1887>", reason = "normal" }

+ port_exit: { cpu_id = 5 }, { port = "#Port<0.1887>", reason = "normal" }

port_link

@@ -141,7 +141,7 @@ $ make type : string :: "link" | "unlink"

Example:

-

port_link: { cpu_id = 5 }, { from = "#Port<0.1887>", to = "<0.131.0>", type = "unlink" }

+ port_link: { cpu_id = 5 }, { from = "#Port<0.1887>", to = "<0.131.0>", type = "unlink" }

port_scheduled

@@ -151,7 +151,7 @@ $ make

Example:

-

port_scheduled: { cpu_id = 5 }, { pid = "#Port<0.1905>", entry = "close", type = "out" }

+ port_scheduled: { cpu_id = 5 }, { pid = "#Port<0.1905>", entry = "close", type = "out" }

function_call

@@ -160,7 +160,7 @@ $ make depth : integer :: Stack depth. Ex. 0

Example:

-

function_call: { cpu_id = 5 }, { pid = "<0.145.0>", entry = "dyntrace_lttng_SUITE:'-t_call/1-fun-1-'/0", depth = 0 }

+ function_call: { cpu_id = 5 }, { pid = "<0.145.0>", entry = "dyntrace_lttng_SUITE:'-t_call/1-fun-1-'/0", depth = 0 }

function_return

@@ -169,7 +169,7 @@ $ make depth : integer :: Stack depth. Ex. 0

Example:

-

function_return: { cpu_id = 5 }, { pid = "<0.145.0>", entry = "dyntrace_lttng_SUITE:waiter/0", depth = 0 }

+ function_return: { cpu_id = 5 }, { pid = "<0.145.0>", entry = "dyntrace_lttng_SUITE:waiter/0", depth = 0 }

function_exception

@@ -178,7 +178,7 @@ $ make class : string :: Error reason. Ex. "error"

Example:

-

function_exception: { cpu_id = 5 }, { pid = "<0.144.0>", entry = "t:call_exc/1", class = "error" }

+ function_exception: { cpu_id = 5 }, { pid = "<0.144.0>", entry = "t:call_exc/1", class = "error" }

message_send

@@ -187,7 +187,7 @@ $ make message : string :: Message sent. Ex. "{<0.162.0>,ok}"

Example:

-

message_send: { cpu_id = 3 }, { from = "#Port<0.1938>", to = "<0.160.0>", message = "{#Port<0.1938>,eof}" }

+ message_send: { cpu_id = 3 }, { from = "#Port<0.1938>", to = "<0.160.0>", message = "{#Port<0.1938>,eof}" }

message_receive

@@ -195,7 +195,7 @@ $ make message : string :: Message received. Ex. "{<0.162.0>,ok}"

Example:

-

message_receive: { cpu_id = 7 }, { to = "<0.167.0>", message = "{<0.165.0>,ok}" }

+ message_receive: { cpu_id = 7 }, { to = "<0.167.0>", message = "{<0.165.0>,ok}" }

gc_minor_start

@@ -205,7 +205,7 @@ $ make old_heap : integer :: Old heap word size. Ex. 233

Example:

-

gc_minor_start: { cpu_id = 0 }, { pid = "<0.172.0>", need = 0, heap = 610, old_heap = 0 }

+ gc_minor_start: { cpu_id = 0 }, { pid = "<0.172.0>", need = 0, heap = 610, old_heap = 0 }

gc_minor_end

@@ -215,7 +215,7 @@ $ make old_heap : integer :: Old heap word size. Ex. 233

Example:

-

gc_minor_end: { cpu_id = 0 }, { pid = "<0.172.0>", reclaimed = 120, heap = 1598, old_heap = 1598 }

+ gc_minor_end: { cpu_id = 0 }, { pid = "<0.172.0>", reclaimed = 120, heap = 1598, old_heap = 1598 }

gc_major_start

@@ -225,7 +225,7 @@ $ make old_heap : integer :: Old heap word size. Ex. 233

Example:

-

gc_major_start: { cpu_id = 0 }, { pid = "<0.172.0>", need = 8, heap = 2586, old_heap = 1598 }

+ gc_major_start: { cpu_id = 0 }, { pid = "<0.172.0>", need = 8, heap = 2586, old_heap = 1598 }

gc_major_end

@@ -235,7 +235,7 @@ $ make old_heap : integer :: Old heap word size. Ex. 233

Example:

-

gc_major_end: { cpu_id = 0 }, { pid = "<0.172.0>", reclaimed = 240, heap = 4185, old_heap = 0 }

+ gc_major_end: { cpu_id = 0 }, { pid = "<0.172.0>", reclaimed = 240, heap = 4185, old_heap = 0 } @@ -250,7 +250,7 @@ $ make runnable : integer :: Runnable. Ex. 1

Example:

-

scheduler_poll: { cpu_id = 4 }, { scheduler = 1, runnable = 1 }

+ scheduler_poll: { cpu_id = 4 }, { scheduler = 1, runnable = 1 }

driver_init

@@ -260,7 +260,7 @@ $ make flags : integer :: Flags. Ex. 1

Example:

-

driver_init: { cpu_id = 2 }, { driver = "caller_drv", major = 3, minor = 3, flags = 1 }

+ driver_init: { cpu_id = 2 }, { driver = "caller_drv", major = 3, minor = 3, flags = 1 }

driver_start

@@ -269,7 +269,7 @@ $ make port : string :: Port ID. Ex. "#Port<0.1031>"

Example:

-

driver_start: { cpu_id = 2 }, { pid = "<0.198.0>", driver = "caller_drv", port = "#Port<0.3676>" }

+ driver_start: { cpu_id = 2 }, { pid = "<0.198.0>", driver = "caller_drv", port = "#Port<0.3676>" }

driver_output

@@ -279,7 +279,7 @@ $ make bytes : integer :: Size of data returned. Ex. 82

Example:

-

driver_output: { cpu_id = 2 }, { pid = "<0.198.0>", port = "#Port<0.3677>", driver = "/bin/sh -s unix:cmd", bytes = 36 }

+ driver_output: { cpu_id = 2 }, { pid = "<0.198.0>", port = "#Port<0.3677>", driver = "/bin/sh -s unix:cmd", bytes = 36 }

driver_outputv

@@ -289,7 +289,7 @@ $ make bytes : integer :: Size of data returned. Ex. 82

Example:

-

driver_outputv: { cpu_id = 5 }, { pid = "<0.194.0>", port = "#Port<0.3663>", driver = "tcp_inet", bytes = 3 }

+ driver_outputv: { cpu_id = 5 }, { pid = "<0.194.0>", port = "#Port<0.3663>", driver = "tcp_inet", bytes = 3 }

driver_ready_input

@@ -298,7 +298,7 @@ $ make driver : string :: Driver name. Ex. "efile"

Example:

-

driver_ready_input: { cpu_id = 5 }, { pid = "<0.189.0>", port = "#Port<0.3637>", driver = "inet_gethost 4 " }

+ driver_ready_input: { cpu_id = 5 }, { pid = "<0.189.0>", port = "#Port<0.3637>", driver = "inet_gethost 4 " }

driver_ready_output

@@ -307,7 +307,7 @@ $ make driver : string :: Driver name. Ex. "efile"

Example:

-

driver_ready_output: { cpu_id = 5 }, { pid = "<0.194.0>", port = "#Port<0.3663>", driver = "tcp_inet" }

+ driver_ready_output: { cpu_id = 5 }, { pid = "<0.194.0>", port = "#Port<0.3663>", driver = "tcp_inet" }

driver_timeout

@@ -316,14 +316,14 @@ $ make driver : string :: Driver name. Ex. "efile"

Example:

-

driver_timeout: { cpu_id = 5 }, { pid = "<0.196.0>", port = "#Port<0.3664>", driver = "tcp_inet" }

+ driver_timeout: { cpu_id = 5 }, { pid = "<0.196.0>", port = "#Port<0.3664>", driver = "tcp_inet" }

driver_stop_select

driver : string :: Driver name. Ex. "efile"

Example:

-

driver_stop_select: { cpu_id = 5 }, { driver = "unknown" }

+ driver_stop_select: { cpu_id = 5 }, { driver = "unknown" }

driver_flush

@@ -332,7 +332,7 @@ $ make driver : string :: Driver name. Ex. "efile"

Example:

-

driver_flush: { cpu_id = 7 }, { pid = "<0.204.0>", port = "#Port<0.3686>", driver = "tcp_inet" }

+ driver_flush: { cpu_id = 7 }, { pid = "<0.204.0>", port = "#Port<0.3686>", driver = "tcp_inet" }

driver_stop

@@ -341,7 +341,7 @@ $ make driver : string :: Driver name. Ex. "efile"

Example:

-

driver_stop: { cpu_id = 5 }, { pid = "[]", port = "#Port<0.3673>", driver = "efile" }

+ driver_stop: { cpu_id = 5 }, { pid = "[]", port = "#Port<0.3673>", driver = "efile" }

driver_process_exit

@@ -357,7 +357,7 @@ $ make driver : string :: Driver name. Ex. "efile"

Example:

-

driver_ready_async: { cpu_id = 3 }, { pid = "<0.181.0>", port = "#Port<0.3622>", driver = "efile" }

+ driver_ready_async: { cpu_id = 3 }, { pid = "<0.181.0>", port = "#Port<0.3622>", driver = "efile" }

driver_call

@@ -368,7 +368,7 @@ $ make bytes : integer :: Size of data returned. Ex. 82

Example:

-

driver_call: { cpu_id = 2 }, { pid = "<0.202.0>", port = "#Port<0.3676>", driver = "caller_drv", command = 0, bytes = 2 }

+ driver_call: { cpu_id = 2 }, { pid = "<0.202.0>", port = "#Port<0.3676>", driver = "caller_drv", command = 0, bytes = 2 }

driver_control

@@ -379,7 +379,7 @@ $ make bytes : integer :: Size of data returned. Ex. 82

Example:

-

driver_control: { cpu_id = 3 }, { pid = "<0.32767.8191>", port = "#Port<0.0>", driver = "forker", command = 83, bytes = 32 }

+ driver_control: { cpu_id = 3 }, { pid = "<0.32767.8191>", port = "#Port<0.0>", driver = "forker", command = 83, bytes = 32 }

aio_pool_get

@@ -387,7 +387,7 @@ $ make length : integer :: Async queue length. Ex. 0

Example:

-

aio_pool_get: { cpu_id = 4 }, { port = "#Port<0.3614>", length = 0 }

+ aio_pool_get: { cpu_id = 4 }, { port = "#Port<0.3614>", length = 0 }

aio_pool_put

@@ -396,7 +396,7 @@ $ make

Async queue length is not defined for put operations.

Example:

-

aio_pool_put: { cpu_id = 3 }, { port = "#Port<0.3614>", length = -1 }

+ aio_pool_put: { cpu_id = 3 }, { port = "#Port<0.3614>", length = -1 }

carrier_create

@@ -414,7 +414,7 @@ $ make

Example:

-

carrier_create: { cpu_id = 2 }, { type = "ets_alloc", instance = 7, size = 2097152, mbc_carriers = 4, mbc_carriers_size = 3440640, mbc_blocks = 526, mbc_blocks_size = 1278576, sbc_carriers = 0, sbc_carriers_size = 0, sbc_blocks = 0, sbc_blocks_size = 0 }

+ carrier_create: { cpu_id = 2 }, { type = "ets_alloc", instance = 7, size = 2097152, mbc_carriers = 4, mbc_carriers_size = 3440640, mbc_blocks = 526, mbc_blocks_size = 1278576, sbc_carriers = 0, sbc_carriers_size = 0, sbc_blocks = 0, sbc_blocks_size = 0 }

carrier_destroy

@@ -432,7 +432,7 @@ $ make

Example:

-

carrier_destroy: { cpu_id = 6 }, { type = "ets_alloc", instance = 7, size = 262144, mbc_carriers = 3, mbc_carriers_size = 3178496, mbc_blocks = 925, mbc_blocks_size = 2305336, sbc_carriers = 0, sbc_carriers_size = 0, sbc_blocks = 0, sbc_blocks_size = 0 }

+ carrier_destroy: { cpu_id = 6 }, { type = "ets_alloc", instance = 7, size = 262144, mbc_carriers = 3, mbc_carriers_size = 3178496, mbc_blocks = 925, mbc_blocks_size = 2305336, sbc_carriers = 0, sbc_carriers_size = 0, sbc_blocks = 0, sbc_blocks_size = 0 }

carrier_pool_put

@@ -441,7 +441,7 @@ $ make size : integer :: Carrier size. Ex. 262144

Example:

-

carrier_pool_put: { cpu_id = 3 }, { type = "ets_alloc", instance = 5, size = 1048576 }

+ carrier_pool_put: { cpu_id = 3 }, { type = "ets_alloc", instance = 5, size = 1048576 }

carrier_pool_get

@@ -450,11 +450,9 @@ $ make size : integer :: Carrier size. Ex. 262144

Example:

-

carrier_pool_get: { cpu_id = 7 }, { type = "ets_alloc", instance = 4, size = 3208 }

- + carrier_pool_get: { cpu_id = 7 }, { type = "ets_alloc", instance = 4, size = 3208 } -
Examples
-- cgit v1.2.1