From: Philippe Proulx Date: Fri, 8 Nov 2019 16:53:01 +0000 (-0500) Subject: 2.11: remove paragraph about features reserved to some tracing domains X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=bb83c2f1d9862baf9b398fdbdce546ca4b088a1e;p=lttng-docs.git 2.11: remove paragraph about features reserved to some tracing domains Technically, user space probes (new to 2.11) are still part of the kernel tracing domain (you need to use the `--kernel` option), but it's more confusing than anything in this context. Closes #29 Signed-off-by: Philippe Proulx --- diff --git a/2.11/lttng-docs-2.11.txt b/2.11/lttng-docs-2.11.txt index d2dc5c2..1faf3cc 100644 --- a/2.11/lttng-docs-2.11.txt +++ b/2.11/lttng-docs-2.11.txt @@ -1158,11 +1158,6 @@ source code), you need to specify a tracing domain when <> because all the tracing domains could have tracepoints with the same names. -Some features are reserved to specific tracing domains. Dynamic function -entry and return instrumentation points, for example, are currently only -supported in the Linux kernel tracing domain, but support for other -tracing domains could be added in the future. - You can create <> in the Linux kernel and user space tracing domains. The other tracing domains have a single default channel.