X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=lttng-sessiond%2Flttng-ust-abi.h;h=90a0822f661bb187d96f3400b44bf1f6ab3d762f;hb=8ec2d32a968ba72982a6f4a3a46813fad5c2f2dc;hp=ced2929a232b732906353070a351e1f6df6faed1;hpb=421cb6011479aad4a37260e2e496c353a89318c0;p=lttng-tools.git diff --git a/lttng-sessiond/lttng-ust-abi.h b/lttng-sessiond/lttng-ust-abi.h index ced2929a2..90a0822f6 100644 --- a/lttng-sessiond/lttng-ust-abi.h +++ b/lttng-sessiond/lttng-ust-abi.h @@ -137,6 +137,9 @@ struct lttng_ust_object_data { #define LTTNG_UST_ENABLE _UST_CMD(0x80) #define LTTNG_UST_DISABLE _UST_CMD(0x81) +/* Tracepoint list commands */ +#define LTTNG_UST_TRACEPOINT_LIST_GET _UST_CMD(0x90) + #define LTTNG_UST_ROOT_HANDLE 0 struct lttng_ust_obj;