Filter: specialize 'and' and 'or' ops
[lttng-tools.git] / src / lib / lttng-ctl / filter-bytecode.h
index cdef382f60fd75430d2283dc8ee37602503efbb0..a846ec7a72cc30d9213d65139dc70224d3866392 100644 (file)
@@ -115,6 +115,10 @@ enum filter_op {
        /* logical */
        FILTER_OP_AND,
        FILTER_OP_OR,
+       FILTER_OP_AND_S64,
+       FILTER_OP_OR_S64,
+       FILTER_OP_AND_DOUBLE,
+       FILTER_OP_OR_DOUBLE,
 
        /* load */
        FILTER_OP_LOAD_FIELD_REF,
This page took 0.022969 seconds and 4 git commands to generate.