X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fpython-howto.txt;h=5a3c2683a665250b3a9bdfbe517dea6cb4ecff37;hp=5f7fcfbacc99810b643191c67bc9be0fe191da85;hb=HEAD;hpb=36907cb5a542b8eb01d95e1990894abd45e98bc0 diff --git a/doc/python-howto.txt b/doc/python-howto.txt index 5f7fcfbac..5a3c2683a 100644 --- a/doc/python-howto.txt +++ b/doc/python-howto.txt @@ -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")