\-\-switch-timer USEC
Switch subbuffer timer interval in µsec (default: 0)
\-\-read-timer USEC
- Read timer interval in µsec (default: 200)
+ Read timer interval in µsec (UST default: 0, kernel default: 200000)
\-\-output TYPE
Channel output type. Possible values: mmap, splice
\-\-buffers-uid
fprintf(ofp, " kernel and ust tracers\n");
fprintf(ofp, " --switch-timer USEC Switch timer interval in usec (default: %u)\n",
DEFAULT_CHANNEL_SWITCH_TIMER);
- fprintf(ofp, " --read-timer USEC Read timer interval in usec (default: %u)\n",
- DEFAULT_CHANNEL_READ_TIMER);
+ fprintf(ofp, " --read-timer USEC Read timer interval in usec (UST default: %u, kernel default: %u)\n",
+ DEFAULT_UST_CHANNEL_READ_TIMER, DEFAULT_KERNEL_CHANNEL_READ_TIMER);
fprintf(ofp, " --output TYPE Channel output type (Values: %s, %s)\n",
output_mmap, output_splice);
fprintf(ofp, " --buffers-uid Use per UID buffer (-u only)\n");