SoW-2020-0003: Trace Hit Counters
[lttng-tools.git] / doc / man / lttng-list.1.txt
index 0edda6e3543405725397f5a936b9699a0d8332a9..cbb25137f29b08908390d93099abd23665f6654b 100644 (file)
@@ -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)
This page took 0.026969 seconds and 5 git commands to generate.