Rename "tracing session" -> "recording session"
[lttng-tools.git] / doc / python-howto.txt
index 5f7fcfbacc99810b643191c67bc9be0fe191da85..5a3c2683a665250b3a9bdfbe517dea6cb4ecff37 100644 (file)
@@ -34,7 +34,7 @@ Quick example using Python to trace with LTTng.
 
   >>> lttng.create("session-name", "path/to/trace")
 
-4) Create a handle for the tracing session and domain
+4) Create a handle for the recording session and domain
 
   >>> domain = lttng.Domain()
   >>> domain.type = lttng.DOMAIN_KERNEL                        *
@@ -63,7 +63,7 @@ Quick example using Python to trace with LTTng.
 
   >>> lttng.stop("session-name")
 
-7) Destroy the tracing session
+7) Destroy the recording session
 
   >>> lttng.destroy("session-name")
 
This page took 0.023176 seconds and 4 git commands to generate.