<?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] Failes to profile even with paranoid = -1 or 0 in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Vtune-Failes-to-profile-even-with-paranoid-1-or-0/m-p/1483423#M23399</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting in Intel communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To understand your issue better, could you please provide the below details?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you are using an older version of vtune please upgrade it to 2023.1 (also check the OS you are using supported &lt;A href="https://www.intel.com/content/www/us/en/developer/articles/system-requirements/vtune-profiler-system-requirements.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/system-requirements/vtune-profiler-system-requirements.html&lt;/A&gt;)&lt;/LI&gt;
&lt;LI&gt;Can you please tell me the name of the operating system and processor details you are using? (If Linux, please specify the distribution like Centos7,8, Ubuntu18,20, etc)&lt;/LI&gt;
&lt;LI&gt;Are you facing this issue with the matrix sample application too? (&amp;lt;vtune installation path&amp;gt;samples/en/C++/matrix), if not &lt;SPAN&gt;attach a sample reproducer and screenshots. so we can reproduce your issue from our end&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Check the output for /proc/sys/kernel/perf_event_paranoid is set as -1&lt;/LI&gt;
&lt;LI&gt;Please attach self-checker logs by running the below command.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;Vtune_installation_directory\latest\bin64\vtune-self-checker.bat&amp;gt; for windows.

&amp;lt;Vtune_installation_directory\latest\bin64\vtune-self-checker.sh&amp;gt; for linux.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jaideep&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2023 11:49:15 GMT</pubDate>
    <dc:creator>JaideepK_Intel</dc:creator>
    <dc:date>2023-05-05T11:49:15Z</dc:date>
    <item>
      <title>[Vtune] Failes to profile even with paranoid = -1 or 0</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-Failes-to-profile-even-with-paranoid-1-or-0/m-p/1483004#M23390</link>
      <description>&lt;P&gt;Attempting to profile a program using vtune via command line results on the following failure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Error:
Access to performance monitoring and observability operations is limited.
Consider adjusting /proc/sys/kernel/perf_event_paranoid setting to open
access to performance monitoring and observability operations for processes
without CAP_PERFMON, CAP_SYS_PTRACE or CAP_SYS_ADMIN Linux capability.
More information can be found at 'Perf events and tool security' document:
https://www.kernel.org/doc/html/latest/admin-guide/perf-security.html
perf_event_paranoid setting is 0:
  -1: Allow use of (almost) all events by all users
      Ignore mlock limit after perf_event_mlock_kb without CAP_IPC_LOCK
&amp;gt;= 0: Disallow raw and ftrace function tracepoint access
&amp;gt;= 1: Disallow CPU event access
&amp;gt;= 2: Disallow kernel profiling
To make the adjusted perf_event_paranoid setting permanent preserve it
in /etc/sysctl.conf (e.g. kernel.perf_event_paranoid = &amp;lt;setting&amp;gt;)

vtune: Collection failed.
vtune: Internal Error&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 04 May 2023 09:41:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-Failes-to-profile-even-with-paranoid-1-or-0/m-p/1483004#M23390</guid>
      <dc:creator>alexcp</dc:creator>
      <dc:date>2023-05-04T09:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: [Vtune] Failes to profile even with paranoid = -1 or 0</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-Failes-to-profile-even-with-paranoid-1-or-0/m-p/1483423#M23399</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting in Intel communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To understand your issue better, could you please provide the below details?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you are using an older version of vtune please upgrade it to 2023.1 (also check the OS you are using supported &lt;A href="https://www.intel.com/content/www/us/en/developer/articles/system-requirements/vtune-profiler-system-requirements.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/system-requirements/vtune-profiler-system-requirements.html&lt;/A&gt;)&lt;/LI&gt;
&lt;LI&gt;Can you please tell me the name of the operating system and processor details you are using? (If Linux, please specify the distribution like Centos7,8, Ubuntu18,20, etc)&lt;/LI&gt;
&lt;LI&gt;Are you facing this issue with the matrix sample application too? (&amp;lt;vtune installation path&amp;gt;samples/en/C++/matrix), if not &lt;SPAN&gt;attach a sample reproducer and screenshots. so we can reproduce your issue from our end&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Check the output for /proc/sys/kernel/perf_event_paranoid is set as -1&lt;/LI&gt;
&lt;LI&gt;Please attach self-checker logs by running the below command.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;Vtune_installation_directory\latest\bin64\vtune-self-checker.bat&amp;gt; for windows.

&amp;lt;Vtune_installation_directory\latest\bin64\vtune-self-checker.sh&amp;gt; for linux.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jaideep&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 11:49:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-Failes-to-profile-even-with-paranoid-1-or-0/m-p/1483423#M23399</guid>
      <dc:creator>JaideepK_Intel</dc:creator>
      <dc:date>2023-05-05T11:49:15Z</dc:date>
    </item>
    <item>
      <title>Re:[Vtune] Failes to profile even with paranoid = -1 or 0</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-Failes-to-profile-even-with-paranoid-1-or-0/m-p/1485558#M23417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide the details which are mentioned above?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jaideep&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 May 2023 04:45:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-Failes-to-profile-even-with-paranoid-1-or-0/m-p/1485558#M23417</guid>
      <dc:creator>JaideepK_Intel</dc:creator>
      <dc:date>2023-05-12T04:45:57Z</dc:date>
    </item>
    <item>
      <title>Re:[Vtune] Failes to profile even with paranoid = -1 or 0</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-Failes-to-profile-even-with-paranoid-1-or-0/m-p/1487758#M23442</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. This thread will no longer be monitored by Intel. 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,&lt;/P&gt;&lt;P&gt;Jaideep&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 May 2023 09:19:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-Failes-to-profile-even-with-paranoid-1-or-0/m-p/1487758#M23442</guid>
      <dc:creator>JaideepK_Intel</dc:creator>
      <dc:date>2023-05-19T09:19:18Z</dc:date>
    </item>
  </channel>
</rss>

