This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
619fce9e0f
zephyr
/
samples
/
subsys
/
tracing
/
prj.conf
5 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: tracing: add tests for tracing features Mostly build tests now, will be extended to verify CTF output once we have this feature in sanitycheck. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-09-27 20:19:35 +08:00
# enable to use thread names
tests: fix tracing.osawareness.openocd when thread names disabled tracing.osawareness.openocd relies on the CONFIG_THREAD_NAME is enabled, however we don't enable it in test config. Fix that. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
2021-10-12 20:00:55 +08:00
CONFIG_THREAD_NAME=y
tests: tracing.osawareness.openocd cleanup Move all config options to prj.conf. No functional changes intended. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
2021-10-12 20:08:09 +08:00
CONFIG_MP_NUM_CPUS=1
CONFIG_DEBUG_THREAD_INFO=y