SoW-2020-0003: Trace Hit Counters
[lttng-tools.git] / doc / man / lttng-view-map.1.txt
CommitLineData
ebdb334b
JR
1lttng-view-map(1)
2=================
3:revdate: 30 Mars 2021
4
5
6NAME
7----
8lttng-view-map - View LTTng map
9
10
11SYNOPSIS
12--------
13
14View the content of a map:
15
16[verse]
17*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *view-map* [(option:--userspace | option:--kernel)]
18 [option:--session='SESSION'] [option:--key='KEY'] 'MAP'
19
20
21DESCRIPTION
22-----------
23
24The `lttng view-map` command is used to view the content of maps.
25This command prints all the key value pairs contained in this map.
26
27On LTTng-UST maps created with the `--per-pid` option, the content of the map
28of every running applications and the aggregated per-pid map. The aggregated
29per-pid map contains the per-key-value pair sum of the maps of applications
30that exited since the start of the session.
31
32
33OPTIONS
34-------
35option:-k, option:--kernel::
36 View map in the Linux kernel domain.
37
38option:-u, option:--userspace::
39 View map in the user space domain.
40
41option:-s 'SESSION', option:--session='SESSION'::
42 View map in the tracing session named 'SESSION'
43 instead of the current tracing session.
44
45option:--key='KEY'::
46 Only show entries for KEY.
47
48include::common-cmd-help-options.txt[]
49
50include::common-cmd-footer.txt[]
51
52
53SEE ALSO
54--------
55man:lttng-add-map(1),
56man:lttng-enable-map(1),
57man:lttng-disable-map(1),
58man:lttng(1)
This page took 0.026268 seconds and 5 git commands to generate.