Fix UST renaming and update ust headers
[lttng-tools.git] / ltt-sessiond / trace-kernel.c
index b84021262af7bbf88eec46f5a0df96b788274fb6..fa3ba692c828669e3d1edfa37a9645074602437a 100644 (file)
@@ -204,8 +204,11 @@ struct ltt_kernel_event *trace_kernel_create_event(struct lttng_event *ev)
        case LTTNG_EVENT_TRACEPOINT:
                attr->instrumentation = LTTNG_KERNEL_TRACEPOINT;
                break;
-       case LTTNG_EVENT_SYSCALLS:
-               attr->instrumentation = LTTNG_KERNEL_SYSCALLS;
+       case LTTNG_EVENT_SYSCALL:
+               attr->instrumentation = LTTNG_KERNEL_SYSCALL;
+               break;
+       case LTTNG_EVENT_ALL:
+               attr->instrumentation = LTTNG_KERNEL_ALL;
                break;
        default:
                ERR("Unknown kernel instrumentation type (%d)", ev->type);
This page took 0.022786 seconds and 4 git commands to generate.