From: Francis Deslauriers Date: Mon, 12 Apr 2021 15:39:08 +0000 (-0400) Subject: sessiond: split event notifier error counter CLI options X-Git-Tag: v2.13.0-rc1~55 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=761ffce23895ccf66a7a410b9037fa3f128fb20a;hp=761ffce23895ccf66a7a410b9037fa3f128fb20a;p=lttng-tools.git sessiond: split event notifier error counter CLI options With this commit, users can specify the size of event notifier error counting buffers for each domain independently using the following new lttng-sessiond options: --event-notifier-error-buffer-size-kernel= --event-notifier-error-buffer-size-userspace= The index allocation is now also per-domain meaning that index allocation in the kernel domain doesn't affect available indices in the userspace domain and reversely. Small changes: - Add manual page description of the new options, - Rename `struct error_account_entry` to `struct ust_error_accounting_entry`. Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I4758d32c00cb432be377fd67eaffa11b193bad74 ---