Module openj9.traceformat
Package com.ibm.jvm.format
-
Class Summary Class Description ActiveSection Active section of a file header.Format2Tprof IncompleteTracePoint Merge Merges the trace entriesMessage MessageFile Acts as a template for mapping trace ids to messages.ProcessorSection Processor section of a file headerServiceSection Service section of a file header.StartupSection Startup section of a file header.TraceArgs Parses the arguments and make available to rest of the formatterTraceFile Encapsulates a trace "file" - In this case it is a single file on the disk.TraceFileHeader Encapsulates the header for a trace file.TraceFormat Main routine for formatting the trace file.TracePoint TraceRecord The Trace Record corresponds to a runtime Trace Buffer, it is responsible for formatting individual trace entries.TraceRecord50 Extends Trace Record.TraceRecordExternal Extends Trace Record.TraceRecordInternal Extends Trace Record.TraceSection Trace section of a file header.TraceThread Vector containing all trace records for a specific thread.Util Provides various utility functions needed by the trace formatter -
Exception Summary Exception Description InvalidSpannedRecordException This exception is thrown when the beginning of a buffer (including spanned record if any) is not the start of a record.