Add QDSS STM and TMC Support in DEBUG Suite#304
Open
Rohan-in-Qualcomm wants to merge 1 commit intoqualcomm-linux:mainfrom
Open
Add QDSS STM and TMC Support in DEBUG Suite#304Rohan-in-Qualcomm wants to merge 1 commit intoqualcomm-linux:mainfrom
Rohan-in-Qualcomm wants to merge 1 commit intoqualcomm-linux:mainfrom
Conversation
Contributor
|
Please check the commit, i see old commit aswell |
cc7a35f to
c1054c0
Compare
Contributor
This was referenced Feb 22, 2026
smuppand
requested changes
Mar 3, 2026
Contributor
smuppand
left a comment
There was a problem hiding this comment.
Please factor out common Coresight reset/discovery helpers instead of duplicating similar reset_source_sink / sink discovery logic in multiple files. Right now the DEBUG suite is adding several near-duplicate implementations.
Runner/suites/Kernel/DEBUG/MultiSource-STM-ETM/MultiSource-STM-ETM.yaml
Outdated
Show resolved
Hide resolved
Runner/suites/Kernel/DEBUG/STM-HWE-PORT-SWITCH/STM-HWE-PORT-SWITCH.yaml
Outdated
Show resolved
Hide resolved
Runner/suites/Kernel/DEBUG/STM-Source-Enable-Disable/STM-Source-Enable-Disable.yaml
Outdated
Show resolved
Hide resolved
Runner/suites/Kernel/DEBUG/Sink-Status-STM-Toggle/Sink-Status-STM-Toggle.yaml
Outdated
Show resolved
Hide resolved
aab5563 to
80aff63
Compare
- MultiSource-STM-ETM: validates STM and ETM multi-source trace configuration - Sink-Status-STM-Toggle: tests STM sink status and toggle functionality - STM-HWE-PORT-SWITCH: verifies STM hardware event port switching - STM-Source-Enable-Disable: tests STM source enable/disable via sysfs - Added coresight_common.sh utility for shared functions Signed-off-by: Rohan Dutta <rohadutt@qti.qualcomm.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for QDSS STM and TMC configuration within the DEBUG suite.
Key Changes