Migrate tracepoint instrumentation to TP_FIELDS
[lttng-modules.git] / lttng-filter.h
index 98b97c20bcd774ab89021012291ffc0ed6c51d06..7eea1487e5774bd74458c9243bac17e9ad7101cc 100644 (file)
@@ -121,8 +121,10 @@ struct estack_entry {
 
                struct {
                        const char *str;
+                       const char __user *user_str;
                        size_t seq_len;
                        int literal;            /* is string literal ? */
+                       int user;               /* is string from userspace ? */
                } s;
        } u;
 };
This page took 0.02395 seconds and 4 git commands to generate.