TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification

Package org.eclipse.tptp.trace.arm.internal.agent.trace.events

Interface Summary
IBaseRecord The IBaseRecord defines the interface to the BaseRecord.
 

Class Summary
AgentEntryRecord The AgentEntryRecord contains the information required to create an agentCreate trace event.
AgentOptionRecord Represents an option that was set on an agent.
BaseRecord The BaseRecord defines the elements to be included in all types of Hyades trace events.
ClassDefinitionRecord The ClassDefinitionRecord contains the information required to create a classDef trace event.
InvocationContextRecord The InvocationContextRecord contains information about a remotely executed method, over a distributed environment.
MethodDefinitionRecord The MethodDefinitionRecord defines a method according to the class it belongs to, the specific object instance of the class, and the thread that the method is invoked from.
MethodEventRecord The MethodEventRecord defines a method call (entry to the method or the exit event on the method).
MethodInvocationsRecord The MethodInvocationsRecord contains the information required to create a methodInvocations trace event.
MethodRecord  
NodeEntryRecord The NodeEntryRecord contains the information required to create an node trace event.
ObjectAllocationRecord The ObjectAllocationRecord contains the information required to create a objAlloc trace event.
ProcessEntryRecord The ProcessEntryRecord contains the information required to create an processEntry trace event.
RemoteMethodEventRecord The RemoteMethodEventRecord defines a remote method call (entry to the method or the exit event on the method).
ThreadStartRecord The ThreadStartRecord contains the information required to create an threadStart trace event.
TraceStartRecord The TraceStartRecord contains the information required to create an traceStart trace event.
TraceStopRecord The TraceStopRecord can be used to indicate the end of a trace.
 


TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification