public interface EBPFProfilingStackMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getStackId()
stack id from kernel provide
|
String |
getStackSymbols(int index)
stack symbols
|
com.google.protobuf.ByteString |
getStackSymbolsBytes(int index)
stack symbols
|
int |
getStackSymbolsCount()
stack symbols
|
List<String> |
getStackSymbolsList()
stack symbols
|
EBPFProfilingStackType |
getStackType()
stack type
|
int |
getStackTypeValue()
stack type
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStackTypeValue()
stack type
.skywalking.v3.EBPFProfilingStackType stackType = 1;EBPFProfilingStackType getStackType()
stack type
.skywalking.v3.EBPFProfilingStackType stackType = 1;int getStackId()
stack id from kernel provide
int32 stackId = 2;List<String> getStackSymbolsList()
stack symbols
repeated string stackSymbols = 3;int getStackSymbolsCount()
stack symbols
repeated string stackSymbols = 3;String getStackSymbols(int index)
stack symbols
repeated string stackSymbols = 3;index - The index of the element to return.com.google.protobuf.ByteString getStackSymbolsBytes(int index)
stack symbols
repeated string stackSymbols = 3;index - The index of the value to return.Copyright © 2022 The Apache Software Foundation. All rights reserved.