X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fstate.h;h=c1095d80be13403bd063850b3a9dbfd0129a22b1;hb=7bfd7820f2dc3f9a50ce8cab3ba97c728d1cc204;hp=f8d62d4cd2e50480559ecb5b8ea6f580a3242b93;hpb=d88e4d7ce82657364025613b8f2ebe61192a0b03;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/state.h b/ltt/branches/poly/lttv/lttv/state.h index f8d62d4c..c1095d80 100644 --- a/ltt/branches/poly/lttv/lttv/state.h +++ b/ltt/branches/poly/lttv/lttv/state.h @@ -75,6 +75,7 @@ extern GQuark LTT_EVENT_SOFT_IRQ_EXIT, LTT_EVENT_SCHEDCHANGE, LTT_EVENT_FORK, + LTT_EVENT_KERNEL_THREAD, LTT_EVENT_EXIT, LTT_EVENT_FREE, LTT_EVENT_EXEC, @@ -204,6 +205,7 @@ typedef struct _LttvProcessState { * (Mathieu) */ guint cpu; /* CPU where process is scheduled (being either in the active or inactive runqueue)*/ + gboolean kernel_thread; /* Is this thread a kernel_thread ? */ // guint last_tracefile_index; /* index in the trace for cpu tracefile */ /* opened file descriptors, address map?... */ } LttvProcessState;