Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4999 Discussions

Profiling Windows kernel driver

khman
Beginner
344 Views
Hello,
IsVTune capable of generating a call graph for a Windows kernel device driver?
TIA
0 Kudos
1 Reply
David_A_Intel1
Employee
344 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