Implement enable all vs enable tracepoints vs enable syscalls
[lttng-tools.git] / ltt-sessiond / trace-kernel.c
index 37d9d143a17c6439345c28ac97e976a8a2e2c575..fa3ba692c828669e3d1edfa37a9645074602437a 100644 (file)
@@ -207,6 +207,9 @@ struct ltt_kernel_event *trace_kernel_create_event(struct lttng_event *ev)
        case LTTNG_EVENT_SYSCALL:
                attr->instrumentation = LTTNG_KERNEL_SYSCALL;
                break;
        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);
                goto error;
        default:
                ERR("Unknown kernel instrumentation type (%d)", ev->type);
                goto error;
This page took 0.023085 seconds and 4 git commands to generate.