Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Where do context switches come from?

Huang_J_
Beginner
858 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
858 Views

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

0 Kudos
Vitaly_S_Intel
Employee
858 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