X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2Fman%2Flttng-list.1.txt;h=cbb25137f29b08908390d93099abd23665f6654b;hb=refs%2Fheads%2Fsow-2020-0002-rev2;hp=0edda6e3543405725397f5a936b9699a0d8332a9;hpb=882108c6df197689aec083f49d8f2bf0e9a9b52d;p=lttng-tools.git diff --git a/doc/man/lttng-list.1.txt b/doc/man/lttng-list.1.txt index 0edda6e35..cbb25137f 100644 --- a/doc/man/lttng-list.1.txt +++ b/doc/man/lttng-list.1.txt @@ -1,10 +1,11 @@ lttng-list(1) ============= +:revdate: 28 November 2016 NAME ---- -lttng-list - List LTTng tracing sessions, domains, channels, and events +lttng-list - List LTTng tracing sessions, domains, channels, maps, and events SYNOPSIS @@ -12,23 +13,23 @@ SYNOPSIS List existing tracing sessions: [verse] -*lttng* ['GENERAL OPTIONS'] *list* +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *list* List available event sources: [verse] -*lttng* ['GENERAL OPTIONS'] *list* [option:--fields] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *list* [option:--fields] [option:--kernel [option:--syscall]] [option:--userspace] [option:--jul] [option:--log4j] [option:--python] List tracing session's domains: [verse] -*lttng* ['GENERAL OPTIONS'] *list* option:--domain 'SESSION' +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *list* option:--domain 'SESSION' -List tracing session's channels and event rules: +List tracing session's channels, maps, and event rules: [verse] -*lttng* ['GENERAL OPTIONS'] *list* [option:--channel='CHANNEL'] 'SESSION' +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *list* [option:--channel='CHANNEL'] [option:--map='MAP'] 'SESSION' DESCRIPTION @@ -51,7 +52,7 @@ listed event sources. Providing a tracing session name 'SESSION' targets a specific tracing session. If the option:--domain option is used, domains containing at least one channel in the selected tracing session are listed. Otherwise, -all the domains, channels, and event rules of the selected tracing +all the domains, channels, maps, and event rules of the selected tracing session are listed along with its details (trace path, for example), except when the option:--channel option is used to isolate a specific channel by name. @@ -80,9 +81,12 @@ option:-u, option:--userspace:: Target ~~~~~~ -option:-c, option:--channel='CHANNEL':: +option:-c 'CHANNEL', option:--channel='CHANNEL':: Only list the details of the channel named 'CHANNEL'. +option:-m 'MAP', option:--map='MAP':: + Only list the details of the map named 'MAP'. + Listing ~~~~~~~ @@ -107,4 +111,4 @@ include::common-cmd-footer.txt[] SEE ALSO -------- -linklttng:lttng(1) +man:lttng(1)