X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=b43c88fbe3de578462f83f1860a3f385d89528f0;hb=d74df4226a1b4461c896d51a221afe38e07809a7;hp=4e98f43bea86eca94969a4b1de859ebf01a12f00;hpb=5c786dedd0156b93984f89ba47ec841277ed7dae;p=lttng-tools.git diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 4e98f43be..b43c88fbe 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -82,7 +82,7 @@ enum lttng_error_code { LTTNG_ERR_KERN_STREAM_FAIL = 49, /* Kernel create stream failed */ LTTNG_ERR_START_SESSION_ONCE = 50, /* Session needs to be started once. */ LTTNG_ERR_SNAPSHOT_FAIL = 51, /* Snapshot record failed. */ - /* 52 */ + LTTNG_ERR_NO_STREAM = 52, /* Index without stream on relay. */ LTTNG_ERR_KERN_LIST_FAIL = 53, /* Kernel listing events failed */ LTTNG_ERR_UST_CALIBRATE_FAIL = 54, /* UST calibration failed */ LTTNG_ERR_UST_EVENT_ENABLED = 55, /* UST event already enabled. */ @@ -113,8 +113,8 @@ enum lttng_error_code { LTTNG_ERR_TRACE_ALREADY_STARTED = 80, /* Tracing already started */ LTTNG_ERR_TRACE_ALREADY_STOPPED = 81, /* Tracing already stopped */ LTTNG_ERR_KERN_EVENT_ENOSYS = 82, /* Kernel event type not supported */ - /* 83 */ - /* 84 */ + LTTNG_ERR_NEED_CHANNEL_NAME = 83, /* Non-default channel exists within session: channel name needs to be specified with '-c name' */ + LTTNG_ERR_NO_UST = 84, /* LTTng-UST tracer is not supported. Please rebuild lttng-tools with lttng-ust support enabled. */ /* 85 */ /* 86 */ /* 87 */