summaryrefslogtreecommitdiffstats
path: root/runtime/sdt.h
Commit message (Collapse)AuthorAgeFilesLines
* Move sdt.h to includes/sys and use in tests.Mark Wielaard2009-02-171-180/+0
|
* sdt.h (STAP_PROBE): Take provider and probe as arguments.Mark Wielaard2009-02-161-1/+1
|
* Fix )( typo in sdt.h STAP_PROBE9 parm9.Mark Wielaard2009-02-161-1/+1
|
* Handle c++ static user probes via .probe, c via .label.Stan Cox2009-02-151-99/+47
|
* Add STAP_PROBE7, 8 and 9 variants to sdt.h.Mark Wielaard2009-02-021-3/+72
|
* Add .label("label")Stan Cox2009-02-011-1/+1
|
* sdt.h (STAP_PROBE): Use "g", not "r", for asm args.Mark Wielaard2009-01-271-6/+6
|
* sdt.h (struct _probe_): Make probe_name a STAP_PROBE_STRUCT_ARG.Stan Cox2009-01-271-3/+3
|
* Fix syscall.exp.Stan Cox2009-01-261-1/+1
|
* sdt.h: DTRACE_PROBE5 is STAP_PROBE5, not 4, likewise for 6.Mark Wielaard2009-01-261-2/+2
|
* Add dtrace -h supportStan Cox2009-01-221-41/+71
|
* Add dtrace and sdt.hStan Cox2009-01-131-0/+133