Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Privatize MAX_STACK_DEPTH | Josh Stone | 2009-04-16 | 1 | -2/+2 |
| | | | | | | The kernel-tip tree also has a MAX_STACK_DEPTH defined in perf_counter.h, so we need to separate our definition. I've changed the definition in our unwinder to STP_MAX_STACK_DEPTH. | ||||
* | PR6738: restore support for rhel4-era (2.6.9) kernels | Frank Ch. Eigler | 2008-07-12 | 3 | -0/+18 |
| | |||||
* | Merge branch 'master' of monkey:/home/hunt/systemtap | Martin Hunt | 2008-04-15 | 1 | -18/+0 |
|\ | |||||
| * | 2.6.25 fixes and stack level limits. | Martin Hunt | 2008-04-15 | 1 | -18/+0 |
| | | |||||
* | | PR6410: unwinder-less architecture tolerance | Frank Ch. Eigler | 2008-04-15 | 1 | -0/+4 |
|/ | |||||
* | unwinder build fix for STACK_{TOP,BOTTOM} macro name collisions | Frank Ch. Eigler | 2008-04-15 | 1 | -4/+4 |
| | | | | | | | | 2008-04-15 Frank Ch. Eigler <fche@elastic.org> * unwind/i386.h (STACK_BOTTOM, STACK_TOP): Comment out these unused definitions, for they collide with some kernels (2.6.25-0.121.rc5.git4 rawhide). | ||||
* | Fixes for 2.6.25 pt_regs changes. | Martin Hunt | 2008-04-09 | 2 | -4/+98 |
| | |||||
* | Support for kernels built with CONFIG_FRAME_POINTER | Martin Hunt | 2008-03-30 | 2 | -2/+5 |
| | |||||
* | i386 fixes. | Martin Hunt | 2008-03-26 | 2 | -16/+1 |
| | |||||
* | Cleanup. | Martin Hunt | 2008-03-25 | 2 | -0/+23 |
| | |||||
* | add (back) runtime/unwind files | Frank Ch. Eigler | 2008-03-25 | 3 | -0/+340 |