Uses of Class
org.opensolaris.os.dtrace.Flow

Uses of Flow in org.opensolaris.os.dtrace
 

Methods in org.opensolaris.os.dtrace that return Flow
 Flow ProbeData.getFlow()
          Gets the current state of control flow (function entry or return, and depth in call stack) at the time of the probe firing that generated this ProbeData instance, or null if such information was not requested with the flowindent option.
 

Constructors in org.opensolaris.os.dtrace with parameters of type Flow
ProbeData(int enabledProbeID, int cpuID, ProbeDescription p, Flow f, java.util.List<Record> recordList)
          Creates a probe data instance with the given properties and list of records.