diff options
author | murgatroid99 <mlumish@google.com> | 2015-05-07 10:02:59 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-05-07 10:02:59 -0700 |
commit | 40a4e862f941409a62e0e8a57d0c9647daf40951 (patch) | |
tree | 7f9c592a68cbde14bb2e053a55f23b33615f06a8 /src/core/profiling/stap_probes.d | |
parent | f742c52d9d09f6688ddf8ca4f3be0bd5acc39887 (diff) | |
parent | 63733efd730316c0317a5df4f288aac242014d91 (diff) |
Merge branch 'master' into node_status_error_event
Diffstat (limited to 'src/core/profiling/stap_probes.d')
-rw-r--r-- | src/core/profiling/stap_probes.d | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/profiling/stap_probes.d b/src/core/profiling/stap_probes.d new file mode 100644 index 0000000000..153de91752 --- /dev/null +++ b/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); +}; + |