doc/man: document LTTng-UST 2.13
[lttng-ust.git] / doc / man / lttng-ust-cyg-profile.3.txt
index b29373d49462f875fb1283b1d622f8e3ba7f0aef..73aac26c7de75f8ca7d2a2affbc0e9bf4a0e266a 100644 (file)
@@ -1,5 +1,5 @@
-lttng-ust-dl(3)
-===============
+lttng-ust-cyg-profile(3)
+========================
 :object-type: library
 
 
@@ -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
@@ -100,7 +100,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
@@ -113,7 +113,7 @@ Fields:
 |Field name |Description
 
 |`func_addr`
-|Function address
+|Function address.
 |===
 
 `lttng_ust_cyg_profile_fast:func_exit`::
@@ -132,7 +132,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
@@ -145,10 +145,10 @@ Fields:
 |Field name |Description
 
 |`func_addr`
-|Function address
+|Function address.
 
 |`call_site`
-|Address from which this function was called
+|Address from which this function was called.
 |===
 
 `lttng_ust_cyg_profile:func_exit`::
@@ -162,10 +162,10 @@ Fields:
 |Field name |Description
 
 |`func_addr`
-|Function address
+|Function address.
 
 |`call_site`
-|Address from which this function was called
+|Address from which this function was called.
 |===
 
 
This page took 0.024826 seconds and 4 git commands to generate.