meson: add option for enabling usdt

Default is having usdt disabled.

Signed-off-by: Joanne Koong <joannelkoong@gmail.com>
This commit is contained in:
Joanne Koong
2025-04-02 16:24:12 -07:00
committed by Bernd Schubert
parent 197ea99fe4
commit ead0a13d57
3 changed files with 30 additions and 1 deletions
+2
View File
@@ -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')