commit | dc4552bf7176573ccf79af04ab8648b015738f4a | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Tue Aug 07 23:32:05 2012 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Tue Aug 07 23:32:05 2012 -0300 |
tree | 6bad99fd2b37a112c0dbe9aa71d1577e316eae4d | |
parent | a7cb8863dd352f052e7b2b86a17410070d1b69af [diff] |
perf tools: Add dump_stack function To help in debugging the tools, provides functionality roughly similar to the function with the same name in the kernel. Copied from glibc backtrace function man page. Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>