Re: [PATCH 6/6] perf timechart: add backtrace support

2013-10-29 Thread Namhyung Kim
On Tue, 22 Oct 2013 14:56:52 +0400, Stanislav Fomichev wrote: > Add -g flag to `perf timechart record` which saves callchain info in > the perf.data. > When generating SVG, add backtrace information to the figure details, > so now it's possible to see which code path woke up the task and why some >

[PATCH 6/6] perf timechart: add backtrace support

2013-10-22 Thread Stanislav Fomichev
Add -g flag to `perf timechart record` which saves callchain info in the perf.data. When generating SVG, add backtrace information to the figure details, so now it's possible to see which code path woke up the task and why some task went to sleep. Signed-off-by: Stanislav Fomichev --- tools/perf