-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
tracing: riscv: Missing invoking the sys_trace_isr_exit() #41995
Comments
This probably works but I don't have real the RISCV platform to check.
|
Hi @WealianLiao, The patch you pasted seems fine and it works on QEMU - I think you should just send it as a PR so it can be reviewed and merged! |
@WealianLiao - gentle reminder about sending your patch as a PR - if you have already done so, please link it here. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
Change suggested by @WealianLiao in zephyrproject-rtos#41995. Signed-off-by: Robert Szczepanski <[email protected]>
Change suggested by @WealianLiao in #41995. Signed-off-by: Robert Szczepanski <[email protected]>
Change suggested by @WealianLiao in zephyrproject-rtos#41995. Signed-off-by: Robert Szczepanski <[email protected]>
Describe the bug
RISCV core doesn't invoke the sys_trace_isr_exit() for tracing system.
To Reproduce
Apply PR:41863 &
or
Expected behavior
In the report log, the ISR counter should not increase.
Impact
Can't trace ISR leave for RISCV.
The text was updated successfully, but these errors were encountered: