From ead0a13d57dcbc5ac7b5396722a61cc99cd0c9dc Mon Sep 17 00:00:00 2001 From: Joanne Koong Date: Wed, 2 Apr 2025 16:24:12 -0700 Subject: meson: add option for enabling usdt Default is having usdt disabled. Signed-off-by: Joanne Koong --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson_options.txt') 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') -- cgit v1.2.3