- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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???
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???

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page