From 525647efcb63e4521da3e23d99e0a9fce02a3e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20M=C3=A4=C3=A4tt=C3=A4?= Date: Tue, 21 Nov 2023 09:54:00 +0200 Subject: [PATCH] Update config_help.txt with -trace ctf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4cfb8e86dd9a305ff47df672ebf8637c64418fd0 Reviewed-by: Janne Koskinen Reviewed-by: Hatem ElKharashy Reviewed-by: Antti Määttä --- config_help.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config_help.txt b/config_help.txt index c360c8fdd1b..180496467c5 100644 --- a/config_help.txt +++ b/config_help.txt @@ -107,8 +107,9 @@ Build options: -gcov ................ Instrument with the GCov code coverage tool [no] -trace [backend] ..... Enable instrumentation with tracepoints. - Currently supported backends are 'etw' (Windows) and - 'lttng' (Linux), or 'yes' for auto-detection. [no] + Currently supported backends are 'etw' (Windows), + 'lttng' (Linux), 'ctf' (Common Trace Format, cross-platform) + or 'yes' for auto-detection. [no] -sanitize {address|thread|memory|fuzzer-no-link|undefined} Instrument with the specified compiler sanitizer.