summaryrefslogtreecommitdiffstats
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* 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