Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve sdt.h compatibility and test suite | Frank Ch. Eigler | 2009-03-11 | 1 | -20/+20 |
| | | | | | | Replaced cpp VA_ARGS in sdt.h with explicit enumeration of arguments (since with -pedantic, cpp has no varargs), and added a few more cflags variants to the sdt.exp test case. | ||||
* | Ensure args are available for postgres static probes. | Stan Cox | 2009-03-10 | 1 | -25/+25 |
| | | | | * includes/sys/sdt.h: Couple asm with its arg declaration. | ||||
* | Use alternate keywords for sdt.h | Stan Cox | 2009-03-09 | 1 | -136/+92 |
| | | | | * include/sys/sdt.h: Initialize args when declaring. Use alternate keywords. | ||||
* | Include sys/types.h in sdt.h for __uint64_t. | Mark Wielaard | 2009-03-09 | 1 | -0/+1 |
| | | | | * includes/sys/sdt.h: Add #include <sys/types.h>. | ||||
* | Put statements after declaration in sdt macros. Fix arg10 assignment. | Mark Wielaard | 2009-03-09 | 1 | -85/+140 |
| | | | | * includes/sys/sdt.h: Assign args, after declaration. | ||||
* | Only use plain C comments in sdt.h. | Mark Wielaard | 2009-03-09 | 1 | -10/+11 |
| | | | | includes/sys/sdt.h: Replace c++ comments with plain C comments. | ||||
* | Remove extra semi-colons from defines in sdt.h. | Mark Wielaard | 2009-03-09 | 1 | -3/+3 |
| | | | | | * includes/sys/sdt.h (STAP_PROBE_STRUCT_ARG): Remove ending semi-colon. (STAP_LABEL_REF): Likewise. | ||||
* | STAP_PROBE takes no extra arguments. | Mark Wielaard | 2009-03-06 | 1 | -2/+2 |
| | | | | * includes/sys/sdt.h (STAP_PROBE): Don't add __VA_ARGS__. | ||||
* | Create unique named labels. | Stan Cox | 2009-03-06 | 1 | -65/+94 |
| | | | | | * includes/sys/sdt.h (STAP_PROBEN_): New macros that take advantage of __COUNTER__ | ||||
* | Allow the same static user probe to be used multiple times per line. | Stan Cox | 2009-03-02 | 1 | -15/+41 |
| | | | | | * dtrace (provider): Add STAP_PROBE10. * includes/sys/sdt.h: Likewise. Convert labels to __label__ | ||||
* | 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 |