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

subsys: debug: tracing: Fix thread tracing #10880

Merged
merged 1 commit into from
Oct 30, 2018

Conversation

MarekPieta
Copy link
Collaborator

Change to fix issue connected with thread execution tracing. It fixes tracing with sys_thread_switched_in() and sys_thread_switched_out() - checked that after change thread which is switching out is thread which recently switched in (before it wasn't working properly). Change affects ARM architecture.

Change fixes issue with thread execution tracing.

Signed-off-by: Marek Pieta <[email protected]>
@codecov-io
Copy link

Codecov Report

Merging #10880 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #10880   +/-   ##
=======================================
  Coverage   53.32%   53.32%           
=======================================
  Files         215      215           
  Lines       25887    25887           
  Branches     5705     5705           
=======================================
  Hits        13804    13804           
  Misses       9763     9763           
  Partials     2320     2320
Impacted Files Coverage Δ
kernel/init.c 72.58% <ø> (ø) ⬆️
kernel/include/kswap.h 100% <ø> (ø) ⬆️
kernel/sched.c 91.98% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e23278...5981864. Read the comment docs.

@nashif nashif self-assigned this Oct 29, 2018
@nashif nashif merged commit e871938 into zephyrproject-rtos:master Oct 30, 2018
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.

Problem with tracing hooks
3 participants