summaryrefslogtreecommitdiffstats
path: root/includes/sys
Commit message (Expand)AuthorAgeFilesLines
* Add kprobe user probe semaphore handling.Stan Cox2010-03-261-5/+5
* PR11427: port sdt.h to sparcTom Callaway2010-03-241-1/+1
* PR11364 sdt.h volatile for args isn't needed with gcc 4.5 or rh 4.4.3-10+Mark Wielaard2010-03-171-6/+4
* Be pessimistic about the gcc version as debuginfo has an undependable case (R...Stan Cox2010-03-101-1/+1
* sdt.h: rename volatile-control macro to STAP_SDT_VOLATILE. Document in NEWS.Frank Ch. Eigler2010-03-101-59/+61
* Include __GNUC_RH_RELEASE__ in the volatile check.Stan Cox2010-03-091-2/+5
* Check the gcc version using polynomial representation.Stan Cox2010-03-091-1/+2
* Only use volatile for sdt.h arguments when needed.Stan Cox2010-03-091-55/+61
* Purge sdt utrace support.Stan Cox2010-01-041-6/+3
* Handle .probes section big endian 32 bit case.Stan Cox2009-12-091-8/+10
* Add .library("lib").mark("mark") and use it for .mark semaphores.Stan Cox2009-12-081-1/+1
* reorganize app tests; rewrite tcl as sample of improvementsFrank Ch. Eigler2009-10-311-1/+1
* Add DTRACE_PROBE10.Mark Wielaard2009-10-141-0/+2
* Always mark .probes section as writable.Mark Wielaard2009-09-181-5/+3
* Whitespace cleanups in sdt.hJosh Stone2009-09-171-60/+60
* Ensure that STAP_PROBE behaves like a single statementJosh Stone2009-09-171-43/+22
* * sdt.h (STAP_SEMAPHORE): New. Add guard to utrace probe points.Stan Cox2009-09-161-4/+32
* PR10512 Referencing computed goto labels in c++ constructors does work.Mark Wielaard2009-08-181-23/+0
* Use nop instructions without parameters on armEugeniy Meshcheryakov2009-08-081-1/+1
* * tapsets.cxx (dwarf_builder::probe_table::convert_probe):Stan Cox2009-07-201-13/+11
* PR10381 sdt.h macros create relocatable addresses in non-writable section.Mark Wielaard2009-07-101-1/+9
* Clarify sdt.h license for public domain.Stan Cox2009-07-081-1/+1
* Do not use GPL for sdt.h.Stan Cox2009-07-081-5/+1
* Correctly find probes for -m32 executables.Stan Cox2009-06-191-0/+1
* Cast STAP_PROBE1 parameter.Stan Cox2009-06-181-4/+4
* Add experimental utrace/kprobe sdt supportStan Cox2009-06-151-123/+285
* PR10172 sdt.h on powerpc Error: junk at end of line: `0'Mark Wielaard2009-05-201-1/+1
* PR10139 Mark .probes section SHF_ALLOC.Mark Wielaard2009-05-141-1/+2
* Avoid a uprobe break setting problem by avoiding 'nop 0' on x86.Stan Cox2009-04-231-11/+17
* Avoid 64 bit address value on a 32 bit machine.Stan Cox2009-04-221-2/+8
* Make sdt.h big endian aware.Stan Cox2009-04-221-13/+13
* Use alloca trick to keep argN active on GCC 4.1.Stan Cox2009-04-011-14/+34
* Use read operand "g" constraints.Stan Cox2009-03-241-10/+10
* Keep static probe parameters visible while inlining.Stan Cox2009-03-241-94/+123
* Make .probes 32 bit aware and simplify label handling.Stan Cox2009-03-231-62/+56
* Define static user probe point using asm instead of c.Stan Cox2009-03-201-73/+50
* improve sdt.h compatibility and test suiteFrank Ch. Eigler2009-03-111-20/+20
* Ensure args are available for postgres static probes.Stan Cox2009-03-101-25/+25
* Use alternate keywords for sdt.hStan Cox2009-03-091-136/+92
* Include sys/types.h in sdt.h for __uint64_t.Mark Wielaard2009-03-091-0/+1
* Put statements after declaration in sdt macros. Fix arg10 assignment.Mark Wielaard2009-03-091-85/+140
* Only use plain C comments in sdt.h.Mark Wielaard2009-03-091-10/+11
* Remove extra semi-colons from defines in sdt.h.Mark Wielaard2009-03-091-3/+3
* STAP_PROBE takes no extra arguments.Mark Wielaard2009-03-061-2/+2
* Create unique named labels.Stan Cox2009-03-061-65/+94
* Allow the same static user probe to be used multiple times per line.Stan Cox2009-03-021-15/+41
* Always emit .probes section; use .label method as a backup strategyStan Cox2009-02-181-12/+5
* use "X" asm constraint for user-space marker parmsFrank Ch. Eigler2009-02-171-5/+5
* Move sdt.h to includes/sys and use in tests.Mark Wielaard2009-02-171-0/+180