Support lttng-modules syscall filtering in enable-event
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 19 Jul 2014 21:16:22 +0000 (17:16 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 25 Sep 2014 15:36:07 +0000 (11:36 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/enable_events.c

index 3263c588ad9bf83c8c79bef5c4abc091f044e5d2..a06dbb7600b0213fdd708e680bb234e0accc25a4 100644 (file)
@@ -927,8 +927,8 @@ static int enable_events(char *session_name)
                                ev.attr.ftrace.symbol_name[LTTNG_SYMBOL_NAME_LEN - 1] = '\0';
                                break;
                        case LTTNG_EVENT_SYSCALL:
-                               MSG("per-syscall selection not supported yet. Use \"-a\" "
-                                               "for all syscalls.");
+                               ev.type = LTTNG_EVENT_SYSCALL;
+                               break;
                        default:
                                ret = CMD_UNDEFINED;
                                goto error;
This page took 0.027361 seconds and 5 git commands to generate.