<?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 Thanks for your result data. in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045499#M13960</link>
    <description>&lt;P&gt;Thanks for your result data.&lt;/P&gt;

&lt;P&gt;The reason was simple, you can find all eight threads in timeline panel, but one of eight threads consumed less CPU time (responsible for context switching?), so functions of &amp;nbsp;that thread were not appeared in hotspots report.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jun 2014 01:18:09 GMT</pubDate>
    <dc:creator>Peter_W_Intel</dc:creator>
    <dc:date>2014-06-20T01:18:09Z</dc:date>
    <item>
      <title>No call stack information for some threads</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045492#M13953</link>
      <description>&lt;P&gt;I have two systems with vtune installed and i am trying to collect hardware events and then generate a report grouped by thread. I use the following two commands:&lt;/P&gt;

&lt;P&gt;amplxe-cl -collect general-exploration -knob enable-stack-collection=true -data-limit=0 -d='unlimited' -target-duration-type=long -r vresult -app-working-dir . --search-dir sym:p=. -- ./myapp myarg&lt;/P&gt;

&lt;P&gt;amplxe-cl -report hw-events -group-by thread -r vresult &amp;gt;result.tx&lt;/P&gt;

&lt;P&gt;The two systems are&lt;/P&gt;

&lt;P&gt;System A -&amp;nbsp;Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz&lt;/P&gt;

&lt;P&gt;System B -&amp;nbsp;&amp;nbsp;Intel(R) Xeon(R) CPU E5530 &amp;nbsp;@ 2.40GHz&lt;/P&gt;

&lt;P&gt;In system A i get all thread information, for example if 8 threads were created i get all thread information however on the other i do not get the information for all the threads. The report generated has lesser number of threads than there should be.&lt;/P&gt;

&lt;P&gt;When i try doing the same thing through the GUI in the system B i see that some threads have no call stack information and thus the Hw events for these threads are NIL.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have dbg library packages installed as well. Appreciate any help. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2014 20:55:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045492#M13953</guid>
      <dc:creator>Girish_M_</dc:creator>
      <dc:date>2014-06-18T20:55:28Z</dc:date>
    </item>
    <item>
      <title>That is true for your "System</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045493#M13954</link>
      <description>&lt;P&gt;That is true for your "&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;System B -&amp;nbsp;&amp;nbsp;Intel(R) Xeon(R) CPU E5530 &amp;nbsp;@ 2.40GHz&lt;/SPAN&gt;". This is a &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Nehalem-EP processor.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I can reproduce this on my side.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;# amplxe-cl -collect general-exploration -knob enable-stack-collection=true -app-working-dir /home/peter/problem_report -- /home/peter/problem_report/primes.ia32&lt;BR /&gt;
	amplxe: Error: Cannot enable advanced capabilities for Hardware Event-based Sampling: problem with the driver (vtss/vtsspp). Check that the driver is running and the driver group is in the current user group list. See "Building and Managing the Sampling Driver" help topic for further details.&lt;/P&gt;

&lt;P&gt;#&amp;nbsp;amplxe-cl -collect general-exploration -knob enable-stack-collection=&lt;STRONG&gt;false&lt;/STRONG&gt; -app-working-dir /home/peter/problem_report -- /home/peter/problem_report/primes.ia32 &amp;nbsp;; it can work properly&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Event-based sampling with stack collection can work only on SandBridge processors or later. You may try other supported processor.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2014 06:02:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045493#M13954</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2014-06-19T06:02:03Z</dc:date>
    </item>
    <item>
      <title>Thank you for your fast reply</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045494#M13955</link>
      <description>&lt;P&gt;Thank you for your fast reply. I checked that the driver is running and i am the member of the group driver is running in. I see that on setting enable-stack-collection to false i see thread data for all threads however as expected i see very few HW counters. So i will have to try on another system to get these counters i suppose. Thanks again!!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2014 06:35:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045494#M13955</guid>
      <dc:creator>Girish_M_</dc:creator>
      <dc:date>2014-06-19T06:35:20Z</dc:date>
    </item>
    <item>
      <title>&gt; In system A i get all</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045495#M13956</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;In system A i get all thread information, for example if 8 threads were created i get all thread information however on the other i do not get the information for all the threads.&amp;nbsp;&amp;nbsp;The report generated has lesser number of threads than there should be.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I don't understand that you said you can get all thread information...why the report generated has lesser number of threads than there should be?&lt;/P&gt;

&lt;P&gt;Can you please describe it more detail and post VTune result?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2014 06:53:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045495#M13956</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2014-06-19T06:53:29Z</dc:date>
    </item>
    <item>
      <title>I have attached the output of</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045496#M13957</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I have attached the output of &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;amplxe-cl -collect custom-hw-0 &amp;nbsp;-knob enable-stack-collection=true -data-limit=0 -d='unlimited' -target-duration-type=long -r vresult -app-working-dir . --search-dir sym:p=. -- ./myapp myarg&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;//here my app runs with 8 threads&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;amplxe-cl -report hw-events -group-by thread -r vresult &amp;gt;vtuneresults.txt&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I have attached vtuneresults.txt and there is information on only 7 threads and not 8.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I tried unloading the drivers (./rmmod-sep3 -s) and reloaded them granting permissions to all users (./insmod-sep3 -pu -p 666) as shown in the Build and manage sampling driver thread and the number of times the thread information is not found is greatly reduced.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:19:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045496#M13957</guid>
      <dc:creator>Girish_M_</dc:creator>
      <dc:date>2014-06-19T07:19:47Z</dc:date>
    </item>
    <item>
      <title>It would be helpful if you</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045497#M13958</link>
      <description>&lt;P&gt;It would be helpful if you could zip and attach the result directory - the directory you point as -r vresult.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards, Dmitry&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045497#M13958</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2014-06-19T07:56:00Z</dc:date>
    </item>
    <item>
      <title>Please find the result</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045498#M13959</link>
      <description>&lt;P&gt;Please find the result attached.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2014 19:09:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045498#M13959</guid>
      <dc:creator>Girish_M_</dc:creator>
      <dc:date>2014-06-19T19:09:58Z</dc:date>
    </item>
    <item>
      <title>Thanks for your result data.</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045499#M13960</link>
      <description>&lt;P&gt;Thanks for your result data.&lt;/P&gt;

&lt;P&gt;The reason was simple, you can find all eight threads in timeline panel, but one of eight threads consumed less CPU time (responsible for context switching?), so functions of &amp;nbsp;that thread were not appeared in hotspots report.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 01:18:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045499#M13960</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2014-06-20T01:18:09Z</dc:date>
    </item>
    <item>
      <title>All the threads here executed</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045500#M13961</link>
      <description>&lt;P&gt;All the threads here executed the same code so when you say consumed less CPU time, Do you mean the time it consumed was not accounted by Vtune? &amp;nbsp;and i do not see such issue on other system.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 04:20:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045500#M13961</guid>
      <dc:creator>Girish_M_</dc:creator>
      <dc:date>2014-06-20T04:20:52Z</dc:date>
    </item>
    <item>
      <title>The reason could be - your</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045501#M13962</link>
      <description>&lt;P&gt;The reason could be - your app ran shortly 0.3s?. Last thread waited for task assignment but program ended. Please try to add more workload. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 06:26:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045501#M13962</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2014-06-20T06:26:11Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045502#M13963</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;VTune reports that one of the working threads did not have samples since it was out by preemption and was inactive during the whole run.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;To explore more could you please do the following collection:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;amplxe-cl -collect general-exploration -analyze-system -data-limit=0 -d='unlimited' -target-duration-type=long -r vresult -app-working-dir . --search-dir sym:p=. -- ./myapp myarg&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;and provide the result dir.&lt;/P&gt;

&lt;P&gt;Also - it seems that you are limiting the number of working threads by phisical cores only. Do you use any affinity for threads to pin them to phisical cores exclusively?&lt;/P&gt;

&lt;P&gt;Thanks &amp;amp; Regards, Dmitry&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 11:05:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045502#M13963</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2014-06-20T11:05:29Z</dc:date>
    </item>
    <item>
      <title>Please find the compressed</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045503#M13964</link>
      <description>&lt;P&gt;Please find the compressed vresult directory attached. Also i measure the ticks each thread ran using clock() in C and i see that all these threads executed for almost the same number of ticks yet i do not get the thread data for one thread. &amp;nbsp;In this case the thread with id 11034 is missing and i see that this thread was created first using pthreads and finished last.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 18:09:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045503#M13964</guid>
      <dc:creator>Girish_M_</dc:creator>
      <dc:date>2014-06-20T18:09:32Z</dc:date>
    </item>
    <item>
      <title>Also I am limiting the number</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045504#M13965</link>
      <description>&lt;P&gt;Also I am limiting the number of threads to be equal to number of cores however i am not pining them to a certain core. Also please find the source code for the app that i am running, it is a nqueens problem solver however in this case instead of merging the different data got from different threads , each thread is made to generate all the data so that each thread executes for the same time theoretically.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 19:14:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045504#M13965</guid>
      <dc:creator>Girish_M_</dc:creator>
      <dc:date>2014-06-20T19:14:58Z</dc:date>
    </item>
    <item>
      <title>This can be reproduced on</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045505#M13966</link>
      <description>&lt;P&gt;This can be reproduced on SandyBridge as well. I run this in a loop and count the number of thread info that has been produced, if it is less, i stop.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jun 2014 22:14:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045505#M13966</guid>
      <dc:creator>Girish_M_</dc:creator>
      <dc:date>2014-06-21T22:14:32Z</dc:date>
    </item>
    <item>
      <title>Thanks for your example code.</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045506#M13967</link>
      <description>&lt;P&gt;Thanks for your example code.&lt;/P&gt;

&lt;P&gt;I recompiled your code, and cannot reproduce this issue (I attached binary, you may try again, is it due to gcc version?)&lt;/P&gt;

&lt;P&gt;gcc-4.4.6-3.el6.x86_64&lt;/P&gt;

&lt;P&gt;I used VTune Amplifier XE 2013 Update 17. See attached my VTune result.&lt;/P&gt;

&lt;P&gt;There were 8 working threads + 1 main thread. Can other people reproduce this problem?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jun 2014 05:02:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045506#M13967</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2014-06-22T05:02:24Z</dc:date>
    </item>
    <item>
      <title>binary file</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045507#M13968</link>
      <description>&lt;P&gt;binary file&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jun 2014 05:04:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045507#M13968</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2014-06-22T05:04:00Z</dc:date>
    </item>
    <item>
      <title>Hi Peter,</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045508#M13969</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;

&lt;P&gt;I used the binary &amp;nbsp;you provided and ran it on the&amp;nbsp;machine : Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz, which was less prone to this error.&lt;/P&gt;

&lt;P&gt;I still see the error. Please find the result attached. Since the number of cores is 4 in this machine, i try to spawn 4 threads however here i get info on only 3 threads and the main thread info is very rare. I hardly see it.&lt;/P&gt;

&lt;P&gt;Did you run it in a loop? because i see this issue sometimes not getting reproduced on running less number of times.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jun 2014 20:09:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045508#M13969</guid>
      <dc:creator>Girish_M_</dc:creator>
      <dc:date>2014-06-22T20:09:24Z</dc:date>
    </item>
    <item>
      <title>It seemed that you changed</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045509#M13970</link>
      <description>&lt;P&gt;It seemed that you changed binary name with command "./NDAID 4" in result...there are 8 logical cores, why did you run it in 4 threads?&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I also tried in IvyBridge processor which has 8 logical CPU cores, with 3.5GHz frequency, the result was expected, the difference is:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;My OS: 3.11.0-19-generic&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Your OS: 3.13.0-24-generic&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Is it possible due to OS task scheduling reason? Can you try on some old operating systems?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2014 02:06:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045509#M13970</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2014-06-23T02:06:00Z</dc:date>
    </item>
    <item>
      <title>Looked at the result attached</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045510#M13971</link>
      <description>&lt;P&gt;Looked at the result attached and also experimented a bit on my IVT box compiling the source provided.&lt;/P&gt;

&lt;P&gt;First - the run seems to be quite short and you use&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;target-duration-type=long knob that sets pretty coarse grain sampling interval.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;So I would recommend to set it to "veryshort".&lt;/P&gt;

&lt;P&gt;When I did this I saw all 9 threads - 8 working threads and 1 main thread that though consumes pretty small portion of CPU mostly waiting on thread_join.&lt;/P&gt;

&lt;P&gt;Thansk &amp;amp; Regards, Dmitry&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2014 10:24:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045510#M13971</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2014-06-24T10:24:11Z</dc:date>
    </item>
    <item>
      <title>Hi Dmitry,</title>
      <link>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045511#M13972</link>
      <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;

&lt;P&gt;I tried very short on &amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Nehalem-EP Processor with target-duration-type set to veryshort and i could reproduce the issue. I also found that once i restart the system it can sometimes take more than 1000 runs to reproduce the issue. Attached is the result of the run when i hit the issue.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Peter,&lt;/P&gt;

&lt;P&gt;I am waiting for a system, i will soon run on older kernel once i get it.&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Girish&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2014 16:42:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/No-call-stack-information-for-some-threads/m-p/1045511#M13972</guid>
      <dc:creator>Girish_M_</dc:creator>
      <dc:date>2014-06-24T16:42:18Z</dc:date>
    </item>
  </channel>
</rss>

