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