aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJoanne Koong <joannelkoong@gmail.com>2025-04-02 16:24:12 -0700
committerBernd Schubert <bernd@bsbernd.com>2025-04-04 23:26:18 +0200
commitead0a13d57dcbc5ac7b5396722a61cc99cd0c9dc (patch)
treeb852ac6923f2d6e55863257fb8ab2cfdccad65c5 /meson_options.txt
parent197ea99fe4520b1ada8a4f2e3e1dcaf6de145002 (diff)
downloadlibfuse-ead0a13d57dcbc5ac7b5396722a61cc99cd0c9dc.tar.gz
meson: add option for enabling usdt
Default is having usdt disabled. Signed-off-by: Joanne Koong <joannelkoong@gmail.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index fa4749c..957c5fc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -22,3 +22,5 @@ option('tests', type : 'boolean', value : true,
option('disable-libc-symbol-version', type : 'boolean', value : false,
description: 'Disable versioned symbols through libc')
+option('enable-usdt', type : 'boolean', value : false,
+ description: 'Enable user statically defined tracepoints for extra observability')