summaryrefslogtreecommitdiffstats
path: root/runtime/task_finder.c
Commit message (Expand)AuthorAgeFilesLines
* PR7046: performance: eliminate duplicate uprobes for multithreaded programs' ...Frank Ch. Eigler2008-11-251-1/+4
* Fixed __STP_ATTACHED_TASK_EVENTS problem caused by last commit.David Smith2008-09-261-1/+0
* New utrace fixes.David Smith2008-09-251-23/+80
* BZ 6755 fix. Wait until all callbacks are finished.David Smith2008-09-121-7/+54
* Utrace on ia64 fast fetch-register supportMasami Hiramatsu2008-09-091-0/+6
* task_finder <-> target_pid coupling; staprun/target_cmd fork under ptrace con...Frank Ch. Eigler2008-09-051-2/+7
* Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-09-011-46/+74
|\
| * Pushed quiesce logic down into the task_finder layer.David Smith2008-08-291-46/+74
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-281-10/+10
|\|
| * Uses STAPCONF_DPATH_PATH instead of a kernel version check.David Smith2008-08-261-10/+10
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-211-50/+149
|\|
| * Added task finder target parameter to vm_callback functions.David Smith2008-08-211-19/+22
| * Supports original and new utrace interfaces.David Smith2008-08-201-29/+122
| * Looks for both mmap and mmap2.David Smith2008-08-201-4/+7
| * PR 6841 fix.David Smith2008-08-191-2/+2
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-171-14/+24
|\|
| * PR6842: work around possibly null task->signal in utrace death callbackFrank Ch. Eigler2008-08-141-1/+1
| * PR 6445 (partial). Implemented system-wide utrace probes.David Smith2008-08-121-14/+24
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-111-31/+77
|\|
| * Moved details of utrace detach to stap_utrace_detach().David Smith2008-08-081-31/+68
| * Saves thread vma information.David Smith2008-08-081-0/+9
* | 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-211-0/+2
* Fix PR 6732: Add runtime/autoconf-real-parent.c check for task_struct field.Mark Wielaard2008-07-091-1/+2
* Fixed __stp_get_mm_path() error return code.David Smith2008-07-011-6/+12
* Handles "mortally wounded" threads correctly when detaching.David Smith2008-06-301-23/+35
* Fixed offset argument to vm_callback.David Smith2008-06-231-4/+8
* Handle exec's that use a relative path.David Smith2008-06-231-6/+4
* Major update to memory map change notification code.David Smith2008-06-231-4/+313
* Got smarter on which utrace events to set on a newly found thread.David Smith2008-06-171-3/+7
* Improved callback handling.David Smith2008-06-161-8/+10
* Very early beginnings of memory map notification support.David Smith2008-06-101-10/+101
* Made 2.6.25 kernel updates.David Smith2008-06-091-2/+6
* Changed/renamed utrace probes.David Smith2008-06-061-36/+56
* Handle bug #6500 fallout.David Smith2008-05-281-30/+79
* Minor improvement to multi-threaded support.David Smith2008-05-281-8/+22
* Fixed PR 6499 (utrace probe crash).David Smith2008-05-161-14/+18
* Fix for PR 6500.David Smith2008-05-081-32/+78
* Made runtime/task_finder.c improvements.David Smith2008-05-051-65/+74
* Made utrace probes more robust.David Smith2008-04-291-48/+78
* Fixed task_finder.c kernel 2.6.25 change.Srinivasa2008-04-251-1/+1
* Made kernel 2.6.25 changes in task_finder.c.David Smith2008-04-241-5/+6
* 2008-04-16 David Smith <dsmith@redhat.com>David Smith2008-04-161-2/+3
* 2008-04-15 David Smith <dsmith@redhat.com>David Smith2008-04-161-0/+19
* 2008-04-04 David Smith <dsmith@redhat.com>David Smith2008-04-041-0/+410