better hash functions in state.c and processlist.c
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.c
index e877e6d99cca540a9ce60c896db30db0c5150b17..64abc0bdf54e6578122a19af5da272d6bd955447 100644 (file)
@@ -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);
This page took 0.024974 seconds and 4 git commands to generate.