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.
5255 Discussions

Profiling Windows kernel driver

khman
Beginner
603 Views
Hello,
IsVTune capable of generating a call graph for a Windows kernel device driver?
TIA
0 Kudos
1 Reply
David_A_Intel1
Employee
603 Views
Call graph can only be used on user-level binaries. Sampling, however, is capable of collecting data from the entire system, including drivers. This is the typical tool used by driver developers to profile their code. Because of the instrumentation, call graph would significantly impact a driver.
0 Kudos
Reply