// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
syntax = "proto3";
package profile;
import "google/protobuf/empty.proto";
service AzureProfiler {
rpc Profile(ProfileRequest) returns (google.protobuf.Empty);
}
message ProfileRequest {
uint64 conn = 1;
uint64 duration = 2;
repeated string profiler_args = 3;
}microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
openhcl/azure_profiler_proto/src/profile.proto
18lines · modepreview