X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fpython-howto.txt;fp=doc%2Fpython-howto.txt;h=5a3c2683a665250b3a9bdfbe517dea6cb4ecff37;hp=5f7fcfbacc99810b643191c67bc9be0fe191da85;hb=e971184584781f70bbbfc52bbede8b9abf0436e5;hpb=da39b67ce2828bfc63a02db969048bfe1abd4ca0 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")