Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR10399 dtrace should obey prefix install path | Mark Wielaard | 2009-07-15 | 1 | -183/+0 |
| | | | | | | | * dtrace: Renamed to... * dtrace.in: Add -I@prefix/include to gcc invocation. * configure.ac (AC_CONFIG_FILES): List dtrace. * configure: Regenerated. | ||||
* | Strip -o option suffix | Stan Cox | 2009-06-22 | 1 | -0/+2 |
| | | | | dtrace: Strip the -o option suffix. | ||||
* | Add experimental utrace/kprobe sdt support | Stan Cox | 2009-06-15 | 1 | -20/+59 |
| | | | | | | | | | | | | * sdt.h (EXPERIMENTAL_UTRACE_SDT, EXPERIMENTAL_KPROBE_SDT): New probe point macros. * dtrace: Add support for creating type debug info, currently invoked with --types. * tapsets.cxx (probe_table::convert_probe): New. (probe_table::convert_location): New. (dwarf_builder::build): Use it to simplify probe point handling. * sdt.exp (pbtype_flags, pbtype_mssgs): New to also test kprobe and utrace. * static_uprobes.exp (pbtype_flags, pbtype_mssgs): New to also test kprobe and utrace. | ||||
* | Output probe calling sequence comment | Stan Cox | 2009-04-17 | 1 | -13/+3 |
| | | | | * dtrace: Output probe calling sequence comment | ||||
* | Handle dtrace no argument macro case specially. | Stan Cox | 2009-04-16 | 1 | -5/+10 |
| | | | | * dtrace: No argument case is DTRACE_PROBE/STAP_PROBE. | ||||
* | Simplify dtrace. | Stan Cox | 2009-04-16 | 1 | -25/+16 |
| | | | | * dtrace: Simplify the macro generator. | ||||
* | add a space | Eugeniy Meshcheryakov | 2009-04-13 | 1 | -1/+1 |
| | |||||
* | Remove debugging line. | Stan Cox | 2009-03-24 | 1 | -1/+0 |
| | | | | * dtrace: Remove debugging line. | ||||
* | Allow the same static user probe to be used multiple times per line. | Stan Cox | 2009-03-02 | 1 | -0/+9 |
| | | | | | * 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 | -1/+2 |
| | |||||
* | PR 9850, use a list of arguments for call. | Mark Wielaard | 2009-02-16 | 1 | -2/+2 |
| | |||||
* | PR 9851, use os.path.splitext instead of string.replace. | Mark Wielaard | 2009-02-16 | 1 | -2/+3 |
| | |||||
* | PR 9849, use mkstemp. | Mark Wielaard | 2009-02-16 | 1 | -1/+3 |
| | |||||
* | dtrace: Handle (absense of) -o argument correctly. | Mark Wielaard | 2009-01-27 | 1 | -7/+7 |
| | |||||
* | Fix syscall.exp. | Stan Cox | 2009-01-26 | 1 | -1/+0 |
| | |||||
* | Add dtrace -h support | Stan Cox | 2009-01-22 | 1 | -32/+142 |
| | |||||
* | Add dtrace and sdt.h | Stan Cox | 2009-01-13 | 1 | -0/+35 |