tracing: add TRACING_TEST Kconfig option

Add Kconfig option TRACING_TEST which can be used to
customize tracing packet format (currently supporting
string format and data format) for testing purpose.

Signed-off-by: Wentong Wu <wentong.wu@intel.com>
This commit is contained in:
Wentong Wu 2020-01-31 22:49:25 +08:00 committed by Anas Nashif
commit 4f4b8ef4ea
3 changed files with 49 additions and 0 deletions

View file

@ -27,6 +27,9 @@
#elif defined CONFIG_TRACING_CTF
#include "tracing_ctf.h"
#elif defined CONFIG_TRACING_TEST
#include "tracing_test.h"
#else
/**