X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-abi.h;h=470645e6cf9e4ff58f37524febf4ebd26f088893;hb=d9a9a33b2cb4e152573fcd0da3eb82ac56a4bb81;hp=e502f729bea83d0cec5a081cccfa8de31d443dde;hpb=aae88c703374f4b1fbb8a5e7e95591bf8ce3e837;p=lttng-ust.git diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index e502f729..470645e6 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -100,6 +100,14 @@ struct lttng_ust_object_data { uint64_t memory_map_size; }; +enum lttng_ust_calibrate_type { + LTTNG_UST_CALIBRATE_TRACEPOINT, +}; + +struct lttng_ust_calibrate { + enum lttng_ust_calibrate_type type; /* type (input) */ +}; + #define _UST_CMD(minor) (minor) #define _UST_CMDR(minor, type) (minor) #define _UST_CMDW(minor, type) (minor)