Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [perl #80548] Add the stash name to DTrace probes | David Leadbeater | 2010-12-10 | 1 | -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 support | Andy Armstrong | 2008-01-11 | 1 | -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 |