aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/profiling/stap_probes.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/profiling/stap_probes.d')
-rw-r--r--src/core/lib/profiling/stap_probes.d7
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);
+};
+