Uses of Interface
org.openjdk.jmc.common.IMCStackTrace
-
Packages that use IMCStackTrace 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 -
-
Uses of IMCStackTrace in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IMCStackTrace Modifier and Type Field Description static ContentType<IMCStackTrace>
UnitLookup. STACKTRACE
-
Uses of IMCStackTrace in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IMCStackTrace Modifier and Type Class Description class
MCStackTrace
Base class for stack traces.Methods in org.openjdk.jmc.common.util with parameters of type IMCStackTrace Modifier and Type Method 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. -
Uses of IMCStackTrace in org.openjdk.jmc.flightrecorder
Fields in org.openjdk.jmc.flightrecorder with type parameters of type IMCStackTrace Modifier and Type Field Description static IAttribute<IMCStackTrace>
JfrAttributes. EVENT_STACKTRACE
Methods in org.openjdk.jmc.flightrecorder with parameters of type IMCStackTrace Modifier and Type Method Description private void
RecordingPrinter. printTrace(IMCStackTrace trace)
-
Uses of IMCStackTrace in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories with type parameters of type IMCStackTrace Modifier and Type Field Description private CanonicalConstantMap<IMCStackTrace>
StackTraceFactory. traceMap
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return IMCStackTrace Modifier and Type Method Description IMCStackTrace
StackTraceFactory. createObject(long identifier, java.lang.Object o)
private IMCStackTrace
StackTraceFactory. createTrace(java.lang.Object o)
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return types with arguments of type IMCStackTrace Modifier and Type Method Description ContentType<IMCStackTrace>
StackTraceFactory. getContentType()
Constructor parameters in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories with type arguments of type IMCStackTrace Constructor Description StackTraceFactory(ValueDescriptor[] traceDescriptors, CanonicalConstantMap<IMCStackTrace> traceMap)
-
Uses of IMCStackTrace in org.openjdk.jmc.flightrecorder.internal.parser.v1
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v1 that implement IMCStackTrace Modifier and Type Class Description (package private) static class
StructTypes.JfrStackTrace
-
Uses of IMCStackTrace in org.openjdk.jmc.flightrecorder.parser.synthetic
Fields in org.openjdk.jmc.flightrecorder.parser.synthetic with type parameters of type IMCStackTrace Modifier and Type Field Description private static IAttribute<IMCStackTrace>
SyntheticAttributeExtension. EXECUTION_SAMPLES_STACKTRACE
-
Uses of IMCStackTrace in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders
Fields in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders with type parameters of type IMCStackTrace Modifier and Type Field Description static IAccessorFactory<IMCStackTrace>
MethodProfilingDataProvider. PATH_ACCESSOR_FACTORY
-
Uses of IMCStackTrace in org.openjdk.jmc.flightrecorder.rules.jdk.latency
Fields in org.openjdk.jmc.flightrecorder.rules.jdk.latency declared as IMCStackTrace Modifier and Type Field Description (package private) IMCStackTrace
MethodProfilingRule.MethodProfilingWindowResult. path
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.latency that return types with arguments of type IMCStackTrace Modifier and Type Method Description private Pair<MethodProfilingRule.MethodProfilingWindowResult,java.util.Map<IMCStackTrace,MethodProfilingRule.MethodProfilingWindowResult>>
MethodProfilingRule. getInterestingMethods(java.util.List<MethodProfilingRule.MethodProfilingWindowResult> windowResults)
Method parameters in org.openjdk.jmc.flightrecorder.rules.jdk.latency with type arguments of type IMCStackTrace Modifier and Type Method Description private java.lang.String
MethodProfilingRule. buildResultList(java.util.Map<IMCStackTrace,MethodProfilingRule.MethodProfilingWindowResult> percentByMethod)
Constructors in org.openjdk.jmc.flightrecorder.rules.jdk.latency with parameters of type IMCStackTrace Constructor Description MethodProfilingWindowResult(IMCMethod method, IMCStackTrace path, IQuantity ratio, IQuantity actualRatio, IRange<IQuantity> window)
-
Uses of IMCStackTrace in org.openjdk.jmc.flightrecorder.stacktrace
Fields in org.openjdk.jmc.flightrecorder.stacktrace with type parameters of type IMCStackTrace Modifier and Type Field Description private IMemberAccessor<IMCStackTrace,IItem>
StacktraceModel. accessor
-