From: Philippe Proulx Date: Tue, 29 Nov 2016 02:34:26 +0000 (-0500) Subject: doc/man: reorganize source for tables X-Git-Tag: v2.10.0-rc1~29 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=8902dadc26f8ed82bb77fc1c7fc4180631a92339 doc/man: reorganize source for tables Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/man/lttng-ust-cyg-profile.3.txt b/doc/man/lttng-ust-cyg-profile.3.txt index 267b9a40..b29373d4 100644 --- a/doc/man/lttng-ust-cyg-profile.3.txt +++ b/doc/man/lttng-ust-cyg-profile.3.txt @@ -109,10 +109,12 @@ The following LTTng-UST events are available when using Fields: + [options="header"] -|========================================================================= -| Field name | Description -| `func_addr` | Function address -|========================================================================= +|=== +|Field name |Description + +|`func_addr` +|Function address +|=== `lttng_ust_cyg_profile_fast:func_exit`:: Emitted when an application function returns, or more @@ -139,11 +141,15 @@ The following LTTng-UST events are available when using Fields: + [options="header"] -|========================================================================= -| Field name | Description -| `func_addr` | Function address -| `call_site` | Address from which this function was called -|========================================================================= +|=== +|Field name |Description + +|`func_addr` +|Function address + +|`call_site` +|Address from which this function was called +|=== `lttng_ust_cyg_profile:func_exit`:: Emitted when an application function returns, or more @@ -152,11 +158,15 @@ Fields: Fields: + [options="header"] -|========================================================================= -| Field name | Description -| `func_addr` | Function address -| `call_site` | Address from which this function was called -|========================================================================= +|=== +|Field name |Description + +|`func_addr` +|Function address + +|`call_site` +|Address from which this function was called +|=== include::common-footer.txt[] diff --git a/doc/man/lttng-ust-dl.3.txt b/doc/man/lttng-ust-dl.3.txt index 392e5cb7..095eb99d 100644 --- a/doc/man/lttng-ust-dl.3.txt +++ b/doc/man/lttng-ust-dl.3.txt @@ -35,12 +35,18 @@ The following LTTng-UST events are available when using this library: Fields: + [options="header"] -|============================================================== -| Field name | Description -| `baddr` | Base address of loaded library -| `memsz` | Size of loaded library in memory -| `path` | Path to loaded library file -|============================================================== +|=== +|Field name |Description + +|`baddr` +|Base address of loaded library + +|`memsz` +|Size of loaded library in memory + +|`path` +|Path to loaded library file +|=== `lttng_ust_dl:dlclose`:: Emitted when man:dlclose(3) is called. @@ -48,10 +54,12 @@ Fields: Fields: + [options="header"] -|============================================================== -| Field name | Description -| `baddr` | Base address of loaded library -|============================================================== +|=== +|Field name |Description + +|`baddr` +|Base address of loaded library +|=== `lttng_ust_dl:debug_link`:: Emitted when debug link information is found when loading a library @@ -62,12 +70,18 @@ Fields: Fields: + [options="header"] -|============================================================== -| Field name | Description -| `baddr` | Base address of loaded library -| `filename` | Debug link file name -| `crc` | Debug link file's CRC -|============================================================== +|=== +|Field name |Description + +|`baddr` +|Base address of loaded library + +|`filename` +|Debug link file name + +|`crc` +|Debug link file's CRC +|=== `lttng_ust_dl:build_id`:: Emitted when a build ID is found when loading a library @@ -78,11 +92,15 @@ Fields: Fields: + [options="header"] -|============================================================== -| Field name | Description -| `baddr` | Base address of loaded library -| `build_id` | Build ID -|============================================================== +|=== +|Field name |Description + +|`baddr` +|Base address of loaded library + +|`build_id` +|Build ID +|=== include::common-footer.txt[] diff --git a/doc/man/lttng-ust.3.txt b/doc/man/lttng-ust.3.txt index c2910f55..046e5b45 100644 --- a/doc/man/lttng-ust.3.txt +++ b/doc/man/lttng-ust.3.txt @@ -817,14 +817,21 @@ This event has no fields. Fields: + [options="header"] -|================================================================== -| Field name | Description -| `baddr` | Base address of loaded executable -| `memsz` | Size of loaded executable in memory -| `path` | Path to loaded executable file -| `is_pic` | Whether the executable is - position-independent code -|================================================================== +|=== +|Field name |Description + +|`baddr` +|Base address of loaded executable + +|`memsz` +|Size of loaded executable in memory + +|`path` +|Path to loaded executable file + +|`is_pic` +|Whether the executable is position-independent code +|=== `lttng_ust_statedump:build_id`:: Emitted when a build ID is found in a currently loaded shared @@ -835,11 +842,15 @@ Fields: Fields: + [options="header"] -|============================================================== -| Field name | Description -| `baddr` | Base address of loaded library -| `build_id` | Build ID -|============================================================== +|=== +|Field name |Description + +|`baddr` +|Base address of loaded library + +|`build_id` +|Build ID +|=== `lttng_ust_statedump:debug_link`:: Emitted when debug link information is found in a currently loaded @@ -850,12 +861,18 @@ Fields: Fields: + [options="header"] -|============================================================== -| Field name | Description -| `baddr` | Base address of loaded library -| `crc` | Debug link file's CRC -| `filename` | Debug link file name -|============================================================== +|=== +|Field name |Description + +|`baddr` +|Base address of loaded library + +|`crc` +|Debug link file's CRC + +|`filename` +|Debug link file name +|=== [[example]] diff --git a/doc/man/tracelog.3.txt b/doc/man/tracelog.3.txt index 43ba934b..e90e9189 100644 --- a/doc/man/tracelog.3.txt +++ b/doc/man/tracelog.3.txt @@ -47,13 +47,21 @@ command. The `tracelog()` events contain the following fields: [options="header"] -|=============================================================== -| Field name | Description -| `line` | Line in source file where `tracelog()` was called -| `file` | Source file from which `tracelog()` was called -| `func` | Function name from which `tracelog()` was called -| `msg` | Formatted string output -|=============================================================== +|=== +|Field name |Description + +|`line` +|Line in source file where `tracelog()` was called + +|`file` +|Source file from which `tracelog()` was called + +|`func` +|Function name from which `tracelog()` was called + +|`msg` +|Formatted string output +|=== If you do not need to attach a specific log level to a `tracelog()` call, use man:tracef(3) instead.