Skip to content

Conversation

@psurply
Copy link
Contributor

@psurply psurply commented Sep 10, 2025

This change allows the core records to be placed dynamically in the decode output based on the fields present in the WHOAMI header field.

For instance, when the PCORE record has the core_id and thread_id encoded in its WHOAMI, the register will now be decoded under:

pcore.core0.thread0

When the ECORE record has the module_id and core_id encoded in its WHOAMI field, the registers will be placed under:

ecore.module0.core0

@psurply psurply requested a review from jlrivasp September 10, 2025 16:54
This change allows the core records to be placed dynamically in the
decode output based on the fields present in the WHOAMI header field.

For instance, when the PCORE record has the core_id and thread_id
encoded in its WHOAMI, the register will now be decoded under:

    pcore.core0.thread0

When the ECORE record has the module_id and core_id encoded in its
WHOAMI field, the registers will be placed under:

    ecore.module0.core0

Signed-off-by: Surply, Pierre <[email protected]>
@psurply psurply marked this pull request as ready for review September 12, 2025 19:38
Copy link
Contributor

@jlrivasp jlrivasp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This patch looks good to me, thanks!

@jlrivasp jlrivasp merged commit 1ee3362 into intel:main Sep 16, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants