[dtrace-discuss] Re: Chime and #includes -

Tom Erickson Tom.Erickson at Sun.COM
Fri Feb 2 23:26:33 PST 2007


This should work now with the latest Chime version:

    http://www.opensolaris.org/os/project/dtrace-chime/install/

In the wizard opened by the first toolbar button, go to step "5. Test Run the Display". There you can click the "Add" button to add a row under "DTrace Options" and select "cpp" from the pulldown.

Or, if you are generating the display from the command line, use -xcpp.

Or you can add the following to your .xml display description manually:

  <void property="options">
   <array class="org.opensolaris.os.dtrace.Option" length="1">
    <void index="0">
     <object class="org.opensolaris.os.dtrace.Option">
      <string>cpp</string>
      <string>set</string>
     </object>
    </void>
   </array>
  </void>

Tom
 
 
This message posted from opensolaris.org


More information about the dtrace-discuss mailing list