Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: sof_perf_analyzer: fix component ID #1093

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

aiChaoSONG
Copy link

Previously, component ID in mtrace and kernel
is different, which makes it hard to find the
component from kernel message with a component
ID from mtrace. After it is fixed in SOF side,
now module_id take the first 16 bits, instance_id
takes next 8 bits. We should do a fix accordingly.

Link: thesofproject/sof#8051

Previously, component ID in mtrace and kernel
is different, which makes it hard to find the
component from kernel message with a component
ID from mtrace. After it is fixed in SOF side,
now module_id take the first 16 bits, instance_id
takes next 8 bits. We should do a fix accordingly.

Link: thesofproject/sof#8051

Signed-off-by: Chao Song <[email protected]>
@aiChaoSONG aiChaoSONG requested a review from a team as a code owner August 31, 2023 06:18
Copy link
Collaborator

@fredoh9 fredoh9 left a comment

Choose a reason for hiding this comment

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

looks good, thank you for the fix

@aiChaoSONG aiChaoSONG merged commit 0c36a49 into thesofproject:main Sep 1, 2023
3 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