summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Very early beginnings of memory map notification support.David Smith2008-06-102-10/+109
* Made 2.6.25 kernel updates.David Smith2008-06-092-2/+11
* Changed/renamed utrace probes.David Smith2008-06-062-36/+70
* PR6429: remove unused fileFrank Ch. Eigler2008-06-031-97/+0
* PR6429: remove stapio STP_UNWIND support and associated elfutils dependencyFrank Ch. Eigler2008-06-036-18/+13
* SW5106 Remove old map and histogram formatting codeStan Cox2008-05-29110-7133/+19
* Fix powerpc dwarfless argument accessAnanth N Mavinakayanahalli2008-05-291-0/+7
* Handle bug #6500 fallout.David Smith2008-05-282-30/+93
* Minor improvement to multi-threaded support.David Smith2008-05-282-8/+33
* Add prototypes for using the 2.6.26 probe_kernel_* functions.Josh Stone2008-05-273-35/+105
* Srinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix to avoid compilation er...Srikar Dronamraju2008-05-251-0/+20
* Fixed PR 6499 (utrace probe crash).David Smith2008-05-162-14/+29
* PR 4311 - Function boundary tracing without debuginfo: Phases I and IIJim Keniston2008-05-122-32/+88
|\
| * Fix for PR 6500.David Smith2008-05-082-32/+88
* | Merge commit 'origin/dwarfless'Jim Keniston2008-05-121-0/+154
|\ \ | |/ |/|
| * Replaced [u_]arg() with [u]int_arg(), [u]long_arg(), {s|u}32_arg(),Jim Keniston2008-05-051-9/+66
| * Added support for register(), u_register(), arg(), and u_arg() functions.Jim Keniston2008-05-011-0/+409
* | PR5648: Fix unaligned access warning in stp_print_flush on ia64Masami Hiramatsu2008-05-073-10/+21
* | PR5648: Fix memcpy's endianess issue.Masami Hiramatsu2008-05-072-3/+14
* | More signal cleanup.Martin Hunt2008-05-052-9/+6
* | Fix problem handling SIG_CHLDMartin Hunt2008-05-052-2/+19
* | Cleanup signal handling for staprun.Martin Hunt2008-05-052-46/+77
* | PR6481: timer reset needs irqs reenabledFrank Ch. Eigler2008-05-052-2/+11
* | Made runtime/task_finder.c improvements.David Smith2008-05-052-65/+85
* | PR5648: Fix unaligned access warning on ia64.Shaohua Li2008-04-302-3/+9
* | PR6008: Increase the limitation of the buffer size to 4095MB.Masami Hiramatsu2008-04-302-3/+10
* | PR5645: Fix sub-buffer size calculation and debug messages.Masami Hiramatsu2008-04-305-3/+18
* | Made utrace probes more robust.David Smith2008-04-292-48/+83
* | cleanup: remove never-implemented runtime TEST_MODE compile flagFrank Ch. Eigler2008-04-282-8/+4
* | Fixed task_finder.c kernel 2.6.25 change.Srinivasa2008-04-252-1/+6
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-04-242-5/+10
|\ \
| * | Made kernel 2.6.25 changes in task_finder.c.David Smith2008-04-242-5/+10
* | | PR6451: avoid one class of staprun shutdown deadlock (module/.ctl filehandle ...Frank Ch. Eigler2008-04-243-3/+9
|/ /
* | Allow staprun to run on kernels without capabilities configured.Martin Hunt2008-04-225-40/+52
* | Move send_request out of common.c because staprun no longer sends anything.Martin Hunt2008-04-224-27/+32
* | Add documentation for staprun -d option.Martin Hunt2008-04-222-0/+7
* | Change staprun to exec stapio. Add "-d" option to staprun.Martin Hunt2008-04-2113-496/+168
* | 2008-04-16 David Smith <dsmith@redhat.com>David Smith2008-04-162-2/+7
* | 2008-04-15 David Smith <dsmith@redhat.com>David Smith2008-04-162-0/+26
* | Remove _stp_pbuf_full.Martin Hunt2008-04-152-12/+3
* | Count stack levels printed on x86_64 too.Martin Hunt2008-04-152-6/+12
* | Merge branch 'master' of monkey:/home/hunt/systemtapMartin Hunt2008-04-157-52/+53
|\ \
| * | 2.6.25 fixes and stack level limits.Martin Hunt2008-04-157-52/+53
* | | PR6410: unwinder-less architecture toleranceFrank Ch. Eigler2008-04-156-0/+26
|/ /
* | PR6405: unwinder build compatibility with RHEL5Frank Ch. Eigler2008-04-154-4/+34
* | unwinder build fix for STACK_{TOP,BOTTOM} macro name collisionsFrank Ch. Eigler2008-04-152-4/+10
* | runtime backtrace: stop infinite loops by checking for full print bufferFrank Ch. Eigler2008-04-134-4/+24
* | Merge commit 'origin/unwind'Frank Ch. Eigler2008-04-1329-900/+2288
|\ \ | |/ |/|
| * Merge branch 'master' into unwindFrank Ch. Eigler2008-04-124-7/+437
| |\ | |/ |/|
| * Fixes for 2.6.25 pt_regs changes.Martin Hunt2008-04-093-6/+99