X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-ust-cyg-profile.3.txt;h=73aac26c7de75f8ca7d2a2affbc0e9bf4a0e266a;hb=HEAD;hp=267b9a4009ccee174fb74e9a230d72bfca199a84;hpb=4ddbd0b790be981d023f344a83e67a8746fa3688;p=lttng-ust.git diff --git a/doc/man/lttng-ust-cyg-profile.3.txt b/doc/man/lttng-ust-cyg-profile.3.txt index 267b9a40..51d03e4a 100644 --- a/doc/man/lttng-ust-cyg-profile.3.txt +++ b/doc/man/lttng-ust-cyg-profile.3.txt @@ -1,5 +1,8 @@ -lttng-ust-dl(3) -=============== +// SPDX-FileCopyrightText: 2016 Philippe Proulx +// SPDX-License-Identifier: CC-BY-4.0 +// +lttng-ust-cyg-profile(3) +======================== :object-type: library @@ -18,7 +21,7 @@ Launch your application by preloading [role="term"] [verse] -*LD_PRELOAD=liblttng-ust-cyg-profile-fast.so* my-app +$ *LD_PRELOAD=liblttng-ust-cyg-profile-fast.so* my-app Launch your application by preloading `liblttng-ust-cyg-profile.so` for slower, more verbose function @@ -26,7 +29,7 @@ tracing: [role="term"] [verse] -*LD_PRELOAD=liblttng-ust-cyg-profile.so* my-app +$ *LD_PRELOAD=liblttng-ust-cyg-profile.so* my-app DESCRIPTION @@ -100,7 +103,7 @@ Fast function tracing ~~~~~~~~~~~~~~~~~~~~~ The following LTTng-UST events are available when using `liblttng-ust-cyg-profile-fast.so`. Their log level is set to -`TRACE_DEBUG_FUNCTION`. +`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION`. `lttng_ust_cyg_profile_fast:func_entry`:: Emitted when an application function is entered, or more @@ -109,10 +112,12 @@ The following LTTng-UST events are available when using 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 @@ -130,7 +135,7 @@ Verbose function tracing ~~~~~~~~~~~~~~~~~~~~~~~~ The following LTTng-UST events are available when using `liblttng-ust-cyg-profile.so`. Their log level is set to -`TRACE_DEBUG_FUNCTION`. +`LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION`. `lttng_ust_cyg_profile:func_entry`:: Emitted when an application function is entered, or more @@ -139,11 +144,15 @@ The following LTTng-UST events are available when using 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 @@ -152,11 +161,15 @@ Fields: 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[]