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
*
Address powerpc dwarfless test failures.
Jim Keniston
2008-05-25
1
-9
/
+50
*
PR5643: fix .statement(NUM) regression
Wenji Huang
2008-05-22
1
-0
/
+9
*
Use tr1/unordered_map instead of the deprecated ext/hash_map.
Tim Moore
2008-05-20
1
-0
/
+9
*
make the mod_cu_function_cache a hash_map instead of map for more go-go
Frank Ch. Eigler
2008-05-17
1
-3
/
+9
*
PR5643: function caching for much faster syscall.* pass-2 processing
Frank Ch. Eigler
2008-05-16
1
-38
/
+72
*
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler
2008-05-12
1
-134
/
+782
|
\
|
*
PR 4311 - Function boundary tracing without debuginfo: Phases I and II
Jim Keniston
2008-05-12
1
-2
/
+10
|
|
\
|
*
\
Merge commit 'origin/dwarfless'
Jim Keniston
2008-05-12
1
-134
/
+782
|
|
\
\
|
|
*
|
Replaced [u_]arg() with [u]int_arg(), [u]long_arg(), {s|u}32_arg(),
Jim Keniston
2008-05-05
1
-0
/
+1
|
|
*
|
PR 4311 - Function boundary tracing without debuginfo: Phase I
Jim Keniston
2008-04-18
1
-134
/
+781
*
|
|
|
Revert "PR6487: extend blacklist with relay/timer subsystem"
Frank Ch. Eigler
2008-05-12
1
-10
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
PR6487: extend blacklist with relay/timer subsystem
Frank Ch. Eigler
2008-05-09
1
-2
/
+10
|
/
/
*
|
PR444886: add .../build/... to default debuginfo search path
Frank Ch. Eigler
2008-05-05
1
-1
/
+1
*
|
PR6466: broad side-effect free statement elision
Frank Ch. Eigler
2008-04-29
1
-8
/
+8
*
|
Made utrace probes more robust.
David Smith
2008-04-29
1
-9
/
+9
*
|
revert commit f0e6dc6304; overload detection logic was fine already
Frank Ch. Eigler
2008-04-26
1
-0
/
+6
*
|
Handles markers with no format string.
David Smith
2008-04-25
1
-0
/
+5
*
|
PR6416: extend probing blacklist with more init/exit sections
Srinivasa DS
2008-04-23
1
-1
/
+7
*
|
fix overload-detection uninitialized variable bug
Frank Ch. Eigler
2008-04-23
1
-0
/
+4
*
|
Removed debug statements.
David Smith
2008-04-22
1
-3
/
+0
*
|
Added utrace exec probes.
David Smith
2008-04-18
1
-16
/
+46
*
|
Fix the blacklist regexps for atomic functions
Josh Stone
2008-04-17
1
-8
/
+2
*
|
Added process PATH checking and conditional utrace handler function calls.
David Smith
2008-04-17
1
-43
/
+97
*
|
RHEL4 gcc compatibility: dummy ctor in unused task_finder_derived_probe
Frank Ch. Eigler
2008-04-16
1
-0
/
+2
*
|
PR6417: extend kprobe blacklist some more
Srinivasa DS
2008-04-16
1
-0
/
+14
*
|
2008-04-15 David Smith <dsmith@redhat.com>
David Smith
2008-04-16
1
-0
/
+582
*
|
2008-04-14 David Smith <dsmith@redhat.com>
David Smith
2008-04-14
1
-43
/
+20
*
|
2008-04-11 David Smith <dsmith@redhat.com>
David Smith
2008-04-11
1
-10
/
+43
|
/
*
2008-04-04 Masami Hiramatsu <mhiramat@redhat.com>
Masami Hiramatsu
2008-04-04
1
-0
/
+2
*
2008-03-27 Frank Ch. Eigler <fche@elastic.org>
fche
2008-03-27
1
-0
/
+1
*
2008-03-26 Frank Ch. Eigler <fche@elastic.org>
fche
2008-03-26
1
-0
/
+9
*
2008-03-20 Frank Ch. Eigler <fche@elastic.org>
fche
2008-03-20
1
-0
/
+4
*
2008-03-14 Masami Hiramatsu <mhiramat@redhat.com>
hiramatu
2008-03-15
1
-0
/
+31
*
PR5516: assignment to $pointers
fche
2008-03-03
1
-20
/
+29
*
PR5045: clean up after interrupts
fche
2008-02-28
1
-0
/
+6
*
PR5787, PR2608: .statement(NUM) probing fixes
fche
2008-02-23
1
-46
/
+65
*
2008-02-20 David Smith <dsmith@redhat.com>
dsmith
2008-02-20
1
-19
/
+63
*
2008-02-19 Roland McGrath <roland@redhat.com>
roland
2008-02-20
1
-3
/
+11
*
2008-02-19 Roland McGrath <roland@redhat.com>
roland
2008-02-20
1
-60
/
+65
*
2008-02-19 Frank Ch. Eigler <fche@elastic.org>
fche
2008-02-19
1
-2
/
+4
*
PR5766: back to regexp-based blacklisting
fche
2008-02-19
1
-66
/
+103
*
2008-02-19 David Smith <dsmith@redhat.com>
dsmith
2008-02-19
1
-1
/
+2
*
dwarf speedup
fche
2008-02-15
1
-0
/
+10
*
2008-02-13 Frank Ch. Eigler <fche@elastic.org>
fche
2008-02-13
1
-0
/
+5
*
PR4393: fix relocatable-kernel global $variable access
fche
2008-02-12
1
-0
/
+16
*
2008-02-12 Martin Hunt <hunt@redhat.com>
hunt
2008-02-12
1
-3
/
+3
*
2008-02-04 David Smith <dsmith@redhat.com>
dsmith
2008-02-04
1
-11
/
+78
*
update copyright years for recent checkins
fche
2008-01-28
1
-1
/
+1
*
2008-01-28 David Smith <dsmith@redhat.com>
dsmith
2008-01-28
1
-6
/
+6
*
PR5673: reduce total size of generated .ko's from wildly wildcarded scripts
fche
2008-01-26
1
-26
/
+98
[next]