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
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
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[]
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.
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
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
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[]
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
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
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]]
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.