X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng.1;h=b85a2f8d862aacdfcf3f1086b542b651bf015131;hb=a3bdd6493338269d39c5cad2263ca5afce14ff02;hp=a16c7c3a7826306c3aa46270fd6f88239991c646;hpb=e256d66108f8c57c8285911f71ce090b3a1c65e9;p=lttng-tools.git diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index a16c7c3a7..b85a2f8d8 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -505,6 +505,9 @@ Apply for the kernel tracer .BR "\-u, \-\-userspace" Apply for the user-space tracer .TP +.BR "\-j, \-\-jul" +Apply for Java application using Java Util Logging interface (JUL) +.TP .BR "\-\-tracepoint" Tracepoint event (default). Userspace tracer supports wildcards at the end of string. Don't forget to quote to deal with bash expansion. @@ -572,6 +575,15 @@ running applications can be found under columns "PID" and "LWP" of the '$ctx.vtid == 1234' .fi +.TP +.BR "\-x, \-\-exclude LIST" +Add exclusions to UST tracepoints: +Events that match any of the items in the comma-separated LIST are not +enabled, even if they match a wildcard definition of the event. + +This option is also applicable with the \fB\-a, \-\-all\fP option, +in which case all UST tracepoints are enabled except the ones whose +names match any of the items in LIST. .RE .PP @@ -645,6 +657,9 @@ Apply for the kernel tracer .TP .BR "\-u, \-\-userspace" Apply for the user-space tracer +.TP +.BR "\-j, \-\-jul" +Apply for Java application using Java Util Logging interface (JUL) .RE .PP @@ -661,6 +676,8 @@ and deactivated), the activated events and more. With \-k alone, it will list all available kernel events (except the system calls events). +With \-j alone, the available JUL event from registered application will be +list. The event corresponds to the Logger name in the Java JUL application. With \-u alone, it will list all available user-space events from registered applications. Here is an example of 'lttng list \-u': @@ -687,6 +704,12 @@ Select kernel domain .TP .BR "\-u, \-\-userspace" Select user-space domain. +.TP +.BR "\-j, \-\-jul" +Apply for Java application using JUL +.TP +.BR "\-f, \-\-fields" +List event fields .PP .B SESSION OPTIONS: