aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/probes.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/probes.d')
-rw-r--r--src/core/probes.d6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/probes.d b/src/core/probes.d
new file mode 100644
index 00000000..e4150f0c
--- /dev/null
+++ b/src/core/probes.d
@@ -0,0 +1,6 @@
+provider libosmocore {
+ probe log_start();
+ probe log_done();
+ probe stats_start();
+ probe stats_done();
+};