<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I know :) I will if I can't in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955107#M8367</link>
    <description>&lt;P&gt;I know :) I will if I can't go around the issue.&lt;/P&gt;
&lt;P&gt;Laurent.&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2013 00:50:07 GMT</pubDate>
    <dc:creator>LLess</dc:creator>
    <dc:date>2013-05-10T00:50:07Z</dc:date>
    <item>
      <title>VTune unabled to find source code when code compiled with multiple targets.</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955089#M8349</link>
      <description>&lt;P&gt;I have a project which compiled using the Intel Compiler (Windows 7x64) &lt;/P&gt;
&lt;P&gt;/QaxSSE2,SSE3,SSSE3,SSE4.1,SSE4.2&lt;/P&gt;
&lt;P&gt;When I do that some of my functions are not detected in VTune. It just shows me the dll name where&amp;nbsp; the code resides and I can't even dig into the code.&lt;/P&gt;
&lt;P&gt;However if I remove the /Qax code and force only SSE4.2 for example using /QxSSE4.2 then suddenly everything is displayed properly.&lt;/P&gt;
&lt;P&gt;In Visual Studio I can put breakpoint in the code whatever option was used. So it seems to be able to detect where the code is.&lt;/P&gt;
&lt;P&gt;But somehow I think that VTune isn't able to do that properly.&lt;/P&gt;
&lt;P&gt;A bit annoying but at least I know that I need to disable that option when I want to profile my code now.&lt;/P&gt;
&lt;P&gt;My Configuration:&lt;/P&gt;
&lt;P&gt;Windows 7 x64&lt;/P&gt;
&lt;P&gt;Visual Studio 2008 (or 2010)&lt;/P&gt;
&lt;P&gt;Intel Composer XE 2011 SP1&lt;/P&gt;
&lt;P&gt;VTune Amplifier XE 2013 Update 5.&lt;/P&gt;
&lt;P&gt;Laurent&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 02:14:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955089#M8349</guid>
      <dc:creator>LLess</dc:creator>
      <dc:date>2013-05-09T02:14:24Z</dc:date>
    </item>
    <item>
      <title>Could you create a small</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955090#M8350</link>
      <description>Could you create a small reproducer of the problem? it really could help to understand what is wrong. Thanks in advance.</description>
      <pubDate>Thu, 09 May 2013 04:27:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955090#M8350</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-05-09T04:27:00Z</dc:date>
    </item>
    <item>
      <title>Not sure. The code is part of</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955091#M8351</link>
      <description>&lt;P&gt;Not sure. The code is part of a huge library and extracting some parts will be really tricky.&lt;/P&gt;
&lt;P&gt;And on top of that it is some quite restricted code so I would probably have to write something completely different....&lt;/P&gt;
&lt;P&gt;Since I have a work around, I just wanted to raise the attention to the issue.&lt;/P&gt;
&lt;P&gt;Laurent&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 04:32:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955091#M8351</guid>
      <dc:creator>LLess</dc:creator>
      <dc:date>2013-05-09T04:32:03Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...And on top of that it is</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955092#M8352</link>
      <description>&amp;gt;&amp;gt;...And on top of that it is some quite restricted code so &lt;STRONG&gt;I would probably have to write something completely different&lt;/STRONG&gt;...

This is exactly what I asked for. So, ideally it has to be a completely standalone small VS solution with two small projects ( for exe and dll ) and it should reproduce your problem. I didn't ask for any extraction of existing codes, etc.</description>
      <pubDate>Thu, 09 May 2013 05:07:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955092#M8352</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-05-09T05:07:59Z</dc:date>
    </item>
    <item>
      <title>Well I understood that :)</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955093#M8353</link>
      <description>&lt;P&gt;Well I understood that :)&lt;/P&gt;
&lt;P&gt;But not understanding what is going wrong in the first place except that I am not getting VTune finding the function is making pretty difficult to write some completely different code to reproduce the issue...&lt;/P&gt;
&lt;P&gt;We (the company) have an NDA with Intel so I could probably package you the binary that I am testing but that would be quite big.&lt;/P&gt;
&lt;P&gt;Laurent&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 05:11:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955093#M8353</guid>
      <dc:creator>LLess</dc:creator>
      <dc:date>2013-05-09T05:11:53Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...We (the company) have an</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955094#M8354</link>
      <description>&amp;gt;&amp;gt;...We (the company) have an &lt;STRONG&gt;NDA with Intel&lt;/STRONG&gt; so I could probably package you the binary that I am testing but
&amp;gt;&amp;gt;that would be quite big...

Thanks for the update. I think in that case you need to make a request to the &lt;STRONG&gt;Intel Premier&lt;/STRONG&gt; support.</description>
      <pubDate>Thu, 09 May 2013 05:19:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955094#M8354</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-05-09T05:19:07Z</dc:date>
    </item>
    <item>
      <title>Can you inspect the dll</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955095#M8355</link>
      <description>&lt;P&gt;Can you inspect the dll exports with dumpbin?VTune resolves code sections by sampling instruction pointer and probably checks also dll or exe pdb section.So maybe there is problem with pdb files of your library dll?&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 06:34:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955095#M8355</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-05-09T06:34:14Z</dc:date>
    </item>
    <item>
      <title>I will check that but since</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955096#M8356</link>
      <description>&lt;P&gt;I will check that but since Visual Studio is able to put a break point in the function and stop at the right location, I am fairly confident that the PDBs and debug informations are correct.&lt;/P&gt;
&lt;P&gt;Also only turning off the QaX option fixes the issue, so I am quite sure that this is what is causing the problem.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 06:37:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955096#M8356</guid>
      <dc:creator>LLess</dc:creator>
      <dc:date>2013-05-09T06:37:37Z</dc:date>
    </item>
    <item>
      <title>As I know that if build with</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955097#M8357</link>
      <description>&lt;P&gt;As I know that if build with "/Qax-" option with Intel C++ Compiler, it will generate two&amp;nbsp;suites of binar ycode (SSE4.2 binary and non-SSE4.2 binary - for example),&amp;nbsp;binaries are flexible to run on SSE4.2 supported platform&amp;nbsp;or on old platform. Thus, there is no fixed function entry address in debug info (actually there are two *real* entries...probably there is one "pseudo" function entry where the binary will detect running processor first, then jump to righ functio location. That is why it was hard to&amp;nbsp;map to right function&amp;nbsp;and the tool got confused:-(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 07:59:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955097#M8357</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2013-05-09T07:59:50Z</dc:date>
    </item>
    <item>
      <title>Yes that it is also my</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955098#M8358</link>
      <description>&lt;P&gt;Yes that it is also my understanding about the /Qax option. I was just hoping that both being Intel Products VTune would have been able to take care of that :)&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 08:02:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955098#M8358</guid>
      <dc:creator>LLess</dc:creator>
      <dc:date>2013-05-09T08:02:06Z</dc:date>
    </item>
    <item>
      <title>I do not think that VS</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955099#M8359</link>
      <description>&lt;P&gt;I do not think that VS debugger will rely on pdb files to put breakpoint maybe it is pulling the information from pdb files to resolve callstack, but putting a breakpoint is done by writing debugee virtual adress space and inserting int 3 instruction at specific address.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 08:51:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955099#M8359</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-05-09T08:51:13Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...I do not think that VS</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955100#M8360</link>
      <description>&amp;gt;&amp;gt;...I do not think that VS debugger will rely on pdb files to put breakpoint maybe...

In that case why does it need at all?</description>
      <pubDate>Thu, 09 May 2013 12:26:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955100#M8360</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-05-09T12:26:34Z</dc:date>
    </item>
    <item>
      <title>Probably to resolve callstack</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955101#M8361</link>
      <description>&lt;P&gt;Probably to resolve callstack functions names and other debugging information..&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 15:00:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955101#M8361</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-05-09T15:00:33Z</dc:date>
    </item>
    <item>
      <title>Thanks for you post, Laurent.</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955102#M8362</link>
      <description>&lt;P&gt;Thanks for your post, Laurent.&lt;/P&gt;
&lt;P&gt;Regarding your problem, it should be simple enough to build one of the VTune Amplifier XE samples with these compiler options and reproduce the problem. &amp;nbsp;I'll see if I can have a colleague look at this, as I am heading out on vacation.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 15:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955102#M8362</guid>
      <dc:creator>David_A_Intel1</dc:creator>
      <dc:date>2013-05-09T15:16:00Z</dc:date>
    </item>
    <item>
      <title>At MrAnderson's request, I</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955103#M8363</link>
      <description>&lt;P&gt;At MrAnderson's request, I tried this with our sample code and could not reproduce the problem.&lt;/P&gt;
&lt;P&gt;I have a question. In your initial note you say you are using Intel Composer XE 2011, SP1. Is there a reason why you are not using Composer XE 2013? (That is what I have on the machine I am testing on).&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 16:25:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955103#M8363</guid>
      <dc:creator>Holly_W_Intel</dc:creator>
      <dc:date>2013-05-09T16:25:26Z</dc:date>
    </item>
    <item>
      <title>Well I do have the Composer</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955104#M8364</link>
      <description>&lt;P&gt;Well I do have the Composer XE 2013 but we are not using it for that branch of the code.&lt;/P&gt;
&lt;P&gt;Actually that is a good point, I will try to see if I can build my code with it and see if it causes the same problem.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 23:33:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955104#M8364</guid>
      <dc:creator>LLess</dc:creator>
      <dc:date>2013-05-09T23:33:02Z</dc:date>
    </item>
    <item>
      <title>Ok, I have been able to build</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955105#M8365</link>
      <description>&lt;P&gt;Ok, I have been able to build my code with Composer XE 2013 and the has been fixed apparently.&lt;/P&gt;
&lt;P&gt;You can ignore the issue then. Damn I should have thought about it.&lt;/P&gt;
&lt;P&gt;I am still not really happy with the code produced by both compilers but that is another issue (and that is what happens when you have done too much assembly coding in the past, compiled code can look ugly ;)&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Laurent&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2013 00:05:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955105#M8365</guid>
      <dc:creator>LLess</dc:creator>
      <dc:date>2013-05-10T00:05:27Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...I am still not really</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955106#M8366</link>
      <description>&amp;gt;&amp;gt;...&lt;STRONG&gt;I am still not really happy with the code produced by both compilers&lt;/STRONG&gt; but that is another issue...

Laurent,

Please follow up with technical details on &lt;STRONG&gt;Intel C++ compiler&lt;/STRONG&gt; forum if you think there are some issues with generated codes. Right now your statement is too generic. Thanks in advance.</description>
      <pubDate>Fri, 10 May 2013 00:49:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955106#M8366</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-05-10T00:49:15Z</dc:date>
    </item>
    <item>
      <title>I know :) I will if I can't</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955107#M8367</link>
      <description>&lt;P&gt;I know :) I will if I can't go around the issue.&lt;/P&gt;
&lt;P&gt;Laurent.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2013 00:50:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-unabled-to-find-source-code-when-code-compiled-with/m-p/955107#M8367</guid>
      <dc:creator>LLess</dc:creator>
      <dc:date>2013-05-10T00:50:07Z</dc:date>
    </item>
  </channel>
</rss>

