Support activation of loglevel by number
[lttng-ust.git] / include / lttng / ust-events.h
index bcc432e74a62a64df0b1ebf00388f4c0230de32b..7f5cff846f52dd2b2099023007421759ad9fa3d6 100644 (file)
@@ -422,6 +422,7 @@ struct lttng_ust_tracepoint_iter *
        lttng_ust_tracepoint_list_get_iter_next(struct lttng_ust_tracepoint_list *list);
 
 struct loglevel_entry *get_loglevel(const char *name);
+struct loglevel_entry *get_loglevel_value(int64_t value);
 struct session_loglevel *add_loglevel(const char *name,
        struct ltt_channel *chan,
        struct lttng_ust_event *event_param);
This page took 0.023334 seconds and 4 git commands to generate.