Add loglevel to event list
[lttng-tools.git] / include / lttng / lttng.h
index 6fd56fa3ea94a7cf870c8432606c92c94fe96573..3dd915f61a6f10716df834072b35767e04e87d9b 100644 (file)
@@ -68,6 +68,7 @@ enum lttng_event_type {
        LTTNG_EVENT_FUNCTION_ENTRY            = 3,
        LTTNG_EVENT_NOOP                      = 4,
        LTTNG_EVENT_SYSCALL                   = 5,
+       LTTNG_EVENT_TRACEPOINT_LOGLEVEL       = 6,
 };
 
 /*
@@ -143,6 +144,7 @@ struct lttng_event_function_attr {
  */
 struct lttng_event {
        char name[LTTNG_SYMBOL_NAME_LEN];
+       char loglevel[LTTNG_SYMBOL_NAME_LEN];
        enum lttng_event_type type;
        uint32_t enabled;
        pid_t pid;
This page took 0.023088 seconds and 4 git commands to generate.