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
...
*
Factor out duplicated code to setup user/module Dwfl from dwflpp/translate.
Mark Wielaard
2009-09-29
1
-1
/
+2
*
Use dwlpp::setup_kernel for tracepoint modules.
Mark Wielaard
2009-09-28
1
-1
/
+1
*
optimization: reduce generated C code size
Frank Ch. Eigler
2009-09-22
1
-4
/
+3
*
Fix uninitialized line numbers in the function spec
Josh Stone
2009-09-18
1
-1
/
+4
*
PR10655 part 1: uprobes: track sdt semaphores properly
Frank Ch. Eigler
2009-09-18
1
-35
/
+47
*
Simplify the sdt semaphore decrement in utrace
Josh Stone
2009-09-17
1
-0
/
+3
*
Simplify sdt's record_semaphore
Josh Stone
2009-09-17
1
-16
/
+5
*
Map std semaphores from probe->addr
Josh Stone
2009-09-17
1
-24
/
+16
*
Merge branch 'function_scopes'
Josh Stone
2009-09-16
1
-71
/
+106
|
\
|
*
PR10461: Match C++ scopes for namespaces and classes
Josh Stone
2009-09-16
1
-71
/
+106
*
|
* sdt.h (STAP_SEMAPHORE): New. Add guard to utrace probe points.
Stan Cox
2009-09-16
1
-5
/
+81
|
/
*
Remove function comparison from label iteration
Josh Stone
2009-09-15
1
-4
/
+19
*
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler
2009-09-15
1
-256
/
+120
|
\
|
*
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Dave Brolley
2009-09-14
1
-274
/
+100
|
|
\
|
|
*
Remove duplicate uprobe_derived_probe code
Josh Stone
2009-09-11
1
-219
/
+47
|
|
*
PR10594 cont'd: Use parent die cache for variable lookup
Josh Stone
2009-09-10
1
-2
/
+34
|
|
*
Simplify deleting all map values
Josh Stone
2009-09-10
1
-2
/
+1
|
|
*
PR10594: Provide a cached dwarf_getscopes_die
Josh Stone
2009-09-10
1
-15
/
+12
|
*
|
Allow remaining process.* probes for unprivileged users.
Dave Brolley
2009-09-14
1
-6
/
+17
*
|
|
PR10642: fix wildcard-driven quadratic explosion of .return $$parms probes
Frank Ch. Eigler
2009-09-15
1
-44
/
+47
|
|
/
|
/
|
*
|
PR10602: improved fix for REG_IP lvalue
Frank Ch. Eigler
2009-09-09
1
-42
/
+12
|
/
*
PR10524: reduce massive-uprobe script modules' .data consumption
Frank Ch. Eigler
2009-09-08
1
-77
/
+219
*
PR4186 cont'd: Squash both EM_PPC and EM_PPC64 to powerpc.
Mark Wielaard
2009-09-08
1
-4
/
+1
*
Merge branch 'master' of sourceware.org:/git/systemtap
Josh Stone
2009-09-03
1
-9
/
+8
|
\
|
*
Allow process begin/end probes for unprivileged users.
Dave Brolley
2009-09-03
1
-3
/
+2
|
*
PR10589 followup. More tapsets.cxx _stp_warn formatting fixlets.
Mark Wielaard
2009-09-03
1
-4
/
+4
|
*
PR10589 followup. tapsets.cxx _stp_warn formatting fixlets.
Mark Wielaard
2009-09-03
1
-2
/
+2
*
|
Fetch the blacklist section only when needed
Josh Stone
2009-09-03
1
-4
/
+2
*
|
PR10573: Squash duplicate inline instances
Josh Stone
2009-09-03
1
-1
/
+26
*
|
PR10572: Allow duplicate function names in a CU
Josh Stone
2009-09-02
1
-9
/
+1
*
|
Unify lex_cast* and avoid string copies
Josh Stone
2009-09-02
1
-11
/
+11
|
/
*
Reorganize iterate_over_labels
Josh Stone
2009-08-26
1
-15
/
+32
*
PR4186 cont'd: Squash EM_S390 to s390.
Mark Wielaard
2009-08-26
1
-1
/
+1
*
Compute cu_name dynamically
Josh Stone
2009-08-25
1
-2
/
+2
*
PR4186 cont'd: option #2: standardize on kernel ARCH/SUBARCH throughout
Frank Ch. Eigler
2009-08-25
1
-1
/
+2
*
PR2475: Filter filenames against the decl_file
Josh Stone
2009-08-24
1
-5
/
+12
*
Fix failing uprobes.exp -p5 failures by removing trailing spaces in $$ vars.
Mark Wielaard
2009-08-24
1
-5
/
+9
*
PR10507: tweak MAXUPROBES calculation to shrink table for small static number...
Frank Ch. Eigler
2009-08-21
1
-3
/
+7
*
PR10544: clean up stap child process error handling
Frank Ch. Eigler
2009-08-21
1
-1
/
+1
*
cleanup: rename task_finder_target->pathname -> procname
Frank Ch. Eigler
2009-08-21
1
-3
/
+3
*
Create a dwarf_attr_die idiom
Josh Stone
2009-08-19
1
-18
/
+7
*
Use dwarf_type_name in more places
Josh Stone
2009-08-19
1
-74
/
+5
*
PR10538: Use {...} for naming anonymous types
Josh Stone
2009-08-19
1
-1
/
+3
*
PR10518: context shrinkage with function recursion analysis feeding MAXNESTING
Frank Ch. Eigler
2009-08-18
1
-1
/
+1
*
Adapt tracepoints to the new probe_locals union
Josh Stone
2009-08-18
1
-1
/
+1
*
Cache failed tracepoint headers too
Josh Stone
2009-08-14
1
-2
/
+8
*
PR10228: use task_finder_vma for -d /user/object files.
Frank Ch. Eigler
2009-08-14
1
-24
/
+0
*
PR10507: tweak heuristics for stap_uprobes[] allocation
Frank Ch. Eigler
2009-08-12
1
-5
/
+12
*
PR10461: Probe identical functions only once
Josh Stone
2009-08-11
1
-0
/
+14
*
Zap dwarf_diename_integrate
Josh Stone
2009-08-07
1
-2
/
+2
[prev]
[next]