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
/
includes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Purge sdt utrace support.
Stan Cox
2010-01-04
1
-6
/
+3
*
Handle .probes section big endian 32 bit case.
Stan Cox
2009-12-09
1
-8
/
+10
*
Add .library("lib").mark("mark") and use it for .mark semaphores.
Stan Cox
2009-12-08
1
-1
/
+1
*
reorganize app tests; rewrite tcl as sample of improvements
Frank Ch. Eigler
2009-10-31
1
-1
/
+1
*
Add DTRACE_PROBE10.
Mark Wielaard
2009-10-14
1
-0
/
+2
*
Always mark .probes section as writable.
Mark Wielaard
2009-09-18
1
-5
/
+3
*
Whitespace cleanups in sdt.h
Josh Stone
2009-09-17
1
-60
/
+60
*
Ensure that STAP_PROBE behaves like a single statement
Josh Stone
2009-09-17
1
-43
/
+22
*
* sdt.h (STAP_SEMAPHORE): New. Add guard to utrace probe points.
Stan Cox
2009-09-16
1
-4
/
+32
*
PR10512 Referencing computed goto labels in c++ constructors does work.
Mark Wielaard
2009-08-18
1
-23
/
+0
*
Use nop instructions without parameters on arm
Eugeniy Meshcheryakov
2009-08-08
1
-1
/
+1
*
* tapsets.cxx (dwarf_builder::probe_table::convert_probe):
Stan Cox
2009-07-20
1
-13
/
+11
*
PR10381 sdt.h macros create relocatable addresses in non-writable section.
Mark Wielaard
2009-07-10
1
-1
/
+9
*
Clarify sdt.h license for public domain.
Stan Cox
2009-07-08
1
-1
/
+1
*
Do not use GPL for sdt.h.
Stan Cox
2009-07-08
1
-5
/
+1
*
Correctly find probes for -m32 executables.
Stan Cox
2009-06-19
1
-0
/
+1
*
Cast STAP_PROBE1 parameter.
Stan Cox
2009-06-18
1
-4
/
+4
*
Add experimental utrace/kprobe sdt support
Stan Cox
2009-06-15
1
-123
/
+285
*
PR10172 sdt.h on powerpc Error: junk at end of line: `0'
Mark Wielaard
2009-05-20
1
-1
/
+1
*
PR10139 Mark .probes section SHF_ALLOC.
Mark Wielaard
2009-05-14
1
-1
/
+2
*
Avoid a uprobe break setting problem by avoiding 'nop 0' on x86.
Stan Cox
2009-04-23
1
-11
/
+17
*
Avoid 64 bit address value on a 32 bit machine.
Stan Cox
2009-04-22
1
-2
/
+8
*
Make sdt.h big endian aware.
Stan Cox
2009-04-22
1
-13
/
+13
*
Use alloca trick to keep argN active on GCC 4.1.
Stan Cox
2009-04-01
1
-14
/
+34
*
Use read operand "g" constraints.
Stan Cox
2009-03-24
1
-10
/
+10
*
Keep static probe parameters visible while inlining.
Stan Cox
2009-03-24
1
-94
/
+123
*
Make .probes 32 bit aware and simplify label handling.
Stan Cox
2009-03-23
1
-62
/
+56
*
Define static user probe point using asm instead of c.
Stan Cox
2009-03-20
1
-73
/
+50
*
improve sdt.h compatibility and test suite
Frank Ch. Eigler
2009-03-11
1
-20
/
+20
*
Ensure args are available for postgres static probes.
Stan Cox
2009-03-10
1
-25
/
+25
*
Use alternate keywords for sdt.h
Stan Cox
2009-03-09
1
-136
/
+92
*
Include sys/types.h in sdt.h for __uint64_t.
Mark Wielaard
2009-03-09
1
-0
/
+1
*
Put statements after declaration in sdt macros. Fix arg10 assignment.
Mark Wielaard
2009-03-09
1
-85
/
+140
*
Only use plain C comments in sdt.h.
Mark Wielaard
2009-03-09
1
-10
/
+11
*
Remove extra semi-colons from defines in sdt.h.
Mark Wielaard
2009-03-09
1
-3
/
+3
*
STAP_PROBE takes no extra arguments.
Mark Wielaard
2009-03-06
1
-2
/
+2
*
Create unique named labels.
Stan Cox
2009-03-06
1
-65
/
+94
*
Allow the same static user probe to be used multiple times per line.
Stan Cox
2009-03-02
1
-15
/
+41
*
Always emit .probes section; use .label method as a backup strategy
Stan Cox
2009-02-18
1
-12
/
+5
*
use "X" asm constraint for user-space marker parms
Frank Ch. Eigler
2009-02-17
1
-5
/
+5
*
Move sdt.h to includes/sys and use in tests.
Mark Wielaard
2009-02-17
1
-0
/
+180