Implement kernel filter support
[lttng-tools.git] / src / lib / lttng-ctl / filter / filter-bytecode.h
index b9991284f636c3c0f82af1e9f7863fedacd2bd74..cdc334555de37daeb5c77d12374f3b7fbc5523c5 100644 (file)
@@ -149,6 +149,10 @@ enum filter_op {
        FILTER_OP_GET_CONTEXT_REF_S64           = 72,
        FILTER_OP_GET_CONTEXT_REF_DOUBLE        = 73,
 
+       /* load userspace field ref */
+       FILTER_OP_LOAD_FIELD_REF_USER_STRING    = 74,
+       FILTER_OP_LOAD_FIELD_REF_USER_SEQUENCE  = 75,
+
        NR_FILTER_OPS,
 };
 
This page took 0.022839 seconds and 4 git commands to generate.