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

Source code view drill down does not update?

elis
Beginner
438 Views
I am profiling a driver running at DPC level using event based sampling.

First sampling I can drill down to my code easily and see CPI counters and so on. But when I change my code and compile rerun and profile than I always see the old code in the dril down views. No way to see the new code which is exactly at the same place as before. Even if I open a new project I see the old code.

It seems that vtune is storing the code somewhere and never update it.

Any idea how to overcome this?

Thanks
Serge
0 Kudos
1 Reply
david_a_levinthal
438 Views
what are you doing to be sure the OS is actually installing the new driver?
If I rebuild an ap and just ask vtune to rerun the activity (ie right click on the activity..or use the green button..) I do in fact see the new source in the drill down..
I have built the ap with /Zi but don't see that any of that should be required...so I suspect that the new driver may not be getting run and that a cached version is being run by the OS???
0 Kudos
Reply