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
*
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
*
Make sure code using the vma tracker compiles again.
Mark Wielaard
2009-04-08
1
-21
/
+0
*
Consider function when handling .label
Stan Cox
2009-04-08
1
-13
/
+24
*
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
David Smith
2009-04-08
1
-1
/
+1
|
\
|
*
Do not do a partial name comparison for .label.
Stan Cox
2009-04-08
1
-1
/
+1
*
|
Only includes task_finder.c when needed.
David Smith
2009-04-08
1
-0
/
+22
|
/
*
Add valid interval in error message when timer probe out of range.
Mark Wielaard
2009-04-07
1
-10
/
+18
*
PR 9940. Rearchitected task_finder.c a bit.
David Smith
2009-04-07
1
-11
/
+20
*
PR10026: Read marker/tracepoint args directly
Josh Stone
2009-04-06
1
-58
/
+28
*
PR10037: add target_symbol token to $context error messages
Frank Ch. Eigler
2009-04-06
1
-64
/
+81
*
PR5163: Assign need_uprobes during pass-2
Josh Stone
2009-04-03
1
-2
/
+4
*
make skip-badvars warning message sensitive to -w suppression
Frank Ch. Eigler
2009-04-03
1
-2
/
+3
*
Fix for insn probe: Call arch_has_*_step() prior to calling utrace_control
Maynard Johnson
2009-04-01
1
-0
/
+16
*
Move #endif for STP_NEED_VMA_TRACKER up to not cover other utrace callbacks.
Mark Wielaard
2009-04-01
1
-1
/
+1
*
Merge branch 'master' into pr6866
Mark Wielaard
2009-04-01
1
-31
/
+88
|
\
|
*
Use alloca trick to keep argN active on GCC 4.1.
Stan Cox
2009-04-01
1
-2
/
+3
|
*
Customize .mark -l output.
Stan Cox
2009-03-31
1
-1
/
+14
|
*
PR7045: on 64-bit kernels, allow 32-bit userspace to be pass elf validation
Frank Ch. Eigler
2009-03-27
1
-10
/
+24
|
*
Don't do beginning of statement check for .mark probes
Stan Cox
2009-03-27
1
-3
/
+7
|
*
PR10000: emit _stp_relocate* calculations correctly for kernel/module global ...
Frank Ch. Eigler
2009-03-27
1
-6
/
+19
|
*
build fix for RHEL4-era gcc 3.4.6
Frank Ch. Eigler
2009-03-24
1
-2
/
+3
|
*
PR9993: tracepoint toleration for undeclared types in trace/*.h headers
Frank Ch. Eigler
2009-03-24
1
-1
/
+19
|
*
Keep static probe parameters visible while inlining.
Stan Cox
2009-03-24
1
-10
/
+3
*
|
Wrap vma callbacks in STP_NEED_VMA_TRACKER.
Mark Wielaard
2009-04-01
1
-0
/
+12
*
|
Merge branch 'master' into pr6866
Mark Wielaard
2009-03-22
1
-2
/
+36
|
\
|
|
*
Cache the tracepoint query results
Josh Stone
2009-03-20
1
-1
/
+33
|
*
PR9967: don't count -DINTERRUPTIBLE=1 reentrancy against MAXSKIPPED
Frank Ch. Eigler
2009-03-20
1
-1
/
+3
*
|
Emit vma callbacks for uprobes.
Mark Wielaard
2009-03-20
1
-0
/
+20
*
|
Emit vma callbacks for itrace.
Mark Wielaard
2009-03-20
1
-0
/
+25
*
|
Explicitly emit utrace vma callbacks.
Mark Wielaard
2009-03-20
1
-48
/
+45
*
|
Move _stp_tf_vm_cb to sym.c.
Mark Wielaard
2009-03-20
1
-41
/
+0
*
|
Don't double include task_finder.c.
Mark Wielaard
2009-03-20
1
-1
/
+0
*
|
Merge branch 'master' into pr6866
Mark Wielaard
2009-03-20
1
-42
/
+86
|
\
|
|
*
PR9960: support tracepoint struct/union value arg
Josh Stone
2009-03-19
1
-3
/
+13
|
*
Throw type into semantic_error message of @cast when not found.
Mark Wielaard
2009-03-19
1
-1
/
+2
|
*
Disable kprobe blacklist in guru mode.
Lubomir Rintel
2009-03-19
1
-3
/
+11
|
*
rename process().itrace -> process().insn introduce process().insn.block
Frank Ch. Eigler
2009-03-19
1
-3
/
+10
|
*
PR9959: hide tracepoint arguments of unknown type
Josh Stone
2009-03-18
1
-18
/
+22
|
*
PR9959: improve tracepoint arg type-naming
Josh Stone
2009-03-18
1
-14
/
+26
|
*
Support tracepoints with no arguments
Josh Stone
2009-03-18
1
-0
/
+2
*
|
Remove __stp_tf_vm_cb from task_finder interface.
Mark Wielaard
2009-03-19
1
-2
/
+43
*
|
Merge branch 'master' into pr6866
Mark Wielaard
2009-03-17
1
-146
/
+945
|
\
|
|
*
Fix regression in tracepoint unregistration
Josh Stone
2009-03-16
1
-3
/
+8
|
*
Move vma module tracking from pr6866 branch to master.
Mark Wielaard
2009-03-15
1
-4
/
+0
|
*
Simplify tracepoint registrations
Josh Stone
2009-03-12
1
-28
/
+43
[next]