X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-sessiond.8;h=3d608b516ed69d85cd1b5e005495bd14cdff9112;hb=050e77588502209897e9b0f456d762082a9a3041;hp=212b743fa9d0cd46d91d85db79b00e208c442638;hpb=eb82f91d0a44a7c51781d261a6b50d804246ff1e;p=lttng-tools.git diff --git a/doc/man/lttng-sessiond.8 b/doc/man/lttng-sessiond.8 index 212b743fa..3d608b516 100644 --- a/doc/man/lttng-sessiond.8 +++ b/doc/man/lttng-sessiond.8 @@ -86,6 +86,12 @@ Specify the kernel modules containing LTTng probes to load by the session daemon Only the component name of the probe needs to be specified, e.g. to load the lttng-probe-irq and lttng-probe-sched use: --kmod-probes="irq, sched". .TP +.BR " --extra-kmod-probes=probe1, probe2, ..." +Specify extra kernel modules containing LTTng probes to be loaded by the session +daemon. The list follows the format of the \fB--kmod-probes\fP option. +This list is appended to the list provided by \fB--kmod-probes\fP or, if +\fB--kmod-probes\fP is missing, to the default list of probes. +.TP .BR "-c, --client-sock=PATH" Specify path for the client unix socket .TP @@ -124,6 +130,9 @@ Specify path for the 64-bit UST consumer daemon libraries .TP .BR "-l, --load PATH Specify path from which to automatically load session configuration(s). +.TP +.BR "-f, --config PATH +Specify path from which to load daemon configuration. .SH "LOADING SESSIONS" @@ -175,6 +184,8 @@ the timeout of the operating system (this is the default). Specify the path that contains the XML session configuration schema (xsd). .IP "LTTNG_KMOD_PROBES" Specify the kernel modules probes that should be loaded by the session daemon. +.IP "LTTNG_EXTRA_KMOD_PROBES" +Specify extra kernel modules probes that should be loaded by the session daemon. .SH "SEE ALSO" .PP @@ -233,5 +244,5 @@ Montreal for the LTTng journey. .PP lttng-tools was originally written by Mathieu Desnoyers, Julien Desfossez and David Goulet. More people have since contributed to it. It is currently -maintained by David Goulet . +maintained by Jérémie Galarneau . .PP