summaryrefslogtreecommitdiffstats
path: root/runtime/unwind.c
Commit message (Collapse)AuthorAgeFilesLines
* Use 'static' as much as possibleJosh Stone2009-01-281-2/+2
| | | | | | | | | | This change just inserts 'static' on runtime, tapset, and generated C functions and globals, so the compiler can do a better job of optimizing. My tests with small scripts show ~10% reduction in compile time and ~20% reduction in module size. Larger scripts may show less benefit, but I expect purely positive results.
* Rename _stp_module module_base output to dwarf_module_base and document.Mark Wielaard2008-09-101-2/+4
|
* Record module base and use it for adjusting start locations in dwarf unwinder.Mark Wielaard2008-09-101-3/+24
|
* Feed dwarf unwinder data through _stp_mod_sec_lookup (), but disabled for now.Mark Wielaard2008-09-101-1/+2
|
* emit all symbol tables at compile time; don't do any module munging; new ↵Frank Ch. Eigler2008-07-041-14/+3
| | | | unwinder still disabled
* PR6410: unwinder-less architecture toleranceFrank Ch. Eigler2008-04-151-0/+5
|
* dded _stp_read_address() and changed code to use it.Martin Hunt2008-03-281-13/+4
|
* kretprobe trampoline fixesMartin Hunt2008-03-281-12/+74
| | | | | Recognize when a kretprobe trampoline was hit and continue with inexact stack dump. Also some testsuite changes.
* i386 fixes.Martin Hunt2008-03-261-1/+1
|
* Cleanup.Martin Hunt2008-03-251-48/+59
|
* rebased unwind_branch on top of current masterFrank Ch. Eigler2008-03-251-0/+895