SoW-2020-0003: Trace Hit Counters
[lttng-tools.git] / doc / man / lttng-disable-map.1.txt
CommitLineData
ebdb334b
JR
1lttng-disable-map(1)
2====================
3:revdate: 30 Mars 2021
4
5
6NAME
7----
8lttng-disable-map - Disable LTTng map
9
10
11SYNOPSIS
12--------
13
14Disable an existing map:
15
16[verse]
17*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-map* (option:--userspace | option:--kernel)
18 [option:--session='SESSION'] 'MAP'
19
20
21DESCRIPTION
22-----------
23
24The `lttng disable-map` command is used to disable existing maps. Disabling a
25map prevents any further modification of the content of the map by the tracers
26until it's enabled again using `lttng-enable-map(1)`. Even when disabled, the
27content of the map is available via the `lttng-view-map(1)` command.
28
29OPTIONS
30-------
31option:-k, option:--kernel::
32 Disable map in the Linux kernel domain.
33
34option:-u, option:--userspace::
35 Disable map in the user space domain.
36
37option:-s 'SESSION', option:--session='SESSION'::
38 Disable map in the tracing session named 'SESSION'
39 instead of the current tracing session.
40
41include::common-cmd-help-options.txt[]
42
43include::common-cmd-footer.txt[]
44
45
46SEE ALSO
47--------
48man:lttng-add-map(1),
49man:lttng-enable-map(1),
50man:lttng-view-map(1),
51man:lttng(1)
This page took 0.026196 seconds and 5 git commands to generate.