lttng-disable-event(1): `--tracepoint` option is not the default
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 17 May 2021 17:57:48 +0000 (13:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 27 May 2021 21:31:35 +0000 (17:31 -0400)
commitc4c1f01e5886a9d6deee701487f11d2b8a933677
treea12a464ac82e1a851b36a84c8549ed9cb5a764d4
parent7539dcec4401832f0557f85daf6c8564615170f6
lttng-disable-event(1): `--tracepoint` option is not the default

I previously thought that not specifying any instrumentation point type
option was equivalent to specifying `--tracepoint`, like with the
`enable-event` command.

It's not the case: `--tracepoint` is just a filter, like `--syscall` and
the others. With `--kernel`, if you don't specify any instrumentation
point type condition option, the `disable-event` command disables
recording event rules regardless of their instrumentation point type.

This patch updates lttng-disable-event(1) to explain this.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I489c5d16dae954f4b5116edce556fdd942c98c4d
doc/man/lttng-disable-event.1.txt
This page took 0.026115 seconds and 5 git commands to generate.