commit | fa8ded4b3e6587d6dc5d65d5998cf2c624005a72 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Jul 14 10:25:19 2010 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Jul 14 14:35:29 2010 -0400 |
tree | ae6fa45cf56cce663207b91f4a323565475ae901 | |
parent | f0e369a8213555b9ceec134bc5fe9f293417f835 [diff] |
trace-cmd: Fix trace-cmd function graph handling of its events The function graph needs to store the function graph return event for later use. This patch changes the function graph callbacks to use the context to store this information and initialize it when first referenced. The event data is now stored on the tracecmd_input handle, that allows more than one tracecmd_input handle to work with this code in one utility. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>