<?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 Quote:james B. wrote: in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039855#M13705</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;james B. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Dear Dennis,&lt;/P&gt;
&lt;P&gt;I had similar problems with vtune recently. The cause turned out to be that it was using an older version of the SEP3 driver with a newer version of VTune. Complete uninstall then reinstall fixed it. This might also be something you want to check.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;James&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks James.&lt;/P&gt;
&lt;P&gt;Go /opt/intel/vtune_amplifier_xe_2015/sepdk/src/, run:&lt;/P&gt;
&lt;P&gt;a. rmmod-sep3&lt;/P&gt;
&lt;P&gt;b. build-driver&lt;/P&gt;
&lt;P&gt;c. insmod-sep3&lt;/P&gt;
&lt;P&gt;d. boot-script -- install&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jan 2015 00:58:49 GMT</pubDate>
    <dc:creator>Peter_W_Intel</dc:creator>
    <dc:date>2015-01-06T00:58:49Z</dc:date>
    <item>
      <title>Centos7 kernel oops when running</title>
      <link>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039847#M13697</link>
      <description>&lt;P&gt;When evaluating the&amp;nbsp;vtune_amplifier_xe_2015.1.0.367959 on Linux I experienced a kernel oops in the vtune kernel modules. I was trying to run the microarchitecture -&amp;gt; general exploration -&amp;gt; bandwidth test. Centos 7 x86 default install updated with all patches. Code was running on SNB machine with the vtune CLI_install installed as per manual.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;(CLI_install has another issues, the RHEL/Centos kernel sources are not in /usr/src/linux, installer does not pick that up automatically)&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;(Manual notes that power sampler should be installed but I read that it was removed earlier, update docs?)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Any ideas besides it's open source, please submit a patch?&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;:)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;code under test&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;compiled as user_loop (gcc 4.8.2 &amp;nbsp;-g)&lt;/P&gt;

&lt;P&gt;int main(void)&lt;BR /&gt;
	{&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; volatile unsigned long i=0;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while(i&amp;lt;1000000000)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ++i;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return 0;&lt;BR /&gt;
	}&lt;/P&gt;

&lt;P&gt;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;crash summary&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; KERNEL: /usr/lib/debug/lib/modules/3.10.0-123.el7.x86_64/vmlinux&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; DUMPFILE: /var/crash/127.0.0.1-2015.01.04-12:44:17/vmcore &amp;nbsp;[PARTIAL DUMP]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CPUS: 16&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DATE: Sun Jan &amp;nbsp;4 12:43:16 2015&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; UPTIME: 01:49:45&lt;BR /&gt;
	LOAD AVERAGE: 0.10, 0.07, 0.06&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TASKS: 367&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;RELEASE: 3.10.0-123.el7.x86_64&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;VERSION: #1 SMP Mon Jun 30 12:09:22 UTC 2014&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; MEMORY: 32 GB&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PANIC: "Oops: 0002 [#1] SMP " (check log for details)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PID: 29144&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;COMMAND: "user_loop"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TASK: ffff8805fc9571c0 &amp;nbsp;[THREAD_INFO: ffff8805fca2e000]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CPU: 8&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;STATE: TASK_RUNNING (PANIC)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;log:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[ 4291.860357] PAX: PMU arbitration service v1.0.1 has been started.&lt;BR /&gt;
	[ 4292.902500] sep3_15: PMU collection driver v3.15.5 (EMON) has been loaded.&lt;BR /&gt;
	[ 4292.934677] sep3_15: Chipset support is enabled.&lt;BR /&gt;
	[ 4292.956584] sep3_15: IDT vector 0x21 will be used for handling PMU interrupts.&lt;BR /&gt;
	[ 4295.038257] vtss++ kernel module ("v1.4.4-367959 Intel(R) VTune(TM) Amplifier XE 2013") registered&lt;BR /&gt;
	[ 6584.773197] BUG: unable to handle kernel paging request at ffffc900183f2000&lt;BR /&gt;
	[ 6584.805419] IP: [&amp;lt;ffffffffa05adeab&amp;gt;] UNC_COMMON_PCI_Read_Counts+0x6b/0x1b0 [sep3_15]&lt;BR /&gt;
	[ 6584.841380] PGD 42f405067 PUD 83f403067 PMD 2aa331067 PTE 0&lt;BR /&gt;
	[ 6584.867465] Oops: 0002 [#1] SMP&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;bt&lt;/STRONG&gt;&lt;BR /&gt;
	PID: 29144 &amp;nbsp;TASK: ffff8805fc9571c0 &amp;nbsp;CPU: 8 &amp;nbsp; COMMAND: "user_loop"&lt;BR /&gt;
	&amp;nbsp;#0 [ffff8805fca2fa90] machine_kexec at ffffffff81041181&lt;BR /&gt;
	&amp;nbsp;#1 [ffff8805fca2fae8] crash_kexec at ffffffff810cf0e2&lt;BR /&gt;
	&amp;nbsp;#2 [ffff8805fca2fbb8] oops_end at ffffffff815ea548&lt;BR /&gt;
	&amp;nbsp;#3 [ffff8805fca2fbe0] no_context at ffffffff815daf63&lt;BR /&gt;
	&amp;nbsp;#4 [ffff8805fca2fc30] __bad_area_nosemaphore at ffffffff815daff9&lt;BR /&gt;
	&amp;nbsp;#5 [ffff8805fca2fc78] bad_area_nosemaphore at ffffffff815db163&lt;BR /&gt;
	&amp;nbsp;#6 [ffff8805fca2fc88] __do_page_fault at ffffffff815ed36e&lt;BR /&gt;
	&amp;nbsp;#7 [ffff8805fca2fd88] do_page_fault at ffffffff815ed58a&lt;BR /&gt;
	&amp;nbsp;#8 [ffff8805fca2fdb0] page_fault at ffffffff815e97c8&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; [exception RIP: UNC_COMMON_PCI_Read_Counts+107]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; RIP: ffffffffa05adeab &amp;nbsp;RSP: ffff8805fca2fe60 &amp;nbsp;RFLAGS: 00010002&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; RAX: 0000000000000058 &amp;nbsp;RBX: 0000000000000001 &amp;nbsp;RCX: 0000000000000080&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; RDX: 0000000000000001 &amp;nbsp;RSI: ffffc900183f1f80 &amp;nbsp;RDI: 0000000000000001&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; RBP: ffff8805fca2fea8 &amp;nbsp; R8: 0000000000000003 &amp;nbsp; R9: 0000000000000000&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; R10: 0000000000000000 &amp;nbsp;R11: 0000000000000000 &amp;nbsp;R12: 000000000000003f&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; R13: 0000000000000040 &amp;nbsp;R14: 0000000000000058 &amp;nbsp;R15: ffffc900183f1f80&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; ORIG_RAX: ffffffffffffffff &amp;nbsp;CS: 0010 &amp;nbsp;SS: 0000&lt;BR /&gt;
	&amp;nbsp;#9 [ffff8805fca2feb0] PMI_Interrupt_Handler at ffffffffa05a3b14 [sep3_15]&lt;BR /&gt;
	#10 [ffff8805fca2ff50] SYS_Perfvec_Handler at ffffffffa05b0f85 [sep3_15]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; RIP: 000000000040050a &amp;nbsp;RSP: 00007fff61c5d0b0 &amp;nbsp;RFLAGS: 00000206&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; RAX: 0000000015d95a9f &amp;nbsp;RBX: 0000000000000000 &amp;nbsp;RCX: 0000000000400520&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; RDX: 00007fff61c5d1a8 &amp;nbsp;RSI: 00007fff61c5d198 &amp;nbsp;RDI: 0000000000000001&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; RBP: 00007fff61c5d0b0 &amp;nbsp; R8: 00007f15a1e68e80 &amp;nbsp; R9: 0000000000000000&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; R10: 00007fff61c5cf40 &amp;nbsp;R11: 00007f15a1acea00 &amp;nbsp;R12: 0000000000400400&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; R13: 00007fff61c5d190 &amp;nbsp;R14: 0000000000000000 &amp;nbsp;R15: 0000000000000000&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; ORIG_RAX: 0000000015d95a9f &amp;nbsp;CS: 0033 &amp;nbsp;SS: 002b&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jan 2015 12:29:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039847#M13697</guid>
      <dc:creator>Dennis_F_</dc:creator>
      <dc:date>2015-01-04T12:29:16Z</dc:date>
    </item>
    <item>
      <title>I meant x86_64 obviously</title>
      <link>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039848#M13698</link>
      <description>&lt;P&gt;I meant x86_64 obviously&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jan 2015 12:31:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039848#M13698</guid>
      <dc:creator>Dennis_F_</dc:creator>
      <dc:date>2015-01-04T12:31:07Z</dc:date>
    </item>
    <item>
      <title>(I would like to hear if</title>
      <link>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039849#M13699</link>
      <description>&lt;P&gt;(I would like to hear if there are similar issues from Centos 7 from others:-) )&lt;/P&gt;

&lt;P&gt;I saw some clues from your outputs:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;gt; [ 6584.773197] BUG: unable to handle kernel paging request at ffffc900183f2000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;gt;DUMPFILE: /var/crash/127.0.0.1-2015.01.04-12:44:17/vmcore &amp;nbsp;[PARTIAL DUMP]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;1. Did you work on Linux* which was installed on Virtual Machine? If it was the case, please work VTune(TM) Amplifier XE on native Linux*, Linux * on VM is supported by VTune only for VMWare Fusion* 5. If you installed VTune on Linux on other VM, you can only use user-mode sampling collectors.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;2. Was it possible that your system was configured with huge memory page? As I knew, there was limitation to install hook functions from device driver.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;3. Did you use standard Centos 7? or standard patches? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;If you don't have above problems, My opinion is to submit a ticket to &lt;A href="https://premier.intel.com"&gt;Intel Premier&lt;/A&gt;, with your data - maybe need your more private data for investigating.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;*By the way, Power profiling has been removed from regular VTune, please get this function in VTune which is in&lt;A href="https://software.intel.com/en-us/intel-system-studio"&gt; Intel(R) System Studio XE&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2015 06:21:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039849#M13699</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2015-01-05T06:21:24Z</dc:date>
    </item>
    <item>
      <title>Hi Peter,</title>
      <link>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039850#M13700</link>
      <description>Hi Peter,

Thanks for the quick reply. This was a clean Centos7 on a physical machine, so that rules out 1&amp;amp;3. 

However 2 was spot on, as I did configure huge pages so I could test the difference in TLB walks (but none were allocated yet). Is there documentation on this limitation or are there recommendations on using it so that I can work around it?

Thanks,
Dennis</description>
      <pubDate>Mon, 05 Jan 2015 06:38:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039850#M13700</guid>
      <dc:creator>Dennis_F_</dc:creator>
      <dc:date>2015-01-05T06:38:05Z</dc:date>
    </item>
    <item>
      <title>Sorry. It seemed that</title>
      <link>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039851#M13701</link>
      <description>&lt;P&gt;Sorry. It seemed that configuring huge page by hugetlbfs in GRUB parameter is supported by VTune, I tried:&lt;/P&gt;

&lt;P&gt;default_hugepagesz=1g hugepagesz=1g hugepages=4 memmap=1G$4G&amp;nbsp;&lt;/P&gt;

&lt;P&gt;(This was not supported in old product)&lt;/P&gt;

&lt;P&gt;Please verify if all vtune drivers are loaded: lsmod grep [sep|pax|vtsspp], then helped to collect info:&lt;/P&gt;

&lt;P&gt;1) export AMPLXE_DEBUG=1&lt;BR /&gt;
	2) export AMPLXE_LOG_LEVEL=TRACE&lt;BR /&gt;
	3) export AMPLXE_LOG_DIR=&amp;lt;dir&amp;gt;&lt;BR /&gt;
	4) in different root console&lt;BR /&gt;
	&amp;gt; while true; dmesg -c &amp;gt;&amp;gt;out_dmesg; done&lt;BR /&gt;
	5) from the first console (environment variables) start collection and reproduce the problem.&lt;/P&gt;

&lt;P&gt;Then provide&lt;BR /&gt;
	1)&amp;nbsp;&amp;nbsp; &amp;nbsp;the result directory&lt;BR /&gt;
	2)&amp;nbsp;&amp;nbsp; &amp;nbsp;log files&lt;BR /&gt;
	3)&amp;nbsp;&amp;nbsp; &amp;nbsp;out_dmesg&lt;/P&gt;

&lt;P&gt;I will report this to developer with your data. (If you have no time to create a new ticket at Intel Premier)&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2015 07:24:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039851#M13701</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2015-01-05T07:24:13Z</dc:date>
    </item>
    <item>
      <title>Dear Dennis,</title>
      <link>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039852#M13702</link>
      <description>&lt;P&gt;Dear Dennis,&lt;/P&gt;

&lt;P&gt;I had similar problems with vtune recently. The cause turned out to be that it was using an older version of the SEP3 driver with a newer version of VTune. Complete uninstall then reinstall fixed it. This might also be something you want to check.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2015 15:13:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039852#M13702</guid>
      <dc:creator>james_B_8</dc:creator>
      <dc:date>2015-01-05T15:13:36Z</dc:date>
    </item>
    <item>
      <title>Also note that build "367959"</title>
      <link>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039853#M13703</link>
      <description>&lt;P&gt;Also note that build "&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;367959&lt;/SPAN&gt;" is the initial release of the 2015 version. &amp;nbsp;Update 1, build 380310, was released in Oct/Nov. &amp;nbsp;I recommend you update and use the latest release.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2015 17:25:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039853#M13703</guid>
      <dc:creator>David_A_Intel1</dc:creator>
      <dc:date>2015-01-05T17:25:43Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;#3 [ffff8805fca2fbe0] no</title>
      <link>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039854#M13704</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 14.3999996185303px;"&gt;&amp;gt;&amp;gt;&amp;gt;#3 [ffff8805fca2fbe0] no_context at ffffffff815daf63&amp;gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 14.3999996185303px;"&gt;It seems that third function call(quoted above) caused kernel panic or called kernel panic routines.I would start to check page fault rate around the time of crash.Maybe low physical memory scenario indirectly caused that crash?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2015 20:20:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039854#M13704</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2015-01-05T20:20:55Z</dc:date>
    </item>
    <item>
      <title>Quote:james B. wrote:</title>
      <link>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039855#M13705</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;james B. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Dear Dennis,&lt;/P&gt;
&lt;P&gt;I had similar problems with vtune recently. The cause turned out to be that it was using an older version of the SEP3 driver with a newer version of VTune. Complete uninstall then reinstall fixed it. This might also be something you want to check.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;James&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks James.&lt;/P&gt;
&lt;P&gt;Go /opt/intel/vtune_amplifier_xe_2015/sepdk/src/, run:&lt;/P&gt;
&lt;P&gt;a. rmmod-sep3&lt;/P&gt;
&lt;P&gt;b. build-driver&lt;/P&gt;
&lt;P&gt;c. insmod-sep3&lt;/P&gt;
&lt;P&gt;d. boot-script -- install&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 00:58:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Centos7-kernel-oops-when-running/m-p/1039855#M13705</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2015-01-06T00:58:49Z</dc:date>
    </item>
  </channel>
</rss>

