forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug: thread_analyzer: Option to analyze threads on each core separa…
…tely 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 <[email protected]>
- Loading branch information
1 parent
28215fc
commit 1b6e0f6
Showing
3 changed files
with
133 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters