From: Stanislav Fomichev Date: Fri, 1 Nov 2013 16:25:51 +0000 (+0400) Subject: perf timechart: Add backtrace support X-Git-Tag: v3.14-rc1~171^2~19^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8d67fa0c6bdca535ecab137c44b095023cc1b4;p=pandora-kernel.git perf timechart: Add backtrace support 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 Acked-by: Namhyung Kim Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1383323151-19810-8-git-send-email-stfomichev@yandex-team.ru Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed