From: Philippe Proulx Date: Mon, 17 May 2021 17:57:48 +0000 (-0400) Subject: lttng-disable-event(1): `--tracepoint` option is not the default X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=d6b9e598b6552b2c855cae2fe734aa457e56cbed;hp=d6b9e598b6552b2c855cae2fe734aa457e56cbed;p=lttng-tools.git 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 Signed-off-by: Jérémie Galarneau Change-Id: I489c5d16dae954f4b5116edce556fdd942c98c4d ---