Hello I would like to know how can I know the reason that leaded to context switch:
1.The time slice of previous task has ended
2.The previous task goes out for waiting
3.A task with higher priority returns from waiting
4.A task was created
5.The task was ended
6.The task yields CPU
Thank you
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
You can use tracecmd and kernelshark. See docs/screenshots: http://rostedt.homelinux.com/kernelshark/ |
||||
|
|
|
I think the closest you'll get is the |
|||
|
|