X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=fa4876be6f87124cb8eb5c204f209063dbfa2299;hp=db0f5e0f7f0308da85ba62822324ae03a42be554;hb=21a4b05678c20899ad0aa1d3efb565d47d56ecf4;hpb=352b58f55f53e7d11fb286ddc26a3bd0ecdd02f5 diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index db0f5e0f7..fa4876be6 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -175,6 +175,10 @@ enum lttng_error_code { LTTNG_ERR_UNSUPPORTED_DOMAIN = 162, /* Unsupported domain used. */ LTTNG_ERR_PROCESS_ATTR_TRACKER_INVALID_TRACKING_POLICY = 163, /* Operation does not apply to the process attribute tracker's tracking policy */ LTTNG_ERR_EVENT_NOTIFIER_GROUP_NOTIFICATION_FD = 164, /* Error initializing event notifier group notification file descriptor */ + LTTNG_ERR_INVALID_CAPTURE_EXPRESSION = 165, /* Invalid capture expression. */ + LTTNG_ERR_EVENT_NOTIFIER_REGISTRATION = 166, /* Error registering event notifier to the tracer. */ + LTTNG_ERR_EVENT_NOTIFIER_ERROR_ACCOUNTING = 167, /* Error initializing event notifier error accounting. */ + LTTNG_ERR_EVENT_NOTIFIER_ERROR_ACCOUNTING_FULL = 168, /* Error event notifier error accounting full. */ /* MUST be last element of the manually-assigned section of the enum */ LTTNG_ERR_NR,