Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR7082: patch for uprobes1 (kernel <= 2.6.24) | Jim Keniston | 2008-12-29 | 1 | -11/+67 |
| | |||||
* | Put a block around the probe point. | Stan Cox | 2008-12-21 | 2 | -25/+30 |
| | |||||
* | Removed left over remnant from previous implementation | Elliott Baron | 2008-12-19 | 1 | -3/+0 |
| | |||||
* | Better implementation for %M | Elliott Baron | 2008-12-19 | 1 | -10/+17 |
| | |||||
* | Merge branch 'master' of ssh://ebaron@sources.redhat.com/git/systemtap | Elliott Baron | 2008-12-19 | 2 | -64/+59 |
|\ | |||||
| * | Convert .mark to .statement(0x) instead of .statement(foo.c:N) | Stan Cox | 2008-12-16 | 2 | -64/+59 |
| | | |||||
* | | First attempt at printf kernel memory hex dump | Elliott Baron | 2008-12-19 | 1 | -1/+6 |
|/ | |||||
* | add some more wallpaper protection against cpu frequency = 0 in ↵ | Frank Ch. Eigler | 2008-12-09 | 2 | -1/+6 |
| | | | | gettimeofday_* internals | ||||
* | PR7082: support non-setuid use of $SYSTEMTAP_RUNTIME to find uprobes.ko | Frank Ch. Eigler | 2008-12-09 | 2 | -4/+17 |
| | |||||
* | Fix the compilation warning of uprobe in FC9. | Wenji Huang | 2008-12-07 | 2 | -2/+6 |
| | |||||
* | Merge branch 'master'; commit 'origin/pr6925' | Elliott Baron | 2008-12-05 | 3 | -53/+77 |
|\ | |||||
| * | PR7063: honor SYSTEMTAP_STAPRUN and SYSTEMTAP_STAPIO environment variables | Roland McGrath | 2008-12-03 | 3 | -53/+77 |
| | | |||||
* | | Removed an unused variable left from printf %n (PR7051) | Kent Sebastian | 2008-12-05 | 1 | -2/+1 |
| | | |||||
* | | PR7051: Remove broken printf %n directive support | root | 2008-12-05 | 1 | -40/+6 |
| | | |||||
* | | Remove STAP_PROBE_START. | Stan Cox | 2008-12-04 | 3 | -28/+25 |
|/ | |||||
* | PR6925: tolerate modules left over from previous crashed? stap sessions | Frank Ch. Eigler | 2008-12-03 | 2 | -2/+18 |
| | |||||
* | PR5947: make runtime code -Wpointer-arith-clean | Frank Ch. Eigler | 2008-11-28 | 4 | -7/+18 |
| | |||||
* | PR4783: remove traces of stap{run,io} self-renicing | Frank Ch. Eigler | 2008-11-28 | 3 | -6/+7 |
| | |||||
* | Support debuginfo static uprobes. | Stan Cox | 2008-11-26 | 2 | -29/+119 |
| | |||||
* | PR4886: enable assertive build-id checking for new kernels | Frank Ch. Eigler | 2008-11-26 | 2 | -2/+17 |
| | |||||
* | safety: add paranoid call to synchronize_sched() during shutdown process | Frank Ch. Eigler | 2008-11-26 | 2 | -0/+10 |
| | |||||
* | PR7046: performance: eliminate duplicate uprobes for multithreaded programs' ↵ | Frank Ch. Eigler | 2008-11-25 | 2 | -1/+10 |
| | | | | shlibs | ||||
* | Use for_each_cpu_mask always. | Wenji Huang | 2008-11-24 | 2 | -6/+5 |
| | | | | Suggested-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com> | ||||
* | PR 6879: Apply fix from uprobes to uprobes2. | Jim Keniston | 2008-11-18 | 1 | -5/+6 |
| | |||||
* | Add static uprobe support (static library variant) | Stan Cox | 2008-11-17 | 3 | -0/+130 |
| | |||||
* | Fix the conflicted for_each_cpu macro with 2.6.28. | Wenji Huang | 2008-11-17 | 8 | -22/+38 |
| | |||||
* | Use KERN_WARNING and show buffer size. | Masami Hiramatsu | 2008-11-13 | 2 | -4/+10 |
| | |||||
* | PR7016: Check free memory before allocating buffers. | Masami Hiramatsu | 2008-11-13 | 2 | -0/+26 |
| | |||||
* | PR6964: configurably revert to signal-based "stap -c CMD" startup ↵ | Frank Ch. Eigler | 2008-11-12 | 2 | -29/+69 |
| | | | | synchronization | ||||
* | reduce transport debug verbosity | Frank Ch. Eigler | 2008-11-12 | 2 | -2/+6 |
| | |||||
* | PR5274 - Added s390 task_finder support. | David Smith | 2008-11-04 | 2 | -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 Smith | 2008-11-04 | 2 | -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 speedup | Masami Hiramatsu | 2008-11-04 | 2 | -2/+16 |
| | |||||
* | Add a version of uprobes that works with the 2.6.27 version of utrace. | Jim Keniston | 2008-11-03 | 9 | -2/+4085 |
| | |||||
* | PR6964: temporary workaround for fedora utrace kernel bug 467568 | Wenji Huang | 2008-10-28 | 2 | -0/+25 |
| | |||||
* | PR6967: fix s390x compilation error re on_each_cpu | Frank Ch. Eigler | 2008-10-28 | 2 | -2/+24 |
| | |||||
* | PR5274: uretprobes fixes, belated commit | Srikar Dronamraju | 2008-10-28 | 9 | -4/+112 |
| | |||||
* | Fix hrtimer.expires name change. | Josh Stone | 2008-10-24 | 2 | -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. Eigler | 2008-10-23 | 1 | -7/+27 |
| | | | | sh -c if needed. | ||||
* | PR6923: Make on_each_cpu() autoconf test work on old kernels. | Jim Keniston | 2008-10-17 | 1 | -1/+7 |
| | |||||
* | Fix compilation warning of uninitialized value in gcc 3.x. | Wenji Huang | 2008-10-17 | 2 | -1/+5 |
| | |||||
* | fix wordexp error handling, for invalid shell-like stap -c "command > file" | Frank Ch. Eigler | 2008-10-15 | 2 | -3/+13 |
| | | | | Reported-By: Wade Mealing <wmealing@redhat.com> | ||||
* | PR4886: weaken build-id failure semantics | Frank Ch. Eigler | 2008-10-07 | 5 | -49/+50 |
| | |||||
* | Add workaround for fedora 9 2.6.26 kernels to utrace_compatibility.h. | Mark Wielaard | 2008-10-06 | 2 | -1/+26 |
| | |||||
* | Add uprobes.txt. | Jim Keniston | 2008-10-06 | 1 | -0/+675 |
| | |||||
* | PR4886: check build-id if able. | Wenji Huang | 2008-10-06 | 5 | -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/systemtap | Jim Keniston | 2008-10-03 | 2 | -1/+17 |
|\ | |||||
| * | Remove debug output from warning in procfs. | Mark Wielaard | 2008-10-04 | 2 | -2/+6 |
| | | |||||
| * | procfs dir_entry count warning on removal depends on kernel version. | Mark Wielaard | 2008-10-04 | 2 | -3/+15 |
| | | |||||
* | | PR 6850 | Jim Keniston | 2008-10-03 | 1 | -28/+148 |
|/ | | | | | Fix handling of fork with uretprobe_instances outstanding. Add regression test. |