X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-concepts.7.txt;h=e4259f9d1ff76794e0d019a47e5b259958f3ad7b;hp=893f27bcf8aa60b4087f7dce65ef4c5486faeeed;hb=f1cb70fba7cb2517a53acca393e2ef594d97f071;hpb=a4e9f4a46832464a9c52b74a8dacffb6268e27a4 diff --git a/doc/man/lttng-concepts.7.txt b/doc/man/lttng-concepts.7.txt index 893f27bcf..e4259f9d1 100644 --- a/doc/man/lttng-concepts.7.txt +++ b/doc/man/lttng-concepts.7.txt @@ -1,6 +1,6 @@ lttng-concepts(7) ================= -:revdate: 3 May 2021 +:revdate: 18 May 2021 :sect-event-rule: INSTRUMENTATION POINT, EVENT RULE, AND EVENT :sect-session: TRACING SESSION :sect-domain: TRACING DOMAIN @@ -522,23 +522,23 @@ There are currently five available tracing domains: |Tracing domain |``Event rule matches'' trigger condition option |Option for other CLI commands |Linux kernel -|nloption:--domain=++kernel++ +|nloption:--type option starts with `kernel:` |nloption:--kernel |User space -|nloption:--domain=++user++ +|nloption:--type option starts with `user:` |nloption:--userspace |`java.util.logging` (JUL) -|nloption:--domain=++jul++ +|nloption:--type option starts with `jul:` |nloption:--jul |Apache log4j -|nloption:--domain=++log4j++ +|nloption:--type option starts with `log4j:` |nloption:--log4j |Python -|nloption:--domain=++python++ +|nloption:--type option starts with `python:` |nloption:--python |===