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