7 lttng-disable-event - Disable LTTng event rules
13 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-event*
14 (option:--kernel [option:--probe | option:--function | option:--syscall] |
15 option:--userspace | option:--jul | option:--log4j | option:--python)
16 [option:--session='SESSION'] [option:--channel='CHANNEL']
17 (option:--all-events | 'EVENT'[,'EVENT']...)
21 The `lttng disable-event` command disables one or more event rules
22 previously enabled by the man:lttng-enable-event(1) command.
24 Event rules are always assigned to a channel when they are created. If
25 the option:--channel option is omitted, the default channel named
28 If the option:--session option is omitted, the chosen channel is picked
29 from the current tracing session.
31 If the option:--all-events option is used, all the existing event rules
32 of the chosen domain are disabled. Otherwise, at least one event rule
33 to disable named 'EVENT' must be specified.
35 With the option:--kernel option, the event source type can be specified
36 using one of the option:--tracepoint, option:--probe,
37 option:--function, or option:--syscall options. See
38 man:lttng-enable-event(1) for more details about event source
41 Events can be disabled while tracing is active
42 (use man:lttng-start(1) to make a tracing session active).
45 include::common-cmd-options-head.txt[]
52 option:-j, option:--jul::
53 Disable event rules in the `java.util.logging` (JUL) domain.
55 option:-k, option:--kernel::
56 Disable event rules in the Linux kernel domain.
58 option:-l, option:--log4j::
59 Disable event rules in the Apache log4j domain.
61 option:-p, option:--python::
62 Disable event rules in the Python domain.
64 option:-u, option:--userspace::
65 Disable event rules in the user space domain.
70 option:-c 'CHANNEL', option:--channel='CHANNEL'::
71 Disable event rules in the channel named 'CHANNEL' instead
72 of the default channel name `channel0`.
74 option:-s 'SESSION', option:--session='SESSION'::
75 Disable event rules in the tracing session named 'SESSION'
76 instead of the current tracing session.
84 Linux kernel kretprobe. Only available with the option:--kernel
88 Linux kernel kprobe. Only available with the option:--kernel
92 Linux kernel system call. Only available with the option:--kernel
96 Linux kernel or application tracepoint. Only available
97 with the option:--kernel domain option (default Linux kernel
98 domain event source type).
103 option:-a, option:--all-events::
104 Disable all enabled event rules in the chosen tracing session,
105 tracing domain, and channel.
107 include::common-cmd-help-options.txt[]
110 include::common-cmd-footer.txt[]
115 man:lttng-enable-event(1),