<?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 Hi, Steve. in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170218#M18115</link>
    <description>&lt;P&gt;Hi, Steve.&lt;/P&gt;&lt;P&gt;Did you try 'sudo yum install kernel-devel-3.10.0-327.el7.x86_64'?&lt;/P&gt;&lt;P&gt;if the package is not avalable you could try to download and install it directly.&lt;/P&gt;&lt;P&gt;for example,&amp;nbsp;&amp;nbsp;'sudo rpm -ivh&amp;nbsp;kernel-devel-3.10.0-327.el7.x86_64.rpm' from&lt;/P&gt;&lt;P&gt;&lt;A href="https://buildlogs.centos.org/c7.1511.00/kernel/20151119220809/3.10.0-327.el7.x86_64/&amp;nbsp;" target="_blank"&gt;https://buildlogs.centos.org/c7.1511.00/kernel/20151119220809/3.10.0-327.el7.x86_64/&amp;nbsp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kirill&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2020 07:58:33 GMT</pubDate>
    <dc:creator>Kirill_U_Intel</dc:creator>
    <dc:date>2020-04-27T07:58:33Z</dc:date>
    <item>
      <title>Profiler Drivers missing</title>
      <link>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170214#M18111</link>
      <description>&lt;P&gt;Brand new to vtune, on a Centos Linux machine.&amp;nbsp; "uname -r" gives "3.10.0-327.el7.x86_64".&lt;/P&gt;&lt;P&gt;When I installed vtune, it said&lt;/P&gt;&lt;P&gt;The install program cannot detect the kernel source directory for OS kernel&lt;BR /&gt;version 3.10.0-327.el7.x86_64. If kernel sources are already installed to custom&lt;BR /&gt;directory, set up this parameter in Advanced Options -&amp;gt; Driver Build Options&lt;BR /&gt;dialog.&lt;BR /&gt;To install kernel headers, execute one of the following commands specific to&lt;BR /&gt;your operating system:&lt;BR /&gt;- CentOS / Red Hat Enterprise Linux&lt;BR /&gt;&amp;nbsp; &amp;nbsp;- On a system with the default kernel, install the kernel-devel package:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;sudo yum install kernel-devel-3.10.0-327.el7.x86_64&lt;BR /&gt;&amp;nbsp; &amp;nbsp;- On a system with the PAE kernel, install the kernel-PAE package:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;sudo yum install kernel-PAE-devel-3.10.0-327.el7.x86_64&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to run that final "yum" line, I get:&lt;/P&gt;&lt;P&gt;No package kernel-PAE-devel-3.10.0-327.el7.x86_64 available.&lt;/P&gt;&lt;P&gt;When&amp;nbsp;I run either vtune-self-checker.sh or try to set up a Microarchitecture Exploration inside the vtune GUI,&lt;BR /&gt;they tell me&amp;nbsp;&amp;nbsp;"vtune: Error: This analysis type requires either an access to system-wide monitoring in the Linux perf subsystem or installation of the VTune Profiler drivers (see the "Sampling Drivers" help topic for further details). "&lt;/P&gt;&lt;P&gt;How do I install the VTune Profiler drivers?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 18:25:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170214#M18111</guid>
      <dc:creator>biederman__steve</dc:creator>
      <dc:date>2020-04-23T18:25:50Z</dc:date>
    </item>
    <item>
      <title>Hey Steve,</title>
      <link>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170215#M18112</link>
      <description>&lt;P&gt;Hey Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error message suggests to install perf or vtune drivers. So to resolve the issue you could try any one among&amp;nbsp;the 2 below alternatives:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;alternative 1: Install perf&lt;/P&gt;&lt;P&gt;You can install perf on centos with the below command&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;sudo yum install perf gawk&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;alternative 2:&lt;/P&gt;
&lt;P&gt;You could build vtune drivers by using the below command:&lt;/P&gt;

&lt;PRE class="brush:bash; class-name:dark;"&gt;cd {VTUNE_INSTALLATION_PATH}/sepdk/src/
./build-driver -ni  --kernel-version="3.10.0-327.el7.x86_64" --kernel-src-dir="/usr/src/kernels/3.10.0-327.el7.x86_64"&lt;/PRE&gt;

&lt;P&gt;Also find below a more detailed documentation on building drivers in the below link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/en-us/vtune-help-building-and-installing-the-sampling-drivers-for-linux-targets"&gt;https://software.intel.com/en-us/vtune-help-building-and-installing-the-sampling-drivers-for-linux-targets&lt;/A&gt;&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, 24 Apr 2020 09:12:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170215#M18112</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2020-04-24T09:12:00Z</dc:date>
    </item>
    <item>
      <title>My /usr/src/kernels is empty.</title>
      <link>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170216#M18113</link>
      <description>&lt;P&gt;My /usr/src/kernels is empty.&amp;nbsp; Is there something I can do or am I out of luck?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 17:26:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170216#M18113</guid>
      <dc:creator>biederman__steve</dc:creator>
      <dc:date>2020-04-24T17:26:07Z</dc:date>
    </item>
    <item>
      <title>FYI, I do have a /lib/modules</title>
      <link>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170217#M18114</link>
      <description>&lt;P&gt;FYI, I do have a&amp;nbsp;/lib/modules/3.10.0-327.el7.x86_64/source which is a symlink to the non-existent&amp;nbsp;/usr/src/kernels/3.10.0-327.el7.x86_64.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 17:31:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170217#M18114</guid>
      <dc:creator>biederman__steve</dc:creator>
      <dc:date>2020-04-24T17:31:33Z</dc:date>
    </item>
    <item>
      <title>Hi, Steve.</title>
      <link>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170218#M18115</link>
      <description>&lt;P&gt;Hi, Steve.&lt;/P&gt;&lt;P&gt;Did you try 'sudo yum install kernel-devel-3.10.0-327.el7.x86_64'?&lt;/P&gt;&lt;P&gt;if the package is not avalable you could try to download and install it directly.&lt;/P&gt;&lt;P&gt;for example,&amp;nbsp;&amp;nbsp;'sudo rpm -ivh&amp;nbsp;kernel-devel-3.10.0-327.el7.x86_64.rpm' from&lt;/P&gt;&lt;P&gt;&lt;A href="https://buildlogs.centos.org/c7.1511.00/kernel/20151119220809/3.10.0-327.el7.x86_64/&amp;nbsp;" target="_blank"&gt;https://buildlogs.centos.org/c7.1511.00/kernel/20151119220809/3.10.0-327.el7.x86_64/&amp;nbsp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kirill&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 07:58:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170218#M18115</guid>
      <dc:creator>Kirill_U_Intel</dc:creator>
      <dc:date>2020-04-27T07:58:33Z</dc:date>
    </item>
    <item>
      <title>Hi Steve,</title>
      <link>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170219#M18116</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried out the steps provided ?. Do the resolve your issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 09:54:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170219#M18116</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2020-04-30T09:54:27Z</dc:date>
    </item>
    <item>
      <title>That resolved my issue,</title>
      <link>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170220#M18117</link>
      <description>&lt;P&gt;That resolved my issue, thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 17:39:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170220#M18117</guid>
      <dc:creator>biederman__steve</dc:creator>
      <dc:date>2020-04-30T17:39:15Z</dc:date>
    </item>
    <item>
      <title>Thanks for the confirmation.</title>
      <link>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170221#M18118</link>
      <description>&lt;P&gt;Thanks for the confirmation we are closing this case. Please feel free to&amp;nbsp; raise a new thread for further issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 04:31:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Profiler-Drivers-missing/m-p/1170221#M18118</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2020-05-04T04:31:00Z</dc:date>
    </item>
  </channel>
</rss>

