public static final class EBPFProfilingServiceGrpc.EBPFProfilingServiceStub extends io.grpc.stub.AbstractAsyncStub<EBPFProfilingServiceGrpc.EBPFProfilingServiceStub>
Define the Rover Process profiling task and upload profiling data.
| Modifier and Type | Method and Description |
|---|---|
protected EBPFProfilingServiceGrpc.EBPFProfilingServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
io.grpc.stub.StreamObserver<EBPFProfilingData> |
collectProfilingData(io.grpc.stub.StreamObserver<Commands> responseObserver)
collect profiling data
|
void |
queryTasks(EBPFProfilingTaskQuery request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Query profiling (start or stop) tasks
|
protected EBPFProfilingServiceGrpc.EBPFProfilingServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EBPFProfilingServiceGrpc.EBPFProfilingServiceStub>public void queryTasks(EBPFProfilingTaskQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver)
Query profiling (start or stop) tasks
public io.grpc.stub.StreamObserver<EBPFProfilingData> collectProfilingData(io.grpc.stub.StreamObserver<Commands> responseObserver)
collect profiling data
Copyright © 2022 The Apache Software Foundation. All rights reserved.