aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/profiling/stap_probes.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/profiling/stap_probes.d')
-rw-r--r--src/core/profiling/stap_probes.d6
1 files changed, 6 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..374eeedd6c
--- /dev/null
+++ b/src/core/profiling/stap_probes.d
@@ -0,0 +1,6 @@
+provider _stap {
+ probe add_mark(int tag);
+ probe timing_ns_begin(int tag);
+ probe timing_ns_end(int tag);
+};
+