]> sourceware.org Git - systemtap.git/commit
Add more capabilities to systemtap backtracing
authorJafeer Uddin <juddin@redhat.com>
Tue, 25 Jun 2019 20:23:41 +0000 (16:23 -0400)
committerJafeer Uddin <juddin@redhat.com>
Tue, 2 Jul 2019 15:41:25 +0000 (11:41 -0400)
commitf8cb7ff9aad36a00692b944a37150b6deed7d573
tree9205294bd7567c9ed0ad7bca02653d2471a17263
parent4e7093719a890d3f66368f7e3ae60092570c163d
Add more capabilities to systemtap backtracing

* runtime/sym.c: simplified logic in _stp_snprint_addr because it doesn't need to be that verbose,
  also added ability to have file names and line numbers print in backtraces
* runtime/sym.h: added new symbol flag to generate a more "fuller" backtrace (includes file names
  and line numbers)
* tapset/linux/context-unwind.stp: added new backtrace tapset function that also prints file names
* tapset/linux/ucontext-unwind.stp: added new backtrace tapset function that also prints file names
  and functions to allow backtraces using a user provided pc & sp.
runtime/sym.c
runtime/sym.h
tapset/linux/context-unwind.stp
tapset/linux/ucontext-unwind.stp
This page took 0.025477 seconds and 5 git commands to generate.