Initial port of the state system to the LTTng 2.0 trace format
[lttv.git] / lttv / lttv / filter.c
index ed94f0e9d3fddb96afca406d1c5667820150af9e..592e562cfe96ff662cb4753ce35292219a8429c0 100644 (file)
@@ -2213,6 +2213,7 @@ gboolean lttv_filter_tree_parse_branch(
                        return se->op((gpointer)&count,v);
                }
                break;
+#if BABEL_CLEANUP
        case LTTV_FILTER_EVENT_TARGET_PID:
                if(context == NULL) return TRUE;
                else {
@@ -2221,6 +2222,7 @@ gboolean lttv_filter_tree_parse_branch(
                        return se->op((gpointer)&target_pid,v);
                }
                break;
+#endif
        case LTTV_FILTER_EVENT_FIELD:
                /*
                 * TODO: Use the offset to
This page took 0.023903 seconds and 4 git commands to generate.