Update LTTV to trace format 2.3
[lttv.git] / trunk / lttv / lttv / lttv / filter.c
index 8ed060225ca9593689e665cd118d855203eb975b..3c53e38791c7fd081a407015fc2503d1575883ae 100644 (file)
@@ -2047,7 +2047,8 @@ lttv_filter_tree_parse_branch(
             if(event == NULL) return TRUE;
             else {
               struct marker_info *info;
-              info = marker_get_info_from_id((LttTrace *)trace, event->event_id);
+             LttTracefile *tf = context->tf;
+              info = marker_get_info_from_id(tf->mdata, event->event_id);
               g_assert(info != NULL);
               GQuark quark = info->name;
               return se->op((gpointer)&quark,v);
This page took 0.023688 seconds and 4 git commands to generate.