commit | f2b06ad754770cf8bf2a395c286c925d4a2c0f30 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Jan 08 13:29:32 2010 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri Jan 08 13:29:32 2010 -0500 |
tree | ce2c0d758a1fdee0f532149b7c6373cbf352c023 | |
parent | c841456417127e8cc40b088b90b65ac4a6a6769e [diff] |
trace-graph: Fix the displaying of events When an event is by itself, information is displayed about it. But it was displaying the wrong information. This patch adds a separate variable to keep track of what should be displayed and removes the confusion with trying to use other variables. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>