summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
...
* PR7082: support non-setuid use of $SYSTEMTAP_RUNTIME to find uprobes.koFrank Ch. Eigler2008-12-092-4/+17
|
* Fix the compilation warning of uprobe in FC9.Wenji Huang2008-12-072-2/+6
|
* Merge branch 'master'; commit 'origin/pr6925'Elliott Baron2008-12-053-53/+77
|\
| * PR7063: honor SYSTEMTAP_STAPRUN and SYSTEMTAP_STAPIO environment variablesRoland McGrath2008-12-033-53/+77
| |
* | Removed an unused variable left from printf %n (PR7051)Kent Sebastian2008-12-051-2/+1
| |
* | PR7051: Remove broken printf %n directive supportroot2008-12-051-40/+6
| |
* | Remove STAP_PROBE_START.Stan Cox2008-12-043-28/+25
|/
* PR6925: tolerate modules left over from previous crashed? stap sessionsFrank Ch. Eigler2008-12-032-2/+18
|
* PR5947: make runtime code -Wpointer-arith-cleanFrank Ch. Eigler2008-11-284-7/+18
|
* PR4783: remove traces of stap{run,io} self-renicingFrank Ch. Eigler2008-11-283-6/+7
|
* Support debuginfo static uprobes.Stan Cox2008-11-262-29/+119
|
* PR4886: enable assertive build-id checking for new kernelsFrank Ch. Eigler2008-11-262-2/+17
|
* safety: add paranoid call to synchronize_sched() during shutdown processFrank Ch. Eigler2008-11-262-0/+10
|
* PR7046: performance: eliminate duplicate uprobes for multithreaded programs' ↵Frank Ch. Eigler2008-11-252-1/+10
| | | | shlibs
* Use for_each_cpu_mask always.Wenji Huang2008-11-242-6/+5
| | | | Suggested-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
* PR 6879: Apply fix from uprobes to uprobes2.Jim Keniston2008-11-181-5/+6
|
* Add static uprobe support (static library variant)Stan Cox2008-11-173-0/+130
|
* Fix the conflicted for_each_cpu macro with 2.6.28.Wenji Huang2008-11-178-22/+38
|
* Use KERN_WARNING and show buffer size.Masami Hiramatsu2008-11-132-4/+10
|
* PR7016: Check free memory before allocating buffers.Masami Hiramatsu2008-11-132-0/+26
|
* PR6964: configurably revert to signal-based "stap -c CMD" startup ↵Frank Ch. Eigler2008-11-122-29/+69
| | | | synchronization
* reduce transport debug verbosityFrank Ch. Eigler2008-11-122-2/+6
|
* PR5274 - Added s390 task_finder support.David Smith2008-11-042-0/+51
| | | | | | | 2008-11-04 David Smith <dsmith@redhat.com> PR 5274. * syscall.h: Added s390 task_finder support.
* PR5274 - Add s390 arch support for uprobes longjump handling.David Smith2008-11-042-0/+18
| | | | | | | | 2008-11-04 David Smith <dsmith@redhat.com> From Jim Keniston, PR 5274. * uprobes/uprobes_s390.h: Add s390 arch support for uprobes longjump handling.
* PR6028 / BZ468143: ia64 fetch-register speedupMasami Hiramatsu2008-11-042-2/+16
|
* Add a version of uprobes that works with the 2.6.27 version of utrace.Jim Keniston2008-11-039-2/+4085
|
* PR6964: temporary workaround for fedora utrace kernel bug 467568Wenji Huang2008-10-282-0/+25
|
* PR6967: fix s390x compilation error re on_each_cpuFrank Ch. Eigler2008-10-282-2/+24
|
* PR5274: uretprobes fixes, belated commitSrikar Dronamraju2008-10-289-4/+112
|
* Fix hrtimer.expires name change.Josh Stone2008-10-242-0/+10
| | | | | | The field is renamed to _expires starting in 2.6.28-rc1, and it's not meant to be directly manipulated. Instead hrtimer users are supposed to use hrtimer_get_expires and hrtimer_set_expires.
* BZ467652: support old-style stap -c "FOO > BAR" usage by backing down to ↵Frank Ch. Eigler2008-10-231-7/+27
| | | | sh -c if needed.
* PR6923: Make on_each_cpu() autoconf test work on old kernels.Jim Keniston2008-10-171-1/+7
|
* Fix compilation warning of uninitialized value in gcc 3.x.Wenji Huang2008-10-172-1/+5
|
* fix wordexp error handling, for invalid shell-like stap -c "command > file"Frank Ch. Eigler2008-10-152-3/+13
| | | | Reported-By: Wade Mealing <wmealing@redhat.com>
* PR4886: weaken build-id failure semanticsFrank Ch. Eigler2008-10-075-49/+50
|
* Add workaround for fedora 9 2.6.26 kernels to utrace_compatibility.h.Mark Wielaard2008-10-062-1/+26
|
* Add uprobes.txt.Jim Keniston2008-10-061-0/+675
|
* PR4886: check build-id if able.Wenji Huang2008-10-065-1/+101
| | | | This provides sanity check of debuginfo file based on build-id. Many cases are considered, whether build-id exists in debuginfo file or not, whether module is loaded or not, whether build-id exists in runtime kernel/module. It will do work when LD >= 2.18 and kernel >=2.6.23, otherwise no check.
* Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtapJim Keniston2008-10-032-1/+17
|\
| * Remove debug output from warning in procfs.Mark Wielaard2008-10-042-2/+6
| |
| * procfs dir_entry count warning on removal depends on kernel version.Mark Wielaard2008-10-042-3/+15
| |
* | PR 6850Jim Keniston2008-10-031-28/+148
|/ | | | | Fix handling of fork with uretprobe_instances outstanding. Add regression test.
* fix bugs in add_bad_addr_entryTim Moore2008-10-022-2/+8
|
* Fix race condition in addr-map; simplify allocation logicTim Moore2008-09-302-46/+58
|
* Fixed __STP_ATTACHED_TASK_EVENTS problem caused by last commit.David Smith2008-09-262-1/+5
| | | | | | | 2008-09-26 David Smith <dsmith@redhat.com> * task_finder.c (__STP_ATTACHED_TASK_EVENTS): Removed UTRACE_STOP, which isn't needed anymore.
* New utrace fixes.David Smith2008-09-253-29/+121
| | | | | | | | | | | | | | | | 2008-09-25 David Smith <dsmith@redhat.com> * task_finder.c (__stp_utrace_attach): Added action flag to know to request the thread to be stopped or not. (stap_utrace_attach): Now just calls __stp_utrace_attach(). (__stp_utrace_task_finder_target_quiesce): Handles utrace_set_events() errors properly. * utrace_compatibility.h (enum utrace_resume_action): Added utrace_resume_action enum. (utrace_control): Added UTRACE_STOP support. (utrace_engine_put): New. (utrace_barrier): New.
* Fix PR 6903 by checking for the real uid, not the euid.David Smith2008-09-182-1/+7
| | | | | | | | 2008-09-18 David Smith <dsmith@redhat.com> PR 6903. * staprun_funcs.c (check_permissions): Instead of checking the effective uid, check the real uid for root permissions.
* PR 6487, 6504: robustify __stp_print_flushFrank Ch. Eigler2008-09-175-3/+145
|
* PR6879: uprobe support for 0x64/0x65 segment prefix instructionsJim Keniston2008-09-173-12/+15
|
* fix bspcache regression typoFrank Ch. Eigler2008-09-121-1/+1
|