Implement event notifiers for tracepoints
[lttng-modules.git] / src / lttng-abi.c
index c62e295e5fdea2f9ebb320fd8340cfb51e52314e..775f141714724224c4178e2288acda5da2c66101 100644 (file)
@@ -1804,6 +1804,7 @@ int lttng_abi_create_event_notifier(struct file *event_notifier_group_file,
 
        switch (event_notifier_param->event.instrumentation) {
        case LTTNG_KERNEL_TRACEPOINT:
+               break;
        case LTTNG_KERNEL_KPROBE:
        case LTTNG_KERNEL_UPROBE:
        case LTTNG_KERNEL_KRETPROBE:
This page took 0.022515 seconds and 4 git commands to generate.