X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-ust.3.txt;h=f610c72ccaf1acd2fc55ccac00ceba41a23da053;hb=d01f365ab46ae32b002602ee8fe8b7ad4102a659;hp=c2910f55df6ef1f63f61bad1517d2fec19e70cf0;hpb=cfbdb7732a22a21b2803a7aed6962d72bef54f5a;p=lttng-ust.git diff --git a/doc/man/lttng-ust.3.txt b/doc/man/lttng-ust.3.txt index c2910f55..f610c72c 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]]