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

DelayStarted and DelayUntilStarted missing thread_id #925

Open
joelbyren opened this issue May 21, 2020 · 0 comments
Open

DelayStarted and DelayUntilStarted missing thread_id #925

joelbyren opened this issue May 21, 2020 · 0 comments

Comments

@joelbyren
Copy link

I'm trying to limit the number of events to Event Recorder, so I'm only running with "Op" events on. This will sometimes make it unclear which thread is performing DelayStarted or DelayUntilStarted, since they always arrive when a thread is switched out.

I suggest adding the thread_id of the referenced thread in these events, which should not affect performance too much since there is already one unused parameter for them.

joelbyren pushed a commit to joelbyren/CMSIS_5 that referenced this issue May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants