Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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)
int ustctl_sock_flush_buffer(int sock, struct lttng_ust_object_data *object);
-/* not implemented yet */
-struct lttng_ust_calibrate;
int ustctl_calibrate(int sock, struct lttng_ust_calibrate *calibrate);
/*