public interface EBPFOffCPUProfilingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration()
where time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
|
EBPFProfilingStackMetadata |
getStacks(int index)
stack data in one task(thread)
|
int |
getStacksCount()
stack data in one task(thread)
|
List<EBPFProfilingStackMetadata> |
getStacksList()
stack data in one task(thread)
|
EBPFProfilingStackMetadataOrBuilder |
getStacksOrBuilder(int index)
stack data in one task(thread)
|
List<? extends EBPFProfilingStackMetadataOrBuilder> |
getStacksOrBuilderList()
stack data in one task(thread)
|
int |
getSwitchCount()
total count of the process is switched to off cpu by the scheduler.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<EBPFProfilingStackMetadata> getStacksList()
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;EBPFProfilingStackMetadata getStacks(int index)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;int getStacksCount()
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;List<? extends EBPFProfilingStackMetadataOrBuilder> getStacksOrBuilderList()
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;EBPFProfilingStackMetadataOrBuilder getStacksOrBuilder(int index)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;int getSwitchCount()
total count of the process is switched to off cpu by the scheduler.
int32 switchCount = 2;long getDuration()
where time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
int64 duration = 3;Copyright © 2022 The Apache Software Foundation. All rights reserved.