X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-ust-dl.3.txt;h=095eb99dec06621903526bcb874b4f4787f5288f;hb=8902dadc26f8ed82bb77fc1c7fc4180631a92339;hp=392e5cb7e6751a5bdfcb9ebd4734092747dfe223;hpb=cfbdb7732a22a21b2803a7aed6962d72bef54f5a;p=lttng-ust.git 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[]