From bb83c2f1d9862baf9b398fdbdce546ca4b088a1e Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 8 Nov 2019 11:53:01 -0500 Subject: [PATCH] 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 --- 2.11/lttng-docs-2.11.txt | 5 ----- 1 file changed, 5 deletions(-) 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. -- 2.34.1