summaryrefslogtreecommitdiff
path: root/mydtrace.h
Commit message (Collapse)AuthorAgeFilesLines
* [perl #80548] Add the stash name to DTrace probesDavid Leadbeater2010-12-101-8/+8
| | | | | | | | | | | This adds an additional parameter to perl's dtrace probes with the stash name of the subroutine. This generally looks nicer than the filename but gives a similar level of context. As this is an additional parameter this will not have an impact on existing DTrace scripts. (Also due to the way DTrace works I believe it does not break binary compatibility and would be safe to backport to maint-5.12 if desired, but I'm not a DTrace expert.)
* Add dtrace supportAndy Armstrong2008-01-111-0/+42
Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net> with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) p4raw-id: //depot/perl@32953