3 :revdate: 28 November 2016
8 lttng-disable-event - Disable LTTng event rules
14 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-event*
15 (option:--kernel [option:--probe | option:--function | option:--syscall] |
16 option:--userspace | option:--jul | option:--log4j | option:--python)
17 [option:--session='SESSION'] [option:--channel='CHANNEL']
18 (option:--all-events | 'EVENT'[,'EVENT']...)
22 The `lttng disable-event` command disables one or more event rules
23 previously enabled by the man:lttng-enable-event(1) command.
25 Event rules are always assigned to a channel when they are created. If
26 the option:--channel option is omitted, the default channel named
29 If the option:--session option is omitted, the chosen channel is picked
30 from the current tracing session.
32 If the option:--all-events option is used, all the existing event rules
33 of the chosen domain are disabled. Otherwise, at least one event rule
34 to disable named 'EVENT' must be specified.
36 With the option:--kernel option, the event source type can be specified
37 using one of the option:--tracepoint, option:--probe,
38 option:--function, or option:--syscall options. See
39 man:lttng-enable-event(1) for more details about event source
42 Events can be disabled while tracing is active
43 (use man:lttng-start(1) to make a tracing session active).
46 include::common-cmd-options-head.txt[]
53 option:-j, option:--jul::
54 Disable event rules in the `java.util.logging` (JUL) domain.
56 option:-k, option:--kernel::
57 Disable event rules in the Linux kernel domain.
59 option:-l, option:--log4j::
60 Disable event rules in the Apache log4j domain.
62 option:-p, option:--python::
63 Disable event rules in the Python domain.
65 option:-u, option:--userspace::
66 Disable event rules in the user space domain.
71 option:-c 'CHANNEL', option:--channel='CHANNEL'::
72 Disable event rules in the channel named 'CHANNEL' instead
73 of the default channel name `channel0`.
75 option:-s 'SESSION', option:--session='SESSION'::
76 Disable event rules in the tracing session named 'SESSION'
77 instead of the current tracing session.
85 Linux kernel kretprobe. Only available with the option:--kernel
89 Linux kernel kprobe. Only available with the option:--kernel
93 Linux kernel system call. Only available with the option:--kernel
97 Linux kernel or application tracepoint. Only available
98 with the option:--kernel domain option (default Linux kernel
99 domain event source type).
104 option:-a, option:--all-events::
105 Disable all enabled event rules in the chosen tracing session,
106 tracing domain, and channel.
108 include::common-cmd-help-options.txt[]
111 include::common-cmd-footer.txt[]
116 man:lttng-enable-event(1),