Serialized Form
-
Package org.opensolaris.os.dtrace
-
Class org.opensolaris.os.dtrace.Aggregate extends java.lang.Object implements Serializable
- serialVersionUID:
- 3180340417154076628L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Serialize thisAggregate
instance.- Serial Data:
- Serialized fields are emitted, followed by a
List
ofAggregation
instances. - Throws:
java.io.IOException
-
-
Serialized Fields
-
snaptime
long snaptime
-
-
Class org.opensolaris.os.dtrace.Aggregation extends java.lang.Object implements Serializable
- serialVersionUID:
- 2340811719178724026L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Serialize thisAggregation
instance.- Serial Data:
- Serialized fields are emitted, followed by a
List
ofAggregationRecord
instances. - Throws:
java.io.IOException
-
-
Serialized Fields
-
id
long id
-
name
java.lang.String name
-
-
Class org.opensolaris.os.dtrace.AggregationRecord extends java.lang.Object implements Serializable
- serialVersionUID:
- -4367614268579702616L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
ordinal
int ordinal
-
tuple
Tuple tuple
-
value
AggregationValue value
-
-
Class org.opensolaris.os.dtrace.AvgValue extends org.opensolaris.os.dtrace.AbstractAggregationValue implements Serializable
- serialVersionUID:
- 1633169020110237906L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
count
long count
-
total
long total
-
-
Class org.opensolaris.os.dtrace.ConsumerEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1659441401142401810L
-
Serialized Fields
-
timestamp
long timestamp
-
-
Class org.opensolaris.os.dtrace.ConsumerException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -2125855097525822644L
-
Serialized Fields
-
notificationObject
java.lang.Object notificationObject
-
-
Class org.opensolaris.os.dtrace.CountValue extends org.opensolaris.os.dtrace.AbstractAggregationValue implements Serializable
- serialVersionUID:
- 5948954123445410783L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Class org.opensolaris.os.dtrace.DataEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 3068774547474769821L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
probeData
ProbeData probeData
-
-
Class org.opensolaris.os.dtrace.Distribution extends java.lang.Object implements Serializable
- serialVersionUID:
- 1186243118882654932L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
buckets
java.util.List<Distribution.Bucket> buckets
-
-
Class org.opensolaris.os.dtrace.Distribution.Bucket extends java.lang.Object implements Serializable
- serialVersionUID:
- 4863264115375406295L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
frequency
long frequency
-
max
long max
-
min
long min
-
-
Class org.opensolaris.os.dtrace.Drop extends java.lang.Object implements Serializable
- serialVersionUID:
- 26653827678657381L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
count
long count
-
cpu
int cpu
-
defaultMessage
java.lang.String defaultMessage
-
kind
Drop.Kind kind
-
total
long total
-
-
Class org.opensolaris.os.dtrace.DropEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 5454623535426339134L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
drop
Drop drop
-
-
Class org.opensolaris.os.dtrace.DTraceException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -4048327080469337476L
-
Class org.opensolaris.os.dtrace.Error extends java.lang.Object implements Serializable
- serialVersionUID:
- 5069931629562700614L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
action
int action
-
address
long address
-
cpu
int cpu
-
defaultMessage
java.lang.String defaultMessage
-
epid
int epid
-
fault
java.lang.String fault
-
offset
int offset
-
probeDescription
ProbeDescription probeDescription
-
-
Class org.opensolaris.os.dtrace.ErrorEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 2236600660422267215L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
error
Error error
-
-
Class org.opensolaris.os.dtrace.ExitRecord extends java.lang.Object implements Serializable
- serialVersionUID:
- -2062716683135961493L
-
Serialized Fields
-
status
int status
-
-
Class org.opensolaris.os.dtrace.Flow extends java.lang.Object implements Serializable
- serialVersionUID:
- -9178272444872063901L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
depth
int depth
-
kind
Flow.Kind kind
-
-
Class org.opensolaris.os.dtrace.InterfaceAttributes extends java.lang.Object implements Serializable
- serialVersionUID:
- -2814012588381562694L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
dataStability
InterfaceAttributes.Stability dataStability
-
dependencyClass
InterfaceAttributes.DependencyClass dependencyClass
-
nameStability
InterfaceAttributes.Stability nameStability
-
-
Class org.opensolaris.os.dtrace.KernelStackRecord extends java.lang.Object implements Serializable
- serialVersionUID:
- 8616454544771346573L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
rawStackData
byte[] rawStackData
-
stackFrames
StackFrame[] stackFrames
-
-
Class org.opensolaris.os.dtrace.KernelSymbolRecord extends java.lang.Object implements Serializable
- serialVersionUID:
- -7156627773519296848L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
address
long address
-
symbol
java.lang.String symbol
-
-
Class org.opensolaris.os.dtrace.LinearDistribution extends Distribution implements Serializable
- serialVersionUID:
- 7100080045858770132L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
base
long base
-
step
long step
-
-
Class org.opensolaris.os.dtrace.LogDistribution extends Distribution implements Serializable
- serialVersionUID:
- -1279719751212721961L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Class org.opensolaris.os.dtrace.LogLinearDistribution extends Distribution implements Serializable
- serialVersionUID:
- 6271156690706677711L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
base
long base
-
encValue
long encValue
-
rangeCache
long[][] rangeCache
-
-
Class org.opensolaris.os.dtrace.MaxValue extends org.opensolaris.os.dtrace.AbstractAggregationValue implements Serializable
- serialVersionUID:
- -7761988758448759253L
-
Class org.opensolaris.os.dtrace.MinValue extends org.opensolaris.os.dtrace.AbstractAggregationValue implements Serializable
- serialVersionUID:
- -3903522347795401289L
-
Class org.opensolaris.os.dtrace.Option extends java.lang.Object implements Serializable
- serialVersionUID:
- 2734100173861424920L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.String value
-
-
Class org.opensolaris.os.dtrace.PrintaRecord extends java.lang.Object implements Serializable
- serialVersionUID:
- -4174277639915895694L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Serialize thisPrintaRecord
instance.- Serial Data:
- Serialized fields are emitted, followed by the formatted output string.
- Throws:
java.io.IOException
-
-
Serialized Fields
-
aggregations
java.util.List<Aggregation> aggregations
-
formattedStrings
java.util.Map<Tuple,java.lang.String> formattedStrings
-
snaptime
long snaptime
-
tuples
java.util.List<Tuple> tuples
-
-
Class org.opensolaris.os.dtrace.PrintfRecord extends java.lang.Object implements Serializable
- serialVersionUID:
- 727237355963977675L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
formattedString
java.lang.String formattedString
-
records
java.util.List<ValueRecord> records
-
-
Class org.opensolaris.os.dtrace.Probe extends java.lang.Object implements Serializable
- serialVersionUID:
- 8917481979541675727L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
description
ProbeDescription description
-
info
ProbeInfo info
-
-
Class org.opensolaris.os.dtrace.ProbeData extends java.lang.Object implements Serializable
- serialVersionUID:
- -7021504416192099215L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
cpu
int cpu
-
enabledProbeDescription
ProbeDescription enabledProbeDescription
-
epid
int epid
-
flow
Flow flow
-
records
java.util.List<Record> records
-
-
Class org.opensolaris.os.dtrace.ProbeDescription extends java.lang.Object implements Serializable
- serialVersionUID:
- 5978023304364513667L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
function
java.lang.String function
-
id
int id
-
module
java.lang.String module
-
name
java.lang.String name
-
provider
java.lang.String provider
-
-
Class org.opensolaris.os.dtrace.ProbeInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 1057402669978245904L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
argumentAttributes
InterfaceAttributes argumentAttributes
-
probeAttributes
InterfaceAttributes probeAttributes
-
-
Class org.opensolaris.os.dtrace.ProcessEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- -3779443761929558702L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
processState
ProcessState processState
-
-
Class org.opensolaris.os.dtrace.ProcessState extends java.lang.Object implements Serializable
- serialVersionUID:
- -3395911213431317292L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
exitStatus
java.lang.Integer exitStatus
-
message
java.lang.String message
-
processID
int processID
-
state
ProcessState.State state
-
terminationSignal
int terminationSignal
-
terminationSignalName
java.lang.String terminationSignalName
-
-
Class org.opensolaris.os.dtrace.Program extends java.lang.Object implements Serializable
- serialVersionUID:
- 364989786308628466L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
consumerID
org.opensolaris.os.dtrace.LocalConsumer.Identifier consumerID
-
contents
java.lang.String contents
-
id
int id
Identifies this program among all of a consumer's programs. Set by native code. -
info
ProgramInfo info
-
-
Class org.opensolaris.os.dtrace.Program.File extends Program implements Serializable
- serialVersionUID:
- 6217493430514165300L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
file
java.io.File file
-
-
Class org.opensolaris.os.dtrace.ProgramInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 663862981171935056L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
matchingProbeCount
int matchingProbeCount
-
minimumProbeAttributes
InterfaceAttributes minimumProbeAttributes
-
minimumStatementAttributes
InterfaceAttributes minimumStatementAttributes
-
-
Class org.opensolaris.os.dtrace.ScalarRecord extends java.lang.Object implements Serializable
- serialVersionUID:
- -6920826443240176724L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
numberOfBytes
int numberOfBytes
-
value
java.lang.Object value
-
-
Class org.opensolaris.os.dtrace.StackFrame extends java.lang.Object implements Serializable
- serialVersionUID:
- 8617210929132692711L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
frame
java.lang.String frame
-
-
Class org.opensolaris.os.dtrace.StddevValue extends org.opensolaris.os.dtrace.AbstractAggregationValue implements Serializable
- serialVersionUID:
- 6409878160513885375L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
count
long count
-
total
long total
-
totalSquares
java.math.BigInteger totalSquares
-
-
Class org.opensolaris.os.dtrace.SumValue extends org.opensolaris.os.dtrace.AbstractAggregationValue implements Serializable
- serialVersionUID:
- 4929338907817617943L
-
Class org.opensolaris.os.dtrace.Tuple extends java.lang.Object implements Serializable
- serialVersionUID:
- 5192674716869462720L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
elements
java.util.List<ValueRecord> elements
-
-
Class org.opensolaris.os.dtrace.UserStackRecord extends java.lang.Object implements Serializable
- serialVersionUID:
- -4195269026915862308L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Serialize thisUserStackRecord
instance.- Serial Data:
- Serialized fields are emitted, followed first by this
record's stack frames as an array of type
String
, then by this record's raw stack data as an array of bytes. - Throws:
java.io.IOException
-
-
Serialized Fields
-
processID
int processID
-
-
Class org.opensolaris.os.dtrace.UserSymbolRecord extends java.lang.Object implements Serializable
- serialVersionUID:
- -591954442654439794L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Serialize thisUserSymbolRecord
instance.- Serial Data:
- processID (
int
), followed by symbol (java.lang.String
), followed by address (long
) - Throws:
java.io.IOException
-
-
Class org.opensolaris.os.dtrace.UserSymbolRecord.Value extends java.lang.Object implements Serializable
- serialVersionUID:
- -91449037747641135L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
address
long address
-
processID
int processID
-
-