zephyr/subsys/debug
Jyri Sarha 1b6e0f6479 debug: thread_analyzer: Option to analyze threads on each core separately
Add implementation to analyze threads on each cpu separately. This
feature can be enabled with THREAD_ANALYZER_AUTO_SEPARATE_CORES Kconfig
option. If enabled, an analyzer thread is started for each cpu, and
the threads will only analyze thread on the cpu its running on.

This feature is needed for Intel ADSP platform, where cpu specific
caches are not synchronized between the cpu. It is also probably
needed by other platforms having CONFIG_KERNEL_COHERENCE=y, so default
to THREAD_ANALYZER_AUTO_SEPARATE_CORES=y for those platform.

Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
2024-07-30 18:25:40 +01:00
..
coredump everywhere: replace double words 2024-06-22 05:40:22 -04:00
gdbstub subsys/debug: relocate gdbstub stuff into its folder 2024-06-04 22:36:51 -04:00
symtab subsys/debug: relocate symtab Kconfig 2024-06-04 22:36:51 -04:00
asan_hacks.c
CMakeLists.txt subsys/debug: relocate gdbstub stuff into its folder 2024-06-04 22:36:51 -04:00
Kconfig debug: thread_analyzer: Option to analyze threads on each core separately 2024-07-30 18:25:40 +01:00
mipi_stp_decoder.c debug: no UNALIGNED_ACCESS_SUPPORTED for cortex M0 or M0plus 2024-06-28 12:21:18 -04:00
thread_analyzer.c debug: thread_analyzer: Option to analyze threads on each core separately 2024-07-30 18:25:40 +01:00
thread_info.c debug: Set thread_info.c variables to const 2023-09-11 19:56:18 +02:00