| Index: third_party/grpc/src/core/profiling/stap_probes.d
|
| diff --git a/third_party/grpc/src/core/profiling/stap_probes.d b/third_party/grpc/src/core/profiling/stap_probes.d
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..153de91752ad5205d6a3a14bb1a9bc0163d62684
|
| --- /dev/null
|
| +++ b/third_party/grpc/src/core/profiling/stap_probes.d
|
| @@ -0,0 +1,7 @@
|
| +provider _stap {
|
| + probe add_mark(int tag);
|
| + probe add_important_mark(int tag);
|
| + probe timing_ns_begin(int tag);
|
| + probe timing_ns_end(int tag);
|
| +};
|
| +
|
|
|