<?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 Re:Vtune top-down report fails in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1545461#M24132</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Good day to you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This thread will no longer be monitored by Intel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you need further assistance, please post a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Varad&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Nov 2023 05:54:32 GMT</pubDate>
    <dc:creator>VaradJ_Intel</dc:creator>
    <dc:date>2023-11-20T05:54:32Z</dc:date>
    <item>
      <title>Vtune top-down report fails</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1528573#M23956</link>
      <description>&lt;P&gt;Dear Vtune experts,&lt;/P&gt;&lt;P&gt;I'm trying to generate csv report from the data collected using&amp;nbsp;-collect=hotspots options.&lt;/P&gt;&lt;P&gt;And running on that error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;vtune: Executing actions 75 % Generating a report                              exception maximum recursion depth exceeded
Traceback (most recent call last):
  File "/localdisk/jenkins/workspace/Official/VTune/Build/vtune/build/build_release_posix-x86_64_icx_2023.0.0_gnutools_9.2_binutils_2.28/reporter.python/src/python/tmpf2p9n04h/wrapper.py", line 110, in run
  File "/cvmfs/projects.cern.ch/intelsw/oneAPI/linux/x86_64/2023/vtune/2023.2.0/config/report/top-down.tmpl", line 82, in &amp;lt;module&amp;gt;
    table_formatter.format_table(tt)
  File "/localdisk/jenkins/workspace/Official/VTune/Build/vtune/build/build_release_posix-x86_64_icx_2023.0.0_gnutools_9.2_binutils_2.28/dpihelpers.python/python/dpihelpers1/tmpnuv7q07u/table_formatter.py", line 191, in format_table
  File "/localdisk/jenkins/workspace/Official/VTune/Build/vtune/build/build_release_posix-x86_64_icx_2023.0.0_gnutools_9.2_binutils_2.28/dpihelpers.python/python/dpihelpers1/tmpnuv7q07u/table_formatter.py", line 242, in _prepare_table
  File "/localdisk/jenkins/workspace/Official/VTune/Build/vtune/build/build_release_posix-x86_64_icx_2023.0.0_gnutools_9.2_binutils_2.28/dpihelpers.python/python/dpihelpers1/tmpnuv7q07u/table_formatter.py", line 232, in _deep_row_iterator
  File "/localdisk/jenkins/workspace/Official/VTune/Build/vtune/build/build_release_posix-x86_64_icx_2023.0.0_gnutools_9.2_binutils_2.28/dpihelpers.python/python/dpihelpers1/tmpnuv7q07u/table_formatter.py", line 228, in _deep_row_iterator_impl
  File "/localdisk/jenkins/workspace/Official/VTune/Build/vtune/build/build_release_posix-x86_64_icx_2023.0.0_gnutools_9.2_binutils_2.28/dpihelpers.python/python/dpihelpers1/tmpnuv7q07u/table_formatter.py", line 228, in _deep_row_iterator_impl
  File "/localdisk/jenkins/workspace/Official/VTune/Build/vtune/build/build_release_posix-x86_64_icx_2023.0.0_gnutools_9.2_binutils_2.28/dpihelpers.python/python/dpihelpers1/tmpnuv7q07u/table_formatter.py", line 228, in _deep_row_iterator_impl
  [Previous line repeated 985 more times]
  File "/localdisk/jenkins/workspace/Official/VTune/Build/vtune/build/build_release_posix-x86_64_icx_2023.0.0_gnutools_9.2_binutils_2.28/dpihelpers.python/python/dpihelpers1/tmpnuv7q07u/table_formatter.py", line 226, in _deep_row_iterator_impl
  File "/localdisk/jenkins/workspace/Official/VTune/Build/vtune/build/build_release_posix-x86_64_icx_2023.0.0_gnutools_9.2_binutils_2.28/dpihelpers.python/python/dpihelpers1/tmpnuv7q07u/utils.py", line 123, in __iter__
  File "/localdisk/jenkins/workspace/Official/VTune/Build/vtune/build/build_release_posix-x86_64_icx_2023.0.0_gnutools_9.2_binutils_2.28/dicerhelpers.python/python/tmpy5_v2ck6/qlibrary.py", line 665, in __init__
RecursionError: maximum recursion depth exceeded&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the command I'm using to create a report:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;vtune -report top-down -call-stack-mode all -column="CPU Time:Self","Module" -report-out ouput.csv -filter "Function Stack" -format csv -csv-delimiter comma;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you give me a hint of what can be wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 17:50:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1528573#M23956</guid>
      <dc:creator>blednotnik</dc:creator>
      <dc:date>2023-09-28T17:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune top-down report fails</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1528787#M23961</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good day to you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting on Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please can you share the following information:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. O.S details&lt;/P&gt;
&lt;P&gt;2. Processor details&lt;/P&gt;
&lt;P&gt;3. Kernel version&lt;/P&gt;
&lt;P&gt;4. Vtune version&lt;/P&gt;
&lt;P&gt;5. The exact steps you followed&lt;/P&gt;
&lt;P&gt;6. A sample reproducer of your application that can help us to reproduce the issue you are facing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Varad&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 10:56:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1528787#M23961</guid>
      <dc:creator>VaradJ_Intel</dc:creator>
      <dc:date>2023-09-29T10:56:38Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune top-down report fails</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1531664#M23993</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Good day to you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please can you provide us with the above details.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Varad&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Oct 2023 05:43:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1531664#M23993</guid>
      <dc:creator>VaradJ_Intel</dc:creator>
      <dc:date>2023-10-09T05:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune top-down report fails</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1533069#M24017</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Sorry for a quite slow reply.&lt;/P&gt;&lt;P&gt;The O.S. is&amp;nbsp;&lt;SPAN class=""&gt;CentOS 7.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The processor details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                64
On-line CPU(s) list:   0-31
Off-line CPU(s) list:  32-63
Thread(s) per core:    1
Core(s) per socket:    16
Socket(s):             2
NUMA node(s):          2
Vendor ID:             AuthenticAMD
CPU family:            23
Model:                 49
Model name:            AMD EPYC 7302 16-Core Processor
Stepping:              0
CPU MHz:               3000.000
CPU max MHz:           3000.0000
CPU min MHz:           1500.0000
BogoMIPS:              5999.54
Virtualization:        AMD-V
L1d cache:             32K
L1i cache:             32K
L2 cache:              512K
L3 cache:              16384K
NUMA node0 CPU(s):     0-15
NUMA node1 CPU(s):     16-31&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kernel version:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Linux version 3.10.0-1160.42.2.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Tue Sep 7 14:49:57 UTC 2021&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;packages:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vtune version&amp;nbsp;&lt;SPAN class=""&gt;2023.2.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Python 3.9.12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;GCC compiler&amp;nbsp;&lt;SPAN&gt;GCC 1.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The full version of the installed packages you can find here:&amp;nbsp;&lt;A href="https://lcginfo.cern.ch/release_packages/x86_64-centos7-gcc11-opt/102b_ATLAS_29/" target="_blank" rel="noopener"&gt;https://lcginfo.cern.ch/release_packages/x86_64-centos7-gcc11-opt/102b_ATLAS_29/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I don't think that I can easily provide the sample reproducer, cause those tests were run in the Athena framework with ATLAS experiment data. The code is open, but I'm not sure that you are willing to install it to check the issue. But if it's only a way, I will try to come up with some container.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;I suspect that the output is quite large thus the&amp;nbsp;&lt;SPAN&gt;table_formatter.py fails to produce a CVS file. I can share the r000hs with you on any suitable for you file exchanger, but I can't attach it here, because it's &amp;gt;1G uncompressed and over 71Mb compressed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Thank you, Best regards, Tania.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 13:02:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1533069#M24017</guid>
      <dc:creator>blednotnik</dc:creator>
      <dc:date>2023-10-12T13:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune top-down report fails</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1534527#M24037</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good day to you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can only offer direct support for Intel hardware platforms that the Intel® oneAPI product supports.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Intel provides instructions on how to compile oneAPI code for both CPU and a wide range of GPU accelerators.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://intel.github.io/llvm-docs/GetStartedGuide.html" target="_blank" rel="noopener"&gt;https://intel.github.io/llvm-docs/GetStartedGuide.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can see that your processor and operating system don't meet the Intel Vtune system requirements.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We recommend you try using an Intel processor &amp;amp; supported operating system as mentioned in the below system requirements page:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/system-requirements/vtune-profiler-system-requirements.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/developer/articles/system-requirements/vtune-profiler-system-requirements.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you can try executing the same task on Intel DevCloud:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://devcloud.intel.com/oneapi/get_started/" target="_blank" rel="noopener"&gt;https://devcloud.intel.com/oneapi/get_started/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We tried creating csv report from the result file in Intel DevCloud and it is working fine for us. Please refer the screenshot below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaradJ_Intel_0-1697543130828.png" style="width: 938px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/46915i796752716B0B2AA4/image-dimensions/938x61?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="938" height="61" role="button" title="VaradJ_Intel_0-1697543130828.png" alt="VaradJ_Intel_0-1697543130828.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank You!&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Varad&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 11:46:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1534527#M24037</guid>
      <dc:creator>VaradJ_Intel</dc:creator>
      <dc:date>2023-10-17T11:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune top-down report fails</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1535204#M24043</link>
      <description>&lt;P&gt;Hi, Thank you for your suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please let me know how large the size of the r000hs is in your case?&lt;/P&gt;&lt;P&gt;Best regards, Tania.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 21:45:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1535204#M24043</guid>
      <dc:creator>blednotnik</dc:creator>
      <dc:date>2023-10-18T21:45:58Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune top-down report fails</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1536323#M24051</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Good day to you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We tried it on multiple result folders ranging in few MB to GB. The largest one among them was close to 3GB&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Varad&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Oct 2023 11:44:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1536323#M24051</guid>
      <dc:creator>VaradJ_Intel</dc:creator>
      <dc:date>2023-10-23T11:44:57Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune top-down report fails</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1539805#M24082</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Good day to you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please give us an update? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Did you tried executing the same task on a supported Processor and Operating System?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Varad&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Nov 2023 11:06:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1539805#M24082</guid>
      <dc:creator>VaradJ_Intel</dc:creator>
      <dc:date>2023-11-02T11:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Vtune top-down report fails</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1539889#M24085</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry not yet. I will explore the&amp;nbsp;&lt;A class="" href="https://devcloud.intel.com/oneapi/get_started/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://devcloud.intel.com/oneapi/get_started/&lt;/A&gt;&amp;nbsp;option and give you an update by the end of next week.&lt;/P&gt;&lt;P&gt;Thank you, Best regards, Tania.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 15:40:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1539889#M24085</guid>
      <dc:creator>blednotnik</dc:creator>
      <dc:date>2023-11-02T15:40:07Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune top-down report fails</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1543357#M24115</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Good day to you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please give us an update?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Varad&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Nov 2023 17:38:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1543357#M24115</guid>
      <dc:creator>VaradJ_Intel</dc:creator>
      <dc:date>2023-11-13T17:38:44Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune top-down report fails</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1545461#M24132</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Good day to you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This thread will no longer be monitored by Intel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you need further assistance, please post a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Varad&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Nov 2023 05:54:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-top-down-report-fails/m-p/1545461#M24132</guid>
      <dc:creator>VaradJ_Intel</dc:creator>
      <dc:date>2023-11-20T05:54:32Z</dc:date>
    </item>
  </channel>
</rss>

