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.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/profiling/stap_probes.d b/src/core/profiling/stap_probes.d
index 374eeedd6c..153de91752 100644
--- a/src/core/profiling/stap_probes.d
+++ b/src/core/profiling/stap_probes.d
@@ -1,5 +1,6 @@
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);
};