Interface EBPFOnCPUProfilingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EBPFOnCPUProfiling,EBPFOnCPUProfiling.Builder
public interface EBPFOnCPUProfilingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintstack countsgetStacks(int index) stack data in one task(thread)intstack data in one task(thread)stack data in one task(thread)getStacksOrBuilder(int index) stack data in one task(thread)List<? extends EBPFProfilingStackMetadataOrBuilder>stack data in one task(thread)Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStacksList
List<EBPFProfilingStackMetadata> getStacksList()stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1; -
getStacks
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1; -
getStacksCount
int getStacksCount()stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1; -
getStacksOrBuilderList
List<? extends EBPFProfilingStackMetadataOrBuilder> getStacksOrBuilderList()stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1; -
getStacksOrBuilder
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1; -
getDumpCount
int getDumpCount()stack counts
int32 dumpCount = 2;- Returns:
- The dumpCount.
-