summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* | STP_RELOCATE message for kernel relocatability (re)adaption, starting impleme...Frank Ch. Eigler2008-06-299-50/+196
* | Merge commit 'origin/master' into pr6429-comp-unwindsymsFrank Ch. Eigler2008-06-275-8/+76
|\|
| * Revert checking address in runtimeWenji Huang2008-06-252-23/+5
| * Added powerpc support to runtime/syscall.h.David Smith2008-06-242-3/+50
| * Remove validating _stext due to many aliased symbolsWenji Huang2008-06-241-7/+0
| * PR6646: Add checking address in runtimeWenji Huang2008-06-242-1/+38
| * Fixed offset argument to vm_callback.David Smith2008-06-232-4/+13
* | PR6429: remove stapio STP_UNWIND support and associated elfutils dependencyFrank Ch. Eigler2008-06-231-1/+2
|/
* Handle exec's that use a relative path.David Smith2008-06-232-6/+7
* Made RHEL5 changes.David Smith2008-06-233-3/+36
* Major update to memory map change notification code.David Smith2008-06-234-4/+571
* Removed trailing semicolons from macro definitions.David Smith2008-06-232-2/+6
* Got smarter on which utrace events to set on a newly found thread.David Smith2008-06-172-3/+15
* Improved callback handling.David Smith2008-06-162-8/+15
* Remove STP_UNWIND support in _stp_ctl_write_dbugWenji Huang2008-06-132-4/+3
* 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