diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-28 13:08:17 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-28 13:08:17 -0700 |
commit | 4af12f4485defcc625454ea81c315a7383116742 (patch) | |
tree | e013cf5c653bc2db6aba47f2ef6e9983dfcdb0fb /src/core/lib/profiling/stap_probes.d | |
parent | ac9a6031f370dbc480f4adb158389d9dc877e0b5 (diff) | |
parent | e5cc05b5c6cee7026a0d28d39925621451506820 (diff) |
Merge github.com:grpc/grpc into accounting
Diffstat (limited to 'src/core/lib/profiling/stap_probes.d')
-rw-r--r-- | src/core/lib/profiling/stap_probes.d | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/lib/profiling/stap_probes.d b/src/core/lib/profiling/stap_probes.d new file mode 100644 index 0000000000..153de91752 --- /dev/null +++ b/src/core/lib/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); +}; + |