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