X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fstate.h;h=0b471bd4056dea3b30cd714dc1c1040d91dfbf69;hb=2b25224d2931f56157797dacd3bd7ff66333db8c;hp=f03138489f35b18bfe52a7024ef164563e6c02cb;hpb=d41c66bf9a23a32605f5f30127cce2cbd68307a8;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/state.h b/ltt/branches/poly/lttv/lttv/state.h index f0313848..0b471bd4 100644 --- a/ltt/branches/poly/lttv/lttv/state.h +++ b/ltt/branches/poly/lttv/lttv/state.h @@ -81,6 +81,7 @@ extern GQuark LTT_EVENT_FREE, LTT_EVENT_EXEC, LTT_EVENT_ENUM_PROCESS_STATE, + LTT_EVENT_STATEDUMP_END, LTT_EVENT_FUNCTION_ENTRY, LTT_EVENT_FUNCTION_EXIT, LTT_EVENT_THREAD_BRAND; @@ -295,6 +296,7 @@ struct _LttvTraceState { /* Array of per cpu running process */ LttvProcessState **running_process; + gboolean has_precomputed_states; }; struct _LttvTraceStateClass {