Tracepoint loglevel: setup all loglevel information at build time
[lttng-ust.git] / liblttng-ust / ltt-events.c
index b852b313eeb3056bae87ab1564839c3ab87b73d9..06d2f89714feeeaa3771361efd15bff5a003f2ad 100644 (file)
@@ -409,6 +409,13 @@ int ltt_event_create(struct ltt_channel *chan,
                                goto add_pending_error;
                }
                break;
+       case LTTNG_UST_TRACEPOINT_LOGLEVEL:
+               /*
+                * TODO: add tracepoint loglevel to hash table, with
+                * event info. Enable all events corresponding to
+                * loglevel.
+                */
+               break;
        default:
                WARN_ON_ONCE(1);
        }
This page took 0.025687 seconds and 4 git commands to generate.