X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-concepts.7.txt;fp=doc%2Fman%2Flttng-concepts.7.txt;h=e4259f9d1ff76794e0d019a47e5b259958f3ad7b;hp=893f27bcf8aa60b4087f7dce65ef4c5486faeeed;hb=a55e08e0d331c3c0f75fbc76df660e954ee1337a;hpb=e5d671a8da3f207a1e8031547ef4914cabe5ce4f 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 |===