Fix: 2.10: wildcards are supported anywhere in TP/syscall names
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 12 Nov 2018 20:56:38 +0000 (15:56 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 12 Nov 2018 20:58:44 +0000 (15:58 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
2.10/lttng-docs-2.10.txt

index 1075640135dc44b00de11a51d77522822a16b306..bbcb2479b5ec3be729fc0c07cde0d90af5b394b1 100644 (file)
@@ -5775,8 +5775,9 @@ Tracepoint or system call name. In the case of a Linux KProbe or
 function, this is a custom name given to the event rule. With the
 JUL, log4j, and Python domains, this is a logger name.
 
-With a tracepoint, logger, or system call name, the last character
-can be `*` to match anything that remains.
+With a tracepoint, logger, or system call name, you can use the special
+`*` globbing character to match anything (for example, `sched_*`,
+`my_comp*:*msg_*`).
 
 |All.
 
This page took 0.027947 seconds and 4 git commands to generate.