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

search directory not set in GUI

manik_s_
Beginner
440 Views

Hi, 

I have set the search directories for the project under tabs "Binary/Symbol Search" and "Source Search",

but when I run any test and see the command line for it, it doesnt show the '-search-dir' option. Why is that so ?

Thanks,

sheeri

0 Kudos
3 Replies
Holly_W_Intel
Employee
440 Views

When you are setting up the analysis, if you click the "Command Line" button in the lower right hand corner, are the search directories listed there?

 

I believe that what you are seeing is that the GUI will use the search directories later during the finalization phase, so it does not need to use them when it launches the collector. On the other hand, if you were launching from the CLI you would need to have that information when you launch the initial run since the CLI does not come back to the user again before finalization.

I assume your binaries/source are being found?

 

 

0 Kudos
manik_s_
Beginner
440 Views

Does not finalization happen automatically after collector analysis has finished , irrespective of GUI or CLI ?

And no, the Command text in GUI doesnt show '-search-dir' option. No I am not able to resolve symbols in my own shared objects.

I think it is because the sources can not be located. Even when I try to re-resolve, it still does not show the sources inside shared libraries.

 

0 Kudos
Holly_W_Intel
Employee
440 Views

Static linked or dynamic linked? full path or relative path?

When the tool is run, there is a collection phase and a resolution phase. As far as the user sees, they happen at the same time, but internally there is a call to the collector and then a call to the data model.

 

 

 

0 Kudos
Reply