Interface EBPFProfilingStackMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EBPFProfilingStackMetadata,EBPFProfilingStackMetadata.Builder
public interface EBPFProfilingStackMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintstack id from kernel providegetStackSymbols(int index) stack symbolscom.google.protobuf.ByteStringgetStackSymbolsBytes(int index) stack symbolsintstack symbolsstack symbolsstack typeintstack typeMethods 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
-
getStackTypeValue
int getStackTypeValue()stack type
.skywalking.v3.EBPFProfilingStackType stackType = 1;- Returns:
- The enum numeric value on the wire for stackType.
-
getStackType
EBPFProfilingStackType getStackType()stack type
.skywalking.v3.EBPFProfilingStackType stackType = 1;- Returns:
- The stackType.
-
getStackId
int getStackId()stack id from kernel provide
int32 stackId = 2;- Returns:
- The stackId.
-
getStackSymbolsList
stack symbols
repeated string stackSymbols = 3;- Returns:
- A list containing the stackSymbols.
-
getStackSymbolsCount
int getStackSymbolsCount()stack symbols
repeated string stackSymbols = 3;- Returns:
- The count of stackSymbols.
-
getStackSymbols
stack symbols
repeated string stackSymbols = 3;- Parameters:
index- The index of the element to return.- Returns:
- The stackSymbols at the given index.
-
getStackSymbolsBytes
com.google.protobuf.ByteString getStackSymbolsBytes(int index) stack symbols
repeated string stackSymbols = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the stackSymbols at the given index.
-