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:
parent
aa5d45d7cc
commit
4f4b8ef4ea
3 changed files with 49 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
#elif defined CONFIG_TRACING_CTF
|
||||
#include "tracing_ctf.h"
|
||||
|
||||
#elif defined CONFIG_TRACING_TEST
|
||||
#include "tracing_test.h"
|
||||
|
||||
#else
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue