org.opensolaris.os.dtrace
Interface SymbolValueRecord

All Superinterfaces:
Record, ValueRecord
All Known Implementing Classes:
KernelSymbolRecord, UserSymbolRecord

public interface SymbolValueRecord
extends ValueRecord

A value generated by the DTrace mod(), func(), sym(), umod(), ufunc() or usym() action used to lookup the symbol associated with an address in probe context.


Method Summary
 long getAddress()
          Gets the symbol address.
 java.lang.String getSymbol()
          Gets the result of the address lookup.
 
Methods inherited from interface org.opensolaris.os.dtrace.ValueRecord
getValue
 

Method Detail

getSymbol

java.lang.String getSymbol()
Gets the result of the address lookup.

Returns:
non-null address lookup in the format defined by the native DTrace library

getAddress

long getAddress()
Gets the symbol address.

Returns:
the symbol address