X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fhistogram%2Fhistoeventhooks.c;h=28d83583f0b651b3add57bfa363e4db853555694;hb=b6ef18af7254dcb81d4385db8f107721f769f7e5;hp=b315a3a413d43e4cc27a9784f223fa17aec5665b;hpb=6faf92e0d6d8131faf0eeeb44fe07678b36c3a1e;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/histogram/histoeventhooks.c b/ltt/branches/poly/lttv/modules/gui/histogram/histoeventhooks.c index b315a3a4..28d83583 100644 --- a/ltt/branches/poly/lttv/modules/gui/histogram/histoeventhooks.c +++ b/ltt/branches/poly/lttv/modules/gui/histogram/histoeventhooks.c @@ -341,7 +341,7 @@ int histo_count_event(void *hook_data, void *call_data){ LttvFilter *histo_filter = histocontrol_flow_data->histo_main_win_filter; if(histo_filter != NULL && histo_filter->head != NULL) if(!lttv_filter_tree_parse(histo_filter->head,e,tfc->tf, - tfc->t_context->t,tfc)) + tfc->t_context->t,tfc,NULL,NULL)) return FALSE; TimeWindow time_window = lttvwindow_get_time_window(histocontrol_flow_data->tab);