X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fman%2Flttng-ust-dl.3.txt;h=28d865c65debb0233a997466963d062c5925d309;hb=d01f365ab46ae32b002602ee8fe8b7ad4102a659;hp=392e5cb7e6751a5bdfcb9ebd4734092747dfe223;hpb=6488ae4ce8308349a872aa2bd744103608464cc5;p=lttng-ust.git diff --git a/doc/man/lttng-ust-dl.3.txt b/doc/man/lttng-ust-dl.3.txt index 392e5cb7..28d865c6 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[]