- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all
I'm student and I try Vtune evaluation software. I cant display the source code when I double clic on modul view on my program I have not the functions of the program but adresses and when i double clic on one of this hotspots I have a message saying that it can't find source wich is in C and it dispaly a assembly code.
I have also problem with call graph view in fact when I lanch a call graph test I show a result but I dont find my program and my functions. I dont know if all that is because I use an evaluation version?
Thanks for help
Majed CHATTI.
I'm student and I try Vtune evaluation software. I cant display the source code when I double clic on modul view on my program I have not the functions of the program but adresses and when i double clic on one of this hotspots I have a message saying that it can't find source wich is in C and it dispaly a assembly code.
I have also problem with call graph view in fact when I lanch a call graph test I show a result but I dont find my program and my functions. I dont know if all that is because I use an evaluation version?
Thanks for help
Majed CHATTI.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you did not compile with debug options (at least for all functions in your call stack), VTune cannot attempt to find source code. If you have Microsoft style debug symbols, it should either locate source code automatically, or pop up a window inviting you to specify source location, and .pdb if relevant.
With gcc debug symbols, I found VTune working OK to find source code in a single file compilation only.
With gcc debug symbols, I found VTune working OK to find source code in a single file compilation only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have one file source code with 3 functions and only one loop I write it just to tray Vtune.

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