Migrate tracepoint instrumentation to TP_FIELDS
[lttng-modules.git] / filter-bytecode.h
index eb0d549cbd169c93da07396a0d9ce371516c8e54..05bd0dca5636fbbc06ac4be7f3c5cecc94327a2e 100644 (file)
@@ -145,6 +145,10 @@ enum filter_op {
        FILTER_OP_GET_CONTEXT_REF_S64,
        FILTER_OP_GET_CONTEXT_REF_DOUBLE,
 
+       /* load userspace field ref */
+       FILTER_OP_LOAD_FIELD_REF_USER_STRING,
+       FILTER_OP_LOAD_FIELD_REF_USER_SEQUENCE,
+
        NR_FILTER_OPS,
 };
 
This page took 0.022806 seconds and 4 git commands to generate.