Syscall filtering: apply to syscall exit
[lttng-modules.git] / lttng-events.h
index e0337993cc8c5d830e4a63c6c7097a08d324b43f..cf5acafab8348d7937623bb1376f118ed7827589 100644 (file)
@@ -296,9 +296,12 @@ struct lttng_channel {
        struct lttng_transport *transport;
        struct lttng_event **sc_table;  /* for syscall tracing */
        struct lttng_event **compat_sc_table;
+       struct lttng_event **sc_exit_table;     /* for syscall exit tracing */
+       struct lttng_event **compat_sc_exit_table;
        struct lttng_event *sc_unknown; /* for unknown syscalls */
        struct lttng_event *sc_compat_unknown;
-       struct lttng_event *sc_exit;    /* for syscall exit */
+       struct lttng_event *sc_exit_unknown;
+       struct lttng_event *compat_sc_exit_unknown;
        struct lttng_syscall_filter *sc_filter;
        int header_type;                /* 0: unset, 1: compact, 2: large */
        enum channel_type channel_type;
This page took 0.022587 seconds and 4 git commands to generate.