X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-ust-cyg-profile.3.txt;h=5105f76be38d7f59829e4d9fa91446f636804e3e;hb=0be120c87e5a2b2099e5858b16f4bb23f81acda6;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..5105f76b 100644 --- a/doc/man/lttng-ust-cyg-profile.3.txt +++ b/doc/man/lttng-ust-cyg-profile.3.txt @@ -18,7 +18,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 +26,7 @@ tracing: [role="term"] [verse] -*LD_PRELOAD=liblttng-ust-cyg-profile.so* my-app +$ *LD_PRELOAD=liblttng-ust-cyg-profile.so* my-app DESCRIPTION @@ -109,10 +109,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 @@ -139,11 +141,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 +158,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[]