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 <eeppeliteloop@gmail.com>
<<enabling-disabling-events,creating an event rule>> 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 <<channel,channels>> in the Linux kernel and user space
tracing domains. The other tracing domains have a single default
channel.