X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fdrawing.c;h=64abc0bdf54e6578122a19af5da272d6bd955447;hb=7893f726b92c58d32505219ea5275d138c3ee3ff;hp=e877e6d99cca540a9ce60c896db30db0c5150b17;hpb=324cdea4f15ec609880790b4eb2add737144c376;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c index e877e6d9..64abc0bd 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c @@ -54,7 +54,19 @@ GdkColor drawing_colors[NUM_COLORS] = { 0, 0xFFFF, 0xFFFF, 0xFFFF } /* COL_MODE_UNKNOWN : white */ }; +/* +RUN+USER MODE green +RUN+SYSCALL +RUN+TRAP +RUN+IRQ +WAIT+foncé +WAIT CPU + WAIT FORK vert foncé ou jaune +IRQ rouge +TRAP: orange +SYSCALL: bleu pâle +ZOMBIE + WAIT EXIT +*/ /***************************************************************************** @@ -261,7 +273,6 @@ void drawing_data_request(Drawing_t *drawing, /* Add these hooks to each event_by_id hooks list */ - /* add before */ for(k = 0 ; k < hooks->len/2 ; k++) { hook = g_array_index(hooks, LttvTraceHook, k);