Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
org.openjdk.jmc.flightrecorder | |
org.openjdk.jmc.flightrecorder.internal.parser.v0.factories | |
org.openjdk.jmc.flightrecorder.internal.parser.v1 | |
org.openjdk.jmc.flightrecorder.jdk | |
org.openjdk.jmc.flightrecorder.parser.synthetic | |
org.openjdk.jmc.flightrecorder.rules.jdk.general | |
org.openjdk.jmc.flightrecorder.rules.tree | |
org.openjdk.jmc.flightrecorder.rules.util |
Modifier and Type | Field and Description |
---|---|
static ContentType<IMCThread> |
UnitLookup.THREAD |
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCThread> |
JfrAttributes.EVENT_THREAD |
Modifier and Type | Class and Description |
---|---|
(package private) class |
JfrThread
A thread.
|
Modifier and Type | Method and Description |
---|---|
IMCThread |
JavaThreadFactory.createObject(long identifier,
java.lang.Object o) |
IMCThread |
OSThreadFactory.createObject(long identifier,
java.lang.Object o) |
Modifier and Type | Method and Description |
---|---|
ContentType<IMCThread> |
JavaThreadFactory.getContentType() |
ContentType<IMCThread> |
OSThreadFactory.getContentType() |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
StructTypes.JfrThread |
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCThread> |
JdkAttributes.CALLER |
static IAttribute<IMCThread> |
JdkAttributes.MONITOR_PREVIOUS_OWNER |
Modifier and Type | Field and Description |
---|---|
private static IAttribute<IMCThread> |
SyntheticAttributeExtension.ALLOC_STATISTICS_THREAD |
private static IAttribute<IMCThread> |
SyntheticAttributeExtension.EXECUTION_SAMPLES_THREAD |
Modifier and Type | Field and Description |
---|---|
private static IAggregator<java.lang.Iterable<? extends GroupingAggregator.GroupEntry<IMCThread,Aggregators.CountConsumer>>,?> |
FewSampledThreadsRule.SAMPLES_PER_THREAD |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<IMCThread,Range> |
TimeRangeThreadFilter.rangeMap |
Modifier and Type | Method and Description |
---|---|
java.util.Map<IMCThread,Range> |
TimeRangeThreadFilter.getRangeMap()
Get the range map.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
TimeRangeThreadFilter.toString(java.util.Map<IMCThread,Range> rangeMap) |
Constructor and Description |
---|
TimeRangeThreadFilter(IMCThread thread,
Range range)
Create an item filter based on a ranges per thread.
|
Constructor and Description |
---|
TimeRangeThreadFilter(java.util.Map<IMCThread,Range> rangeMap)
Create an item filter based on a ranges per thread.
|
Modifier and Type | Method and Description |
---|---|
static IMCThread |
RulesToolkit.getThread(IItem item)
Convenience method to get the event thread value from a specific event.
|