[DTrace-devel] Progress!

Kris Van Hees kris.van.hees at oracle.com
Fri Mar 6 11:43:32 PST 2020


I am happy to report that the work to integrate the new execution engine
support and the existing buffer processing is starting to yield results...

$ sudo ./build/run-dtrace -b 2m -n write:entry'{}' -n write:return'{}'
[sudo] password for kvanhees: 
dtrace: description 'write:entry' matched 1 probe
dtrace: description 'write:return' matched 1 probe
CPU     ID                    FUNCTION:NAME
  6  72538                      write:entry 
 15  72538                      write:entry 
 15  72537                     write:return 
 15  72538                      write:entry 
 15  72537                     write:return 



More information about the DTrace-devel mailing list