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

Uses of ProbeInfo in org.opensolaris.os.dtrace
 

Methods in org.opensolaris.os.dtrace that return ProbeInfo
 ProbeInfo Probe.getInfo()
          Gets information including attributes and argument types of the probe identified by Probe.getDescription().
 

Constructors in org.opensolaris.os.dtrace with parameters of type ProbeInfo
Probe(ProbeDescription probeDescription, ProbeInfo probeInfo)
          Creates a Probe instance with the given identifying description and associated probe information.