commit | f84bc1f92e9e6430fd50569ddde22b136f723bd8 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Dec 31 00:17:47 2009 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Dec 31 00:17:47 2009 -0500 |
tree | 4e05099f159d3c2185ff9e6f22de7d9c90ad0132 | |
parent | 7411726d3d1fc6e880ea69f046eca25d8c111674 [diff] |
trace-graph: Fix color of task starting window The color was not being set up for the box if a task other than idle was the first event on a CPU. The gc variable used to draw the task box was not initialized and the color of the task was random at the start. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>