X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2Fman%2Flttng.1.txt;h=2af6fe55d72915b573cb4adf3e2a12d0354e7390;hb=14a0fb27d36b53efd482efd49b7cc03cdaad1488;hp=a737e11f346ed26e4fb8a93f66ad0758dfb6f3ca;hpb=5d231d824cb0cfba5c4074cc16f09fae8abc146b;p=lttng-tools.git diff --git a/doc/man/lttng.1.txt b/doc/man/lttng.1.txt index a737e11f3..2af6fe55d 100644 --- a/doc/man/lttng.1.txt +++ b/doc/man/lttng.1.txt @@ -33,19 +33,19 @@ A _tracing domain_ is a tracer category. There are five available domains. For some commands, the domain needs to be specified with a command-line option. The domain options are: -option:-j, option:--jul:: +nloption:-j, nloption:--jul:: Apply command to the `java.util.logging` (JUL) domain. -option:-k, option:--kernel:: +nloption:-k, nloption:--kernel:: Apply command to the Linux kernel domain. -option:-l, option:--log4j:: +nloption:-l, nloption:--log4j:: Apply command to the Apache log4j 1.2 (Java) domain. -option:-p, option:--python:: +nloption:-p, nloption:--python:: Apply command to the Python domain. -option:-u, option:--userspace:: +nloption:-u, nloption:--userspace:: Apply command to the user space domain. The LTTng session daemon is a tracing registry which allows the user to @@ -139,7 +139,7 @@ option:-V, option:--version:: COMMANDS -------- -The following commands also have their own option:--help option. +The following commands also have their own nloption:--help option. Tracing sessions @@ -150,36 +150,39 @@ linklttng:lttng-create(1):: linklttng:lttng-destroy(1):: Tear down tracing sessions. +linklttng:lttng-load(1):: + Load tracing session configurations. + +linklttng:lttng-metadata(1):: + Manage an LTTng tracing session's metadata generation. + linklttng:lttng-save(1):: Save tracing session configurations. linklttng:lttng-set-session(1):: Set current tracing session. -linklttng:lttng-load(1):: - Load tracing session configurations. - Channels ~~~~~~~~ -linklttng:lttng-enable-channel(1):: - Create or enable tracing channels. +linklttng:lttng-add-context(1):: + Add context fields to a channel. linklttng:lttng-disable-channel(1):: Disable tracing channels. -linklttng:lttng-add-context(1):: - Add context fields to a channel. +linklttng:lttng-enable-channel(1):: + Create or enable tracing channels. Event rules ~~~~~~~~~~~ -linklttng:lttng-enable-event(1):: - Create or enable event rules. - linklttng:lttng-disable-event(1):: Disable event rules. +linklttng:lttng-enable-event(1):: + Create or enable event rules. + Status ~~~~~~