Changes between Initial Version and Version 1 of Ticket #180


Ignore:
Timestamp:
Oct 13, 2017, 10:46:02 AM (7 years ago)
Author:
jan vrany
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #180

    • Property Component defaultbuild scripts
    • Property Milestone8.1.0
  • Ticket #180 – Description

    initial v1  
    11Smalltalk/X has very basic support for [[https://sourceware.org/systemtap/|SystemTap]] for some time but we can do better.
    2 
    3 We should
    42
    53We should use probe definition file (`.d`). This would have several advantages:
     
    75  * it would allow to use `..._ENABLED()` macros when appropriate.
    86  * probe definition file makes a good place to document which probes are
    9     available and what's the meaning of the parameters (id any)
     7    available and what's the meaning of the parameters (if any)
    108
    119The downside of this is that we'd have to provide our own "fake" implementation of `dtrace` command to generate empty macros on platforms