X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=lttv%2Fmodules%2Fgui%2Fhistogram%2Fhistoeventhooks.c;h=8e5d780a108002641319321fa1f92b478f30cba7;hb=190724cdfc53eeebfd895b594f875b53a72adf37;hp=46aeca526a94bf6717ae7a074138ef2d999d08c1;hpb=64242d134638369e81510c880ae66a88beba9c1b;p=lttv.git diff --git a/lttv/modules/gui/histogram/histoeventhooks.c b/lttv/modules/gui/histogram/histoeventhooks.c index 46aeca52..8e5d780a 100644 --- a/lttv/modules/gui/histogram/histoeventhooks.c +++ b/lttv/modules/gui/histogram/histoeventhooks.c @@ -59,10 +59,6 @@ //#include -#include -#include -#include - #include #include #include @@ -634,7 +630,7 @@ gint histo_update_current_time_hook(void *hook_data, void *call_data) LttvTraceset *traceset = lttvwindow_get_traceset(histocontrol_flow_data->tab); - TimeInterval time_span = lttv_traceset_get_time_span(traceset); + TimeInterval time_span = lttv_traceset_get_time_span_real(traceset); LttTime trace_start = time_span.start_time; LttTime trace_end = time_span.end_time;