X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fstate.h;h=b299c201ad143149ccdcee90c6e4fcb72cf1ba90;hb=7b5f6cf19fe5b312dc0c5712b0fceddeed2fe11f;hp=62f8e3ab28c11bd010091260e7424f6830862bf6;hpb=a31c6b45ecaaa09fe220f4f89ca12e8ab7a16600;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/state.h b/ltt/branches/poly/lttv/lttv/state.h index 62f8e3ab..b299c201 100644 --- a/ltt/branches/poly/lttv/lttv/state.h +++ b/ltt/branches/poly/lttv/lttv/state.h @@ -82,7 +82,8 @@ extern GQuark LTT_EVENT_EXEC, LTT_EVENT_ENUM_PROCESS_STATE, LTT_EVENT_FUNCTION_ENTRY, - LTT_EVENT_FUNCTION_EXIT; + LTT_EVENT_FUNCTION_EXIT, + LTT_EVENT_THREAD_BRAND; /* Fields Quarks */ @@ -179,6 +180,7 @@ typedef GQuark LttvProcessStatus; extern LttvProcessStatus LTTV_STATE_UNNAMED, + LTTV_STATE_UNBRANDED, LTTV_STATE_WAIT_FORK, LTTV_STATE_WAIT_CPU, LTTV_STATE_EXIT, @@ -208,6 +210,7 @@ typedef struct _LttvProcessState { LttTime creation_time; LttTime insertion_time; GQuark name; + GQuark brand; GQuark pid_time; GArray *execution_stack; /* Array of LttvExecutionState */ LttvExecutionState *state; /* Top of interrupt stack */