Actions
Bug #7085
closedadd support for "if" and "else" statements in dtrace
Start date:
2016-06-08
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Add syntactic sugar to dtrace: "if" and "else" statements. The sugar is baked down to standard dtrace features by adding additional clauses with the appropriate predicates.
Updated by Electric Monk over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit c3bd3abd8856e8e75d820f65c58031cd6cbac818
commit c3bd3abd8856e8e75d820f65c58031cd6cbac818 Author: Matthew Ahrens <mahrens@delphix.com> Date: 2016-08-11T23:23:34.000Z 7085 add support for "if" and "else" statements in dtrace Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions