X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-sessiond.8.txt;h=c35ccdccf34136733f7cd79044d1a20ef8f3da13;hb=761ffce23895ccf66a7a410b9037fa3f128fb20a;hp=1e587e4996b14fba73da404b9ebca83c665e2926;hpb=63e7895a6600b195a557f75cfeac7c6c017151d6;p=lttng-tools.git diff --git a/doc/man/lttng-sessiond.8.txt b/doc/man/lttng-sessiond.8.txt index 1e587e499..c35ccdccf 100644 --- a/doc/man/lttng-sessiond.8.txt +++ b/doc/man/lttng-sessiond.8.txt @@ -25,6 +25,8 @@ SYNOPSIS [option:--ustconsumerd64-cmd-sock='PATH'] [option:--consumerd32-path='PATH'] [option:--consumerd32-libdir='PATH'] [option:--consumerd64-path='PATH'] [option:--consumerd64-libdir='PATH'] + [option:--event-notifier-error-buffer-size-kernel='SIZE'] + [option:--event-notifier-error-buffer-size-userspace='SIZE'] [option:--quiet | [option:-v | option:-vv | option:-vvv] [option:--verbose-consumer]] @@ -123,6 +125,13 @@ session daemon is ready to accept commands. When building a third party tool on liblttng-ctl, this option can be very handy to synchronize the control tool and the session daemon. +option:--event-notifier-error-buffer-size-kernel='SIZE':: + Set the size of the kernel event notifier error counter buffers to 'SIZE. + +option:--event-notifier-error-buffer-size-userspace='SIZE':: + Set the size of the userspace event notifier error counter buffers to + 'SIZE. + Linux kernel tracing ~~~~~~~~~~~~~~~~~~~~