commit | 830fafecc211bef5bc6e253ab7e39c9e7560f758 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Nov 05 16:20:09 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Nov 05 16:20:09 2009 +0900 |
tree | 561181cfabc36698cc392b752b7bdc241ac8123b | |
parent | d1b261ef85bf63383b80b46b7cee525e0a63b3d3 [diff] |
sh: perf events: Preliminary callchain support. This implements preliminary support for perf callchains (at the moment only the kernel side is implemented). The actual implementation itself is just a simple wrapper around the unwinder API, which allows for callchain generation with or without the dwarf unwinder. Signed-off-by: Paul Mundt <lethal@linux-sh.org>