SoW-2020-0003: Trace Hit Counters
[lttng-tools.git] / doc / man / lttng-disable-map.1.txt
diff --git a/doc/man/lttng-disable-map.1.txt b/doc/man/lttng-disable-map.1.txt
new file mode 100644 (file)
index 0000000..a46a2c4
--- /dev/null
@@ -0,0 +1,51 @@
+lttng-disable-map(1)
+====================
+:revdate: 30 Mars 2021
+
+
+NAME
+----
+lttng-disable-map - Disable LTTng map
+
+
+SYNOPSIS
+--------
+
+Disable an existing map:
+
+[verse]
+*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-map* (option:--userspace | option:--kernel)
+      [option:--session='SESSION'] 'MAP'
+
+
+DESCRIPTION
+-----------
+
+The `lttng disable-map` command is used to disable existing maps. Disabling a
+map prevents any further modification of the content of the map by the tracers
+until it's enabled again using `lttng-enable-map(1)`. Even when disabled, the
+content of the map is available via the `lttng-view-map(1)` command.
+
+OPTIONS
+-------
+option:-k, option:--kernel::
+    Disable map in the Linux kernel domain.
+
+option:-u, option:--userspace::
+    Disable map in the user space domain.
+
+option:-s 'SESSION', option:--session='SESSION'::
+    Disable map in the tracing session named 'SESSION'
+    instead of the current tracing session.
+
+include::common-cmd-help-options.txt[]
+
+include::common-cmd-footer.txt[]
+
+
+SEE ALSO
+--------
+man:lttng-add-map(1),
+man:lttng-enable-map(1),
+man:lttng-view-map(1),
+man:lttng(1)
This page took 0.023493 seconds and 5 git commands to generate.