Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 'static' as much as possible | Josh Stone | 2009-01-28 | 1 | -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 Wielaard | 2008-09-10 | 1 | -2/+4 |
| | |||||
* | Record module base and use it for adjusting start locations in dwarf unwinder. | Mark Wielaard | 2008-09-10 | 1 | -3/+24 |
| | |||||
* | Feed dwarf unwinder data through _stp_mod_sec_lookup (), but disabled for now. | Mark Wielaard | 2008-09-10 | 1 | -1/+2 |
| | |||||
* | emit all symbol tables at compile time; don't do any module munging; new ↵ | Frank Ch. Eigler | 2008-07-04 | 1 | -14/+3 |
| | | | | unwinder still disabled | ||||
* | PR6410: unwinder-less architecture tolerance | Frank Ch. Eigler | 2008-04-15 | 1 | -0/+5 |
| | |||||
* | dded _stp_read_address() and changed code to use it. | Martin Hunt | 2008-03-28 | 1 | -13/+4 |
| | |||||
* | kretprobe trampoline fixes | Martin Hunt | 2008-03-28 | 1 | -12/+74 |
| | | | | | Recognize when a kretprobe trampoline was hit and continue with inexact stack dump. Also some testsuite changes. | ||||
* | i386 fixes. | Martin Hunt | 2008-03-26 | 1 | -1/+1 |
| | |||||
* | Cleanup. | Martin Hunt | 2008-03-25 | 1 | -48/+59 |
| | |||||
* | rebased unwind_branch on top of current master | Frank Ch. Eigler | 2008-03-25 | 1 | -0/+895 |