index
:
systemtap-steved
master
nfsd-update
rpc-update
Unnamed repository; edit this file to name it for gitweb.
Steve Dickson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tapsets.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR6946: Allow probing of 32-bit ppc apps with ppc64 kernels.
Jim Keniston
2008-10-24
1
-1
/
+3
*
PR6749: tolerate failed kprobe_*register with warning
Frank Ch. Eigler
2008-10-10
1
-1
/
+10
*
Display source context for error and warning messages (6701)
Rajan Arora
2008-10-09
1
-1
/
+1
*
Don't crash when reporting an error if getting alternatives fails.
Mark Wielaard
2008-09-30
1
-2
/
+4
*
PR6916: fix STRUCT1 ($var alternatives error message syntax) regression
Frank Ch. Eigler
2008-09-26
1
-2
/
+6
*
PR6829: leave unregister_uprobe() to the professionals (uprobe itself) for ta...
Frank Ch. Eigler
2008-09-26
1
-5
/
+21
*
Handling members with anonymous structs / unions
Prerna
2008-09-25
1
-12
/
+103
*
PR6028: use ip instead of pp for probe identification.
Masami Hiramatsu
2008-09-12
1
-1
/
+1
*
gcc 4.4 build compatibility tweaks
Frank Ch. Eigler
2008-09-12
1
-1
/
+1
*
PR6871: sadly, reenable prologue searching for user-space function probes
Frank Ch. Eigler
2008-09-11
1
-7
/
+2
*
PR6876: translator speedup for many $vars
Frank Ch. Eigler
2008-09-10
1
-4
/
+8
*
Add $return context variables on per-process-syscall.return probes
Masami Hiramatsu
2008-09-09
1
-10
/
+22
*
Add $argN context variables on per-process-syscall probes
Masami Hiramatsu
2008-09-09
1
-10
/
+73
*
Add $name context variable support on marker probes
Masami Hiramatsu
2008-09-09
1
-29
/
+20
*
x86-32 blacklist extension (rhel5 testing based)
Frank Ch. Eigler
2008-09-07
1
-0
/
+2
*
task_finder <-> target_pid coupling; staprun/target_cmd fork under ptrace con...
Frank Ch. Eigler
2008-09-05
1
-1
/
+4
*
PR4225: minor uprobe unregistration speedup
Frank Ch. Eigler
2008-09-02
1
-6
/
+3
*
PR4225: unregistration snowballing thinko fix
Frank Ch. Eigler
2008-09-02
1
-10
/
+39
*
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler
2008-09-02
1
-1
/
+2
|
\
|
*
Fix semantic error caused by -P option in nodwarf testing.
Wenji Huang
2008-09-02
1
-1
/
+2
*
|
test case regression fixes (25444842 vs 84182428)
Frank Ch. Eigler
2008-09-01
1
-6
/
+7
*
|
Merge commit 'origin/master' into pr4225
Frank Ch. Eigler
2008-09-01
1
-83
/
+31
|
\
|
|
*
Pushed quiesce logic down into the task_finder layer.
David Smith
2008-08-29
1
-83
/
+31
*
|
PR6864: barest beginnings of restoring symtab-based kernel probes
Frank Ch. Eigler
2008-09-01
1
-35
/
+22
*
|
Merge commit 'origin/master' into pr4225
Frank Ch. Eigler
2008-08-28
1
-3
/
+2
|
\
|
|
*
2008-08-25 David Smith <dsmith@redhat.com>
David Smith
2008-08-25
1
-3
/
+2
*
|
whitespace cleanup + uprobe "?@-1" fix too
Frank Ch. Eigler
2008-08-24
1
-5
/
+7
*
|
Merge commit 'origin/master' into pr4225
Frank Ch. Eigler
2008-08-24
1
-50
/
+52
|
\
|
|
*
correct probe point reverse-engineering of probes for which we have no source...
Frank Ch. Eigler
2008-08-24
1
-2
/
+4
|
*
source whitespace cleanup
Frank Ch. Eigler
2008-08-24
1
-24
/
+24
*
|
pr4225: fix shared library address range checks; make more task_finder_vma tr...
Frank Ch. Eigler
2008-08-22
1
-3
/
+7
*
|
pr4225: check for null incoming vm_path
Frank Ch. Eigler
2008-08-21
1
-1
/
+1
*
|
pr4225: fix address miscalculation for ET_DYN objects; add more printk's in t...
Frank Ch. Eigler
2008-08-21
1
-0
/
+3
*
|
pr4225: add putative shared library (ET_DYN) support
Frank Ch. Eigler
2008-08-21
1
-24
/
+50
*
|
Merge commit 'origin/master' into pr4225
Frank Ch. Eigler
2008-08-21
1
-20
/
+60
|
\
|
|
*
Added task finder target parameter to vm_callback functions.
David Smith
2008-08-21
1
-2
/
+2
|
*
Supports original and new utrace interfaces.
David Smith
2008-08-20
1
-11
/
+28
|
*
PR 6841 fix.
David Smith
2008-08-19
1
-5
/
+25
|
*
Add missing 'process' bindings.
David Smith
2008-08-18
1
-7
/
+10
*
|
Merge commit 'origin/master' into pr4225
Frank Ch. Eigler
2008-08-17
1
-50
/
+108
|
\
|
|
*
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into work
David Smith
2008-08-15
1
-1
/
+1
|
|
\
|
|
*
PR6836: tweak $$return formatting
Frank Ch. Eigler
2008-08-15
1
-1
/
+1
|
*
|
Change system-wide probes from 'process("*").begin' to 'process.begin'.
David Smith
2008-08-15
1
-11
/
+18
|
|
/
|
*
PR6836: $$vars extensions, $$return
Frank Ch. Eigler
2008-08-15
1
-43
/
+78
|
*
PR 6445 (partial). Implemented system-wide utrace probes.
David Smith
2008-08-12
1
-2
/
+19
|
*
Fixed compilation warning on gcc 3.x
Wenji Huang
2008-08-11
1
-1
/
+1
|
*
let $$vars work even with unsupported c types (e.g., funkytown floats)
Frank Ch. Eigler
2008-08-11
1
-17
/
+35
*
|
let $$vars work even with unsupported c types (e.g., funkytown floats)
Frank Ch. Eigler
2008-08-11
1
-17
/
+35
*
|
Merge commit 'origin/master' into pr4225
Frank Ch. Eigler
2008-08-11
1
-1
/
+0
|
\
|
|
*
remove \n from end of $$vars/etc. convenience variables
Frank Ch. Eigler
2008-08-11
1
-1
/
+0
[next]