Update the remaining manual pages for LTTng-tools 2.13
[lttng-tools.git] / doc / man / lttng-disable-event.1.txt
CommitLineData
290294e8
PP
1lttng-disable-event(1)
2======================
26f0c779 3:revdate: 3 May 2021
290294e8
PP
4
5
6NAME
7----
484b2a0c 8lttng-disable-event - Disable LTTng recording event rules
290294e8
PP
9
10
11SYNOPSIS
12--------
484b2a0c
PP
13Disable one or more recording event rules matching Linux kernel
14events:
15
16[verse]
17*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-event* option:--kernel
18 [option:--tracepoint | option:--syscall | option:--probe | option:--function]
19 (option:--all-events | 'NAME'[,'NAME']...)
20 [option:--session='SESSION'] [option:--channel='CHANNEL']
21
22Disable one or more recording event rules matching user space
23tracepoint or Java/Python logging events:
24
290294e8 25[verse]
ce19b9ed 26*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-event*
484b2a0c
PP
27 (option:--userspace | option:--jul | option:--log4j | option:--python) [option:--tracepoint]
28 (option:--all-events | 'NAME'[,'NAME']...)
290294e8 29 [option:--session='SESSION'] [option:--channel='CHANNEL']
484b2a0c 30
290294e8
PP
31
32DESCRIPTION
33-----------
484b2a0c
PP
34The `lttng disable-event` command disables one or more enabled recording
35event rules previously created with the man:lttng-enable-event(1)
26f0c779
PP
36command which belong to:
37
38With the option:--session='SESSION' option::
39 The tracing session named 'SESSION'.
40
41Without the option:--session option::
42 The current tracing session (see man:lttng-concepts(7) to learn more
43 about the current tracing session).
44
45With the option:--channel='CHANNEL' option::
46 The channel named 'CHANNEL'.
47
48Without the option:--channel option::
49 The channel named `channel0`.
50
51See man:lttng-concepts(7) to learn more about recording event rules.
290294e8 52
484b2a0c
PP
53As of LTTng{nbsp}{lttng_version}, the `disable-event` command can only
54find recording event rules to disable by their instrumentation point
55type and event name conditions. Therefore, you cannot disable recording
56event rules having a specific instrumentation point log level condition,
57for example.
290294e8 58
26f0c779 59List the recording event rules of a given tracing session
484b2a0c 60and/or channel with the man:lttng-list(1) command.
290294e8 61
484b2a0c
PP
62Without the option:--all-events option, the `disable-event` command
63disables one recording event rule per 'NAME' argument. 'NAME' is the
64exact event name condition pattern of the recording event rule to
65disable, as listed in the output of `lttng list` (see
66man:lttng-list(1)).
290294e8 67
484b2a0c
PP
68You may disable an enabled recording event rule regardless of the
69activity (started or stopped) of its tracing session (see
70man:lttng-start(1) and man:lttng-stop(1)).
290294e8
PP
71
72
73include::common-cmd-options-head.txt[]
74
75
484b2a0c
PP
76Tracing domain
77~~~~~~~~~~~~~~
290294e8
PP
78One of:
79
80option:-j, option:--jul::
484b2a0c
PP
81 Disable recording event rules in the `java.util.logging` (JUL)
82 domain.
290294e8
PP
83
84option:-k, option:--kernel::
484b2a0c 85 Disable recording event rules in the Linux kernel domain.
290294e8
PP
86
87option:-l, option:--log4j::
484b2a0c 88 Disable recording event rules in the Apache log4j domain.
290294e8
PP
89
90option:-p, option:--python::
484b2a0c 91 Disable recording event rules in the Python domain.
290294e8
PP
92
93option:-u, option:--userspace::
484b2a0c 94 Disable recording event rules in the user space tracing domain.
290294e8
PP
95
96
484b2a0c
PP
97Recording target
98~~~~~~~~~~~~~~~~
59b19c3c 99option:-c 'CHANNEL', option:--channel='CHANNEL'::
484b2a0c
PP
100 Disable recording event rules attached to the channel named
101 'CHANNEL' instead of `channel0`.
290294e8 102
59b19c3c 103option:-s 'SESSION', option:--session='SESSION'::
484b2a0c 104 Disable recording event rules in the tracing session named 'SESSION'
290294e8
PP
105 instead of the current tracing session.
106
107
484b2a0c
PP
108Instrumentation point type condition
109~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110At most one of:
290294e8
PP
111
112option:--function::
484b2a0c
PP
113 Only disable recording event rules which match Linux kretprobe
114 events.
115+
116Only available with the option:--kernel option.
290294e8
PP
117
118option:--probe::
484b2a0c
PP
119 Only disable recording event rules which match Linux kprobe events.
120+
121Only available with the option:--kernel option.
290294e8
PP
122
123option:--syscall::
484b2a0c
PP
124 Only disable recording event rules which match Linux system call
125 events.
126+
127Only available with the option:--kernel option.
290294e8
PP
128
129option:--tracepoint::
484b2a0c
PP
130 Only disable recording event rules which match:
131+
132--
133With the option:--kernel or option:--userspace option:::
134 LTTng tracepoint events.
135With the option:--jul, option:--log4j, or option:--python option:::
136 Logging events.
137--
138+
139As of LTTng{nbsp}{lttng_version}, this is the default instrumentation
140point type condition option, but this may change in the future.
141
142
143Event name condition
144~~~~~~~~~~~~~~~~~~~~
290294e8 145option:-a, option:--all-events::
484b2a0c 146 Disable recording event rules regardless of their event name
26f0c779 147 condition.
484b2a0c 148
290294e8
PP
149
150include::common-cmd-help-options.txt[]
151
152
153include::common-cmd-footer.txt[]
154
155
156SEE ALSO
157--------
484b2a0c 158man:lttng(1),
26f0c779 159man:lttng-concepts(7),
7c1a4458 160man:lttng-enable-event(1),
484b2a0c 161man:lttng-list(1)
This page took 0.038905 seconds and 4 git commands to generate.