Trace Buffer and other updates - #699
Draft
jreineckearm wants to merge 6 commits into
Draft
jreineckearm wants to merge 6 commits into
jreineckearm wants to merge 6 commits into
Conversation
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
jreineckearm
force-pushed
the
trace-buffer-updates
branch
from
September 18, 2026 13:42
12c0d51 to
0421fd6
Compare
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.
Fixes
Changes
*.ctrace-run.ymlfile to preserve separation of concerns (trace source setup vs trace communication setup). Also, this would go much farther than just the decoder meaning more complication on debug sequence side. Rather consider adding a command line option for ctrace to override the automatism.BufferStreamOutdebug access function withappendoroverwritemode to control file handling from buffer read sequence. But this would come at the cost of predictability from a capture run from a user point of view (is the history removed or not?).ctraceCLI args--csvand--ctf(default changed to nothing gets generated if not specified).ctraceCLI arg-c, --channelto specify which<channel>raw files to decode. Alternative would have been to add a list of selected trace sinks to*.ctrace-run.ymlwhich would mean mixing of concerns (trace source setup vs trace communication setup). Thectracecaller is responsible for filtering by<channel>, in the IDE case the CMSIS Debugger which has easy access to*.cbuild-run.yml.Checklist