X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fresourceview%2Feventhooks.c;h=41fd384110786b0d14768c4b22f93dfa06ed0eb7;hb=4d4528813f83afd049d937aea321b10f9598185e;hp=5da2a5c112042996e03c4e651caa31acf5707530;hpb=0305fe774206ec12a98378be3cf891446b1b901c;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/eventhooks.c b/ltt/branches/poly/lttv/modules/gui/resourceview/eventhooks.c index 5da2a5c1..41fd3841 100644 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/eventhooks.c +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/eventhooks.c @@ -281,6 +281,9 @@ static void cpu_set_line_color(PropertiesLine *prop_line, LttvCPUState *s) else if(present_state == LTTV_CPU_IRQ) { prop_line->color = drawing_colors_cpu[COL_CPU_IRQ]; } + else if(present_state == LTTV_CPU_SOFT_IRQ) { + prop_line->color = drawing_colors_cpu[COL_CPU_SOFT_IRQ]; + } else if(present_state == LTTV_CPU_TRAP) { prop_line->color = drawing_colors_cpu[COL_CPU_TRAP]; } else {