tools/perf/arch/s390/include/perf_regs.h
0 → 100644
+63
−0
tools/perf/arch/s390/util/unwind-libdw.c
0 → 100644
+40
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
With support for perf_regs and libdw, you can record and report call graphs for user space programs. Simply invoke perf with the --call-graph=dwarf command line option. Signed-off-by:Heiko Carstens <heiko.carstens@de.ibm.com> [brueckner: added dwfl_thread_state_register_pc() call] Signed-off-by:
Hendrik Brueckner <brueckner@linux.vnet.ibm.com> Reviewed-and-tested-by:
Thomas Richter <tmricht@linux.vnet.ibm.com> Signed-off-by:
Martin Schwidefsky <schwidefsky@de.ibm.com>