commit | 83710bbbbe3441dba119ed40ef7f6010ed45d6f4 | [log] [tgz] |
---|---|---|
author | root <root@bxtest.local.home> | Fri Jan 02 22:18:23 2015 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jan 05 15:04:00 2015 -0500 |
tree | 1b0cd9f401ff3554d20fa7dce5d05b0c1a0adfdc | |
parent | b81534e1f55441f2bc120c1c45794ce1a4888837 [diff] |
trace-cmd profile: Handle stacktraces for fgraph events Because the stack traces for functions come before the function graph event, the handling of function stacks needs to be different than other events with respect to stack traces, as it needs to add the stack to the event that comes before it. Signed-off-by: root <root@bxtest.local.home>