Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
org.openjdk.jmc.common.util | |
org.openjdk.jmc.flightrecorder | |
org.openjdk.jmc.flightrecorder.internal.parser.v0.factories | |
org.openjdk.jmc.flightrecorder.internal.parser.v1 | |
org.openjdk.jmc.flightrecorder.parser.synthetic | |
org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders | |
org.openjdk.jmc.flightrecorder.rules.jdk.latency | |
org.openjdk.jmc.flightrecorder.stacktrace |
Modifier and Type | Field and Description |
---|---|
static ContentType<IMCStackTrace> |
UnitLookup.STACKTRACE |
Modifier and Type | Class and Description |
---|---|
class |
MCStackTrace
Base class for stack traces.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
FormatToolkit.getHumanReadable(IMCStackTrace trace)
Get a human readable string representing a stack trace, displays all available information.
|
static java.lang.String |
FormatToolkit.getHumanReadable(IMCStackTrace trace,
boolean showReturnValue,
boolean showReturnValuePackage,
boolean showClassName,
boolean showClassPackageName,
boolean showArguments,
boolean showArgumentsPackage,
int maximumVisibleStackTraceElements,
java.lang.String indent,
java.lang.String linePrefix,
java.lang.String lineSeparator)
Get a human readable string representing a stack trace.
|
static java.lang.String |
FormatToolkit.getHumanReadable(IMCStackTrace trace,
java.lang.String indent,
java.lang.String linePrefix,
java.lang.String lineSeparator)
Get a human readable string representing a stack trace, displays all available information.
|
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCStackTrace> |
JfrAttributes.EVENT_STACKTRACE |
Modifier and Type | Method and Description |
---|---|
private void |
RecordingPrinter.printTrace(IMCStackTrace trace) |
Modifier and Type | Field and Description |
---|---|
private CanonicalConstantMap<IMCStackTrace> |
StackTraceFactory.traceMap |
Modifier and Type | Method and Description |
---|---|
IMCStackTrace |
StackTraceFactory.createObject(long identifier,
java.lang.Object o) |
private IMCStackTrace |
StackTraceFactory.createTrace(java.lang.Object o) |
Modifier and Type | Method and Description |
---|---|
ContentType<IMCStackTrace> |
StackTraceFactory.getContentType() |
Constructor and Description |
---|
StackTraceFactory(ValueDescriptor[] traceDescriptors,
CanonicalConstantMap<IMCStackTrace> traceMap) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
StructTypes.JfrStackTrace |
Modifier and Type | Field and Description |
---|---|
private static IAttribute<IMCStackTrace> |
SyntheticAttributeExtension.EXECUTION_SAMPLES_STACKTRACE |
Modifier and Type | Field and Description |
---|---|
static IAccessorFactory<IMCStackTrace> |
MethodProfilingDataProvider.PATH_ACCESSOR_FACTORY |
Modifier and Type | Field and Description |
---|---|
(package private) IMCStackTrace |
MethodProfilingRule.MethodProfilingWindowResult.path |
Modifier and Type | Method and Description |
---|---|
private Pair<MethodProfilingRule.MethodProfilingWindowResult,java.util.Map<IMCStackTrace,MethodProfilingRule.MethodProfilingWindowResult>> |
MethodProfilingRule.getInterestingMethods(java.util.List<MethodProfilingRule.MethodProfilingWindowResult> windowResults) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
MethodProfilingRule.buildResultList(java.util.Map<IMCStackTrace,MethodProfilingRule.MethodProfilingWindowResult> percentByMethod) |
Constructor and Description |
---|
MethodProfilingWindowResult(IMCMethod method,
IMCStackTrace path,
IQuantity ratio,
IQuantity actualRatio,
IRange<IQuantity> window) |
Modifier and Type | Field and Description |
---|---|
private IMemberAccessor<IMCStackTrace,IItem> |
StacktraceModel.accessor |