commit | d218e76fe5c94d0ed6d5c76c2c1ba5017ae1733b | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Feb 10 14:29:06 2010 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Feb 10 14:29:06 2010 -0500 |
tree | fdab1c1e886633717f91ff039c4325c986462cd1 | |
parent | e0b069a3dc344154c22c2c5ab825e1aab22907a8 [diff] |
trace-graph: Remove trace plot list Remove the list structure for plots. The plots are stored on an array anyway, and the managing them on a list just adds overhead and maintenance without any added benefit. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>