Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |