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