| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.ebpf.profiling.v3 |
| Modifier and Type | Method and Description |
|---|---|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.addAllStacks(Iterable<? extends EBPFProfilingStackMetadata> values)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.addStacks(EBPFProfilingStackMetadata.Builder builderForValue)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.addStacks(EBPFProfilingStackMetadata value)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.addStacks(int index,
EBPFProfilingStackMetadata.Builder builderForValue)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.addStacks(int index,
EBPFProfilingStackMetadata value)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.clear() |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.clearDuration()
where time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.clearStacks()
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.clearSwitchCount()
total count of the process is switched to off cpu by the scheduler.
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.clone() |
EBPFOffCPUProfiling.Builder |
EBPFProfilingData.Builder.getOffCPUBuilder()
.skywalking.v3.EBPFOffCPUProfiling offCPU = 3; |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.mergeFrom(EBPFOffCPUProfiling other) |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.mergeFrom(com.google.protobuf.Message other) |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.newBuilder() |
static EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.newBuilder(EBPFOffCPUProfiling prototype) |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.newBuilderForType() |
protected EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.removeStacks(int index)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.setDuration(long value)
where time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.setStacks(int index,
EBPFProfilingStackMetadata.Builder builderForValue)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.setStacks(int index,
EBPFProfilingStackMetadata value)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.setSwitchCount(int value)
total count of the process is switched to off cpu by the scheduler.
|
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EBPFOffCPUProfiling.Builder |
EBPFOffCPUProfiling.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
EBPFProfilingData.Builder |
EBPFProfilingData.Builder.setOffCPU(EBPFOffCPUProfiling.Builder builderForValue)
.skywalking.v3.EBPFOffCPUProfiling offCPU = 3; |
Copyright © 2022 The Apache Software Foundation. All rights reserved.