summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* PR 9673. Only use one utrace engine for all targets with same path or pid.David Smith2009-01-202-155/+173
* Add dtrace and sdt.hStan Cox2009-01-131-0/+133
* Create the rpm subpackage systemtap-sdt-develStan Cox2009-01-131-133/+0
* PR 7082: patch for uprobes2 (kernel > 2.6.26)Jim Keniston2009-01-132-11/+75
* Adapt _stp_sort to 2.6.29.Wenji Huang2009-01-122-12/+16
* Pick up --prefix dependency usage in config.h.Mark Wielaard2009-01-112-0/+7
* PR9699: tweak autoconf file for Strict C Language Standards Compliance (tm)Frank Ch. Eigler2009-01-061-2/+3
* PR9699: build fixes for kernel 2.6.28Frank Ch. Eigler2009-01-064-1/+21
* PR7082: patch for uprobes1 (kernel <= 2.6.24)Jim Keniston2008-12-291-11/+67
* Put a block around the probe point.Stan Cox2008-12-212-25/+30
* Removed left over remnant from previous implementationElliott Baron2008-12-191-3/+0
* Better implementation for %MElliott Baron2008-12-191-10/+17
* Merge branch 'master' of ssh://ebaron@sources.redhat.com/git/systemtapElliott Baron2008-12-192-64/+59
|\
| * Convert .mark to .statement(0x) instead of .statement(foo.c:N)Stan Cox2008-12-162-64/+59
* | First attempt at printf kernel memory hex dumpElliott Baron2008-12-191-1/+6
|/
* add some more wallpaper protection against cpu frequency = 0 in gettimeofday_...Frank Ch. Eigler2008-12-092-1/+6
* 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
* Use for_each_cpu_mask always.Wenji Huang2008-11-242-6/+5
* 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 synchroniza...Frank Ch. Eigler2008-11-122-29/+69
* reduce transport debug verbosityFrank Ch. Eigler2008-11-122-2/+6
* PR5274 - Added s390 task_finder support.David Smith2008-11-042-0/+51
* PR5274 - Add s390 arch support for uprobes longjump handling.David Smith2008-11-042-0/+18
* 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
* BZ467652: support old-style stap -c "FOO > BAR" usage by backing down to sh...Frank Ch. Eigler2008-10-231-7/+27
* 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