Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
5261 Discussions

Where do context switches come from?

Huang_J_
Beginner
898 Views

Hi, I'm trying to analyze which line of code the preemption context switches and synchronization context switches come from in my program using VTune 2013 update 17. I have no idea how to do it. Can anyone help me out? Many thanks.

0 Kudos
2 Replies
Bernard
Valued Contributor I
898 Views

If I understood your  question correctly  Context Switches come from OS scheduler and its scheduling algorithms.

0 Kudos
Vitaly_S_Intel
Employee
898 Views

Click on context switch in timeline, then choose metric (e.g. Context Switch Time) in stack pane and you'll see stack related to this context switch according to metric selected. You can now drill down to source or disasm double clicking to top stack frame.

0 Kudos
Reply