Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
santigimeno committed Jul 12, 2024
1 parent 03edc95 commit b830933
Show file tree
Hide file tree
Showing 5 changed files with 859 additions and 0 deletions.
11 changes: 11 additions & 0 deletions agents/grpc/proto/cpu_profile.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
syntax = "proto3";

// import "common.proto";

package grpcagent;

message CPUProfileArgs {
uint64 thread_id = 1;
uint64 duration = 2;
map<string, string> metadata = 3;
}
25 changes: 25 additions & 0 deletions agents/grpc/src/proto/cpu_profile.grpc.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions agents/grpc/src/proto/cpu_profile.grpc.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b830933

Please sign in to comment.