X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fmain.c;h=39dfbc41d9254e27dd3a3ea4262e78608ce82126;hp=f99513a2bf60b0f7c2a67308ce4041e1ccbe11d6;hb=e6ddca715d6dedb6ee25fe4392a6e1f9626b2544;hpb=97b1a726be0f1779f5508543c58521d774312e73 diff --git a/ltt-sessiond/main.c b/ltt-sessiond/main.c index f99513a2b..39dfbc41d 100644 --- a/ltt-sessiond/main.c +++ b/ltt-sessiond/main.c @@ -1663,7 +1663,7 @@ static int process_client_msg(struct command_ctx *cmd_ctx) if (ev == NULL) { strncpy(ev_attr.name, event, LTTNG_SYM_NAME_LEN); /* Default event type for enable all */ - ev_attr.type = LTTNG_EVENT_TRACEPOINTS; + ev_attr.type = LTTNG_EVENT_TRACEPOINT; /* Enable each single tracepoint event */ ret = kernel_create_event(&ev_attr, chan); if (ret < 0) {