summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* PR 6445 (partial). Implemented system-wide utrace probes.David Smith2008-08-122-14/+32
* Moved details of utrace detach to stap_utrace_detach().David Smith2008-08-082-31/+72
* Saves thread vma information.David Smith2008-08-083-0/+151
* session.h (struct systemtap_session): Added itrace_derived_probedcn2008-07-291-0/+438
* Fix on_each_cpu() call for kernels >2.6.26.Josh Stone2008-07-243-0/+12
* Remove unused STAPCONF_MODULE_NSECTIONSJosh Stone2008-07-242-8/+4
* No longer allocates structure used to save vma information.David Smith2008-07-213-4/+80
* BZ442528 changelogs: ia64 fetch_register speedupsFrank Ch. Eigler2008-07-181-0/+5
* PR442528Frank Ch. Eigler2008-07-181-0/+30
* support multiple-relocatable-section modules such as hypothetical -ffunction-...Frank Ch. Eigler2008-07-175-92/+75
* PR6738: restore support for rhel4-era (2.6.9) kernelsFrank Ch. Eigler2008-07-1210-190/+60
* PR6736: changelogs for post-merge compiled unwind/symbols data reorganizationFrank Ch. Eigler2008-07-105-3/+31
* Merge commit 'origin/master' into pr6429-comp-unwindsymsFrank Ch. Eigler2008-07-095-3/+31
|\
| * fix shutdown race condition for scripts that might exit during begin probesFrank Ch. Eigler2008-07-092-2/+6
| * Fix PR 6732: Add runtime/autoconf-real-parent.c check for task_struct field.Mark Wielaard2008-07-093-1/+25
* | pass /sys/module/*/sections/* addresses to the kernel module tooFrank Ch. Eigler2008-07-071-7/+83
* | avoid appearing to succeed in stp_relocation() of a symbol for a module that ...Frank Ch. Eigler2008-07-041-0/+4
* | Merge commit 'origin/master' into pr6429-comp-unwindsymsFrank Ch. Eigler2008-07-042-29/+62
|\|
| * Fixed __stp_get_mm_path() error return code.David Smith2008-07-012-6/+19
| * Handles "mortally wounded" threads correctly when detaching.David Smith2008-06-302-23/+43
* | emit all symbol tables at compile time; don't do any module munging; new unwi...Frank Ch. Eigler2008-07-047-872/+84
* | transport/symbol rework: kernel-only probes workingFrank Ch. Eigler2008-06-298-16/+29
* | 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
|\