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
*
Move the blacklist functions into dwflpp
Josh Stone
2009-06-01
1
-320
/
+4
*
Fix another kernel/kprobe.function conflict
Josh Stone
2009-05-22
1
-7
/
+7
*
PR10190: Suppress warnings for optional kprobes
Josh Stone
2009-05-22
1
-4
/
+13
*
Make all tapsets' TOK_FOO constant
Josh Stone
2009-05-15
1
-14
/
+14
*
Merge branch 'tapsets-cleanup'
Josh Stone
2009-05-15
1
-2300
/
+73
|
\
|
*
Break the dwflpp dependence on query_cu
Josh Stone
2009-05-15
1
-2
/
+6
|
*
Break the dwflpp dependence on query_module
Josh Stone
2009-05-15
1
-5
/
+5
|
*
Merge the dwflpp::query_cu_..._address methods
Josh Stone
2009-05-15
1
-1
/
+1
|
*
Move dfwlpp into its own file
Josh Stone
2009-05-12
1
-2236
/
+31
|
*
Consolidate dwflpp setup
Josh Stone
2009-05-11
1
-67
/
+41
*
|
[tracepoints] ternary is nicer for arg format
Josh Stone
2009-05-14
1
-5
/
+1
*
|
[tracepoints] Print pointer arguments with %p
Josh Stone
2009-05-14
1
-1
/
+5
*
|
PR10139 Mark .probes section SHF_ALLOC.
Mark Wielaard
2009-05-14
1
-1
/
+17
|
/
*
Get .probes section through dwarf debuginfo file if necessary.
Mark Wielaard
2009-05-10
1
-1
/
+39
*
Allow @cast failures to get optimized away
Josh Stone
2009-05-08
1
-17
/
+13
*
PR10054: Unify the translate_components errors
Josh Stone
2009-05-08
1
-39
/
+12
*
Refactor anonymous lookups in translate_components
Josh Stone
2009-05-08
1
-113
/
+94
*
Separate the utrace tapset
Josh Stone
2009-05-07
1
-1048
/
+1
*
Separate task_finder and the itrace tapset
Josh Stone
2009-05-07
1
-385
/
+4
*
Separate the kernel.mark tapset
Josh Stone
2009-05-07
1
-708
/
+1
*
Separate the permon tapset
Josh Stone
2009-05-07
1
-436
/
+1
*
Group all kprobe_derived_FOO together
Josh Stone
2009-05-07
1
-57
/
+35
*
Separate the procfs tapset
Josh Stone
2009-05-06
1
-499
/
+1
*
Separate the begin/end/error/never tapsets
Josh Stone
2009-05-06
1
-202
/
+3
*
Separate built-in timer tapsets
Josh Stone
2009-05-06
1
-615
/
+8
*
Don't recurse into DW_AT_declaration subprograms in iterate_over_labels.
Mark Wielaard
2009-05-03
1
-1
/
+4
*
Handle more types of types in declaration_resolve
Josh Stone
2009-04-27
1
-12
/
+14
*
Warn if trying to dereference an enum
Josh Stone
2009-04-27
1
-0
/
+7
*
Handle kprobe struct field symbol_name as either char * or const char *.
Mark Wielaard
2009-04-26
1
-2
/
+2
*
fix kprobe.* probes so they don't break -p4 if script also has kernel.* probes
Frank Ch. Eigler
2009-04-26
1
-6
/
+6
*
Enable kprobe.function.return.maxactive
Josh Stone
2009-04-24
1
-35
/
+57
*
Simplify dwarfless kprobe stmt vs. name logic
Josh Stone
2009-04-24
1
-29
/
+15
*
Fill out the pp() for dwarfless kprobes
Josh Stone
2009-04-24
1
-3
/
+25
*
Don't terminate when a dwarfless kprobe fails
Josh Stone
2009-04-24
1
-8
/
+1
*
Tweak error message in kprobe.function registration
Josh Stone
2009-04-24
1
-1
/
+1
*
PR 9941: Add predicate function callback to check for an early abort
Rajan Arora
2009-04-22
1
-1
/
+10
*
Make sdt.h big endian aware.
Stan Cox
2009-04-22
1
-2
/
+2
*
Use tokenize() for splitting @cast's module list
Josh Stone
2009-04-21
1
-7
/
+6
*
Refine the @cast-with-header syntax
Josh Stone
2009-04-21
1
-16
/
+7
*
Correctly handle $syscall in process(PID_OR_PATH).syscall.return probes.
David Smith
2009-04-21
1
-5
/
+257
*
From Prerna Saxena: Add the kprobe.function probe family
Ananth N Mavinakayanahalli
2009-04-21
1
-2
/
+460
*
Suppress more module-loading errors in @casts
Josh Stone
2009-04-20
1
-3
/
+14
*
PR10055: generate dummy modules w/ types for @cast
Josh Stone
2009-04-20
1
-0
/
+56
*
Suppress module-loading errors in @casts
Josh Stone
2009-04-20
1
-1
/
+10
*
Indentation repair.
Stan Cox
2009-04-16
1
-89
/
+88
*
Use iterate_over_srcfile_lines for function("func@file:N").label
Stan Cox
2009-04-16
1
-103
/
+127
*
PR9940: add/use unmap_u[ret]probe
Jim Keniston
2009-04-15
1
-9
/
+32
*
PR10067: fix bitfield access
Josh Stone
2009-04-13
1
-2
/
+5
*
PR10049: Restore better errors for $return
Josh Stone
2009-04-13
1
-10
/
+11
*
Improve -l output for .label
Stan Cox
2009-04-13
1
-6
/
+15
[next]