summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Utrace on ia64 fast fetch-register supportMasami Hiramatsu2008-09-094-17/+38
* Add ia64 utrace supportMasami Hiramatsu2008-09-092-1/+50
* Correct this_section_offset calculation in _stp_kallsyms_lookup.Mark Wielaard2008-09-092-1/+6
* PR1288: runtime functions for avoiding certain addressesTim Moore2008-09-084-94/+326
* PR6445: documentation, mopping upFrank Ch. Eigler2008-09-062-0/+12
* "stap -c" cleanup part 2 - use wordexp / execvp instead of "sh -c" to execute...Frank Ch. Eigler2008-09-061-28/+30
* task_finder <-> target_pid coupling; staprun/target_cmd fork under ptrace con...Frank Ch. Eigler2008-09-052-300/+335
* remove capabilities logic, cont'dFrank Ch. Eigler2008-09-054-91/+73
* remove capability logicFrank Ch. Eigler2008-09-051-166/+0
* PR4225: post-merge changelogsFrank Ch. Eigler2008-09-011-0/+5
* Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-09-012-46/+82
|\
| * Pushed quiesce logic down into the task_finder layer.David Smith2008-08-292-46/+82
* | fix #if->#ifdef DEBUG_TASK_FINDER_VMAFrank Ch. Eigler2008-09-011-1/+1
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-283-10/+27
|\|
| * Uses STAPCONF_DPATH_PATH instead of a kernel version check.David Smith2008-08-263-10/+27
* | pr4225: fix shared library address range checks; make more task_finder_vma tr...Frank Ch. Eigler2008-08-221-5/+7
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-214-55/+252
|\|
| * Added task finder target parameter to vm_callback functions.David Smith2008-08-212-19/+34
| * Supports original and new utrace interfaces.David Smith2008-08-203-29/+183
| * Looks for both mmap and mmap2.David Smith2008-08-203-9/+31
| * PR 6841 fix.David Smith2008-08-192-2/+8
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-172-14/+38
|\|
| * PR6842: work around possibly null task->signal in utrace death callbackFrank Ch. Eigler2008-08-142-1/+7
| * PR 6445 (partial). Implemented system-wide utrace probes.David Smith2008-08-122-14/+32
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-113-31/+223
|\|
| * 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
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-065-8/+454
|\|
| * 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
* | Fix i386 dwarf_register_4() to work in uprobe handlers.Jim Keniston2008-08-051-5/+2
* | PR4225: it's alive, alive!Frank Ch. Eigler2008-08-021-1/+1
* | PR4225: signs of lifeFrank Ch. Eigler2008-08-021-0/+14
|/
* 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