<?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 Hello Everyone, in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052762#M4934</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;

&lt;P&gt;I talked with the vendor and he thinks my processor is damaged. I have to return my server and he will replace it, actually because the processor is solded on the motherboard he has to replace the whole system.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;With event code=0x2e not matters the umask used (0x4f, 0x41, 0x71, 0xf, 0x1 or 0x7f) the counter always returned the same value, not a fixed value but the same for all events.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Replace my server will take some weeks, I live in Spain and the processor has to be imported from USA. Some of you can access to this processor and could confirm that my problems are hardware bugs because a faulty processor?&lt;/P&gt;

&lt;P&gt;My problems are:&lt;/P&gt;

&lt;P&gt;1. Event 0x2e always returned the same value no matters the umask used&lt;/P&gt;

&lt;P&gt;2. I have access only to 4 programmable counters (PMC).&lt;/P&gt;

&lt;P&gt;Thanks for your feedback.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jun 2015 21:54:48 GMT</pubDate>
    <dc:creator>Roberto_R_</dc:creator>
    <dc:date>2015-06-26T21:54:48Z</dc:date>
    <item>
      <title>Error reading llc_misses event in Xeon D-1540</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052761#M4933</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am working in a tool that permits to access the different hardware events through performance counters (PMC). This tools works great I have tested in several Intel processors, SandyBridge, Haswell and Haswel-EP. Now I am working with a Broadwell processor that has some new cache monitoring features I need to work with.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Trying my tool in this processor I found that the events, described in 64-ia-32-architectures-software-developer-manual-325462.pdf Table 19.1, LLC Reference (2EH, Umask 4FH) and LLC Misses (2EH, Umask 41H) report the same number.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I though this could be an error from my tool so I tried perf and I got the same error. Also I can use only 4 programable PMCs, it is supposed to have 8 programmable PMCs, if I tried to use a 5th PMC it returns zero, same happend with perf.&lt;/P&gt;

&lt;P&gt;My processor is:&lt;/P&gt;

&lt;P&gt;Intel(R) Xeon(R) CPU D-1540 @ 2.00GHz&lt;BR /&gt;
	Vendor &amp;nbsp; &amp;nbsp;: GenuineIntel&lt;BR /&gt;
	Family &amp;nbsp; &amp;nbsp;: 6&lt;BR /&gt;
	Model &amp;nbsp; &amp;nbsp;: 6&lt;BR /&gt;
	Stepping: 2&lt;BR /&gt;
	Type &amp;nbsp; &amp;nbsp;: OEM&lt;/P&gt;

&lt;P&gt;The perf output is:&lt;BR /&gt;
	$ perf stat -I 1000 -e instructions:u,cycles:u,cache-references:u,cache-misses:u &amp;nbsp;./benchmarks/spec2006/mcf06&amp;nbsp;&lt;BR /&gt;
	# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; counts unit events&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;1.000170323 &amp;nbsp; &amp;nbsp; &amp;nbsp;1.513.051.613 &amp;nbsp; &amp;nbsp; &amp;nbsp;instructions:u &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;1.000170323 &amp;nbsp; &amp;nbsp; &amp;nbsp;1.966.105.738 &amp;nbsp; &amp;nbsp; &amp;nbsp;cycles:u &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;1.000170323 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 82.844.475 &amp;nbsp; &amp;nbsp; &amp;nbsp;cache-references:u &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;1.000170323 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 82.845.042 &amp;nbsp; &amp;nbsp; &amp;nbsp;cache-misses:u &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;2.000390792 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;985.271.999 &amp;nbsp; &amp;nbsp; &amp;nbsp;instructions:u &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;2.000390792 &amp;nbsp; &amp;nbsp; &amp;nbsp;2.597.388.127 &amp;nbsp; &amp;nbsp; &amp;nbsp;cycles:u &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;2.000390792 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 77.201.120 &amp;nbsp; &amp;nbsp; &amp;nbsp;cache-references:u &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;2.000390792 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 77.200.636 &amp;nbsp; &amp;nbsp; &amp;nbsp;cache-misses:u &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;3.000546036 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;928.783.029 &amp;nbsp; &amp;nbsp; &amp;nbsp;instructions:u &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;3.000546036 &amp;nbsp; &amp;nbsp; &amp;nbsp;2.597.151.649 &amp;nbsp; &amp;nbsp; &amp;nbsp;cycles:u &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;3.000546036 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 73.133.856 &amp;nbsp; &amp;nbsp; &amp;nbsp;cache-references:u &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;3.000546036 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 73.133.954 &amp;nbsp; &amp;nbsp; &amp;nbsp;cache-misses:u &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;4.000699910 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;906.864.990 &amp;nbsp; &amp;nbsp; &amp;nbsp;instructions:u &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;4.000699910 &amp;nbsp; &amp;nbsp; &amp;nbsp;2.597.354.693 &amp;nbsp; &amp;nbsp; &amp;nbsp;cycles:u &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;4.000699910 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 73.593.433 &amp;nbsp; &amp;nbsp; &amp;nbsp;cache-references:u &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;4.000699910 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 73.593.252 &amp;nbsp; &amp;nbsp; &amp;nbsp;cache-misses:u &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;In my tool the LLC_misses is exactly the same that LLC_references, in perf there is a little difference because of the way perf works. I think these is a bug in the processor or an error in the manual. Does somebody know about these error? Thanks in advance for your suggestions and comments.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 23:05:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052761#M4933</guid>
      <dc:creator>Roberto_R_</dc:creator>
      <dc:date>2015-06-24T23:05:01Z</dc:date>
    </item>
    <item>
      <title>Hello Everyone,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052762#M4934</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;

&lt;P&gt;I talked with the vendor and he thinks my processor is damaged. I have to return my server and he will replace it, actually because the processor is solded on the motherboard he has to replace the whole system.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;With event code=0x2e not matters the umask used (0x4f, 0x41, 0x71, 0xf, 0x1 or 0x7f) the counter always returned the same value, not a fixed value but the same for all events.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Replace my server will take some weeks, I live in Spain and the processor has to be imported from USA. Some of you can access to this processor and could confirm that my problems are hardware bugs because a faulty processor?&lt;/P&gt;

&lt;P&gt;My problems are:&lt;/P&gt;

&lt;P&gt;1. Event 0x2e always returned the same value no matters the umask used&lt;/P&gt;

&lt;P&gt;2. I have access only to 4 programmable counters (PMC).&lt;/P&gt;

&lt;P&gt;Thanks for your feedback.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2015 21:54:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052762#M4934</guid>
      <dc:creator>Roberto_R_</dc:creator>
      <dc:date>2015-06-26T21:54:48Z</dc:date>
    </item>
    <item>
      <title>Volume 3 of the Intel SW</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052763#M4935</link>
      <description>&lt;P&gt;Volume 3 of the Intel SW Developer's Manual (Table 18-37) says that you can only use all 8 counters per core if the system is booted with HyperThreading (sometimes called "Logical Processors") disabled.&amp;nbsp; With HyperThreading enabled, each "Logical Processor" can only access 4 of the 8 programmable core performance counters.&lt;/P&gt;

&lt;P&gt;Some estimates of the expected cache miss rate values can be obtained by looking at the extensive measurements of the SPEC 2006 benchmarks reported at &lt;A href="http://www.jaleels.org/ajaleel/workload/" target="_blank"&gt;http://www.jaleels.org/ajaleel/workload/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For the mcf benchmark running the reference input set, the chart above suggests a cache miss rate of about 60 misses per 1000 instructions for a 256 KiB unified L2 cache and a miss rate of about 12 misses per 1000 instructions for a 12 MiB unified L3 cache.&amp;nbsp; Looking at the results above, the first trial gave just under 83M misses in 1.5B instructions, which is a rate of about one miss per 55 instructions.&amp;nbsp;&amp;nbsp;&amp;nbsp; This is close to what you would expect without an L3 cache, so I would be concerned about the hardware.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unfortunately these processors are so new that there is not much documentation for other counters (such as memory controller counters) that might be useful for checking to see if the L3 is working correctly.&lt;/P&gt;

&lt;P&gt;An alternative check would be to use the SPEC CPU2006 cache hit rate charts above to pick a code and input set that are expected to have a modest miss rate for the 256 KiB L2, but (very close to a) zero miss rate for a 12 MiB L3 cache.&amp;nbsp;&amp;nbsp; Examples include any of the input sets for 401.bzip2, any of the input sets for 464.h264ref, either of the input sets for 456.hmmer, the "checkspam" or "splitmail" inputs for 400.perlbench, and the 482.sphinx3 benchmark.&lt;/P&gt;

&lt;P&gt;I would also run these tests with the hardware prefetchers disabled to see if that changes the counts in a useful way.&amp;nbsp; This is described at &lt;A href="https://software.intel.com/en-us/articles/disclosure-of-hw-prefetcher-control-on-some-intel-processors" target="_blank"&gt;https://software.intel.com/en-us/articles/disclosure-of-hw-prefetcher-control-on-some-intel-processors&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 18:48:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052763#M4935</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2015-06-29T18:48:35Z</dc:date>
    </item>
    <item>
      <title>John thanks for your answer.</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052764#M4936</link>
      <description>&lt;P&gt;John thanks for your answer.&lt;/P&gt;

&lt;P&gt;I actually have HT disabled,&lt;/P&gt;

&lt;P&gt;$ lscpu | grep -i -E &amp;nbsp;"^CPU\(s\):|core|socket"&lt;BR /&gt;
	CPU(s): &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8&lt;BR /&gt;
	Thread(s) per core: &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;
	Core(s) per socket: &amp;nbsp; &amp;nbsp;8&lt;BR /&gt;
	Socket(s): &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;

&lt;P&gt;I tried 464.h264ref because is the one with the smallest working set. I took a sample every second.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	nsample &amp;nbsp; &amp;nbsp;pid &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Instr &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Cycles &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LLC_requests LLC_Misses &amp;nbsp;L2_requests &amp;nbsp; &amp;nbsp;L2_misses &amp;nbsp; &amp;nbsp; LLC_Usage (Bytes) &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; 1042 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5493409057 &amp;nbsp; &amp;nbsp;2111392416 &amp;nbsp; &amp;nbsp; &amp;nbsp;12256433 &amp;nbsp; &amp;nbsp; &amp;nbsp;12256433 &amp;nbsp; &amp;nbsp; &amp;nbsp;39790416 &amp;nbsp; &amp;nbsp; &amp;nbsp;12257650 &amp;nbsp; &amp;nbsp; &amp;nbsp;10125312 &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; 2 &amp;nbsp; 1042 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7325193416 &amp;nbsp; &amp;nbsp;2586067847 &amp;nbsp; &amp;nbsp; &amp;nbsp;19203738 &amp;nbsp; &amp;nbsp; &amp;nbsp;19203738 &amp;nbsp; &amp;nbsp; &amp;nbsp;50093591 &amp;nbsp; &amp;nbsp; &amp;nbsp;19204266 &amp;nbsp; &amp;nbsp; &amp;nbsp;10846208 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; 3 &amp;nbsp; 1042 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7401938326 &amp;nbsp; &amp;nbsp;2576543380 &amp;nbsp; &amp;nbsp; &amp;nbsp;20886234 &amp;nbsp; &amp;nbsp; &amp;nbsp;20886234 &amp;nbsp; &amp;nbsp; &amp;nbsp;49512747 &amp;nbsp; &amp;nbsp; &amp;nbsp;20886660 &amp;nbsp; &amp;nbsp; &amp;nbsp;11862016 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; 4 &amp;nbsp; 1042 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7473959529 &amp;nbsp; &amp;nbsp;2576339358 &amp;nbsp; &amp;nbsp; &amp;nbsp;21857777 &amp;nbsp; &amp;nbsp; &amp;nbsp;21857777 &amp;nbsp; &amp;nbsp; &amp;nbsp;49560115 &amp;nbsp; &amp;nbsp; &amp;nbsp;21858200 &amp;nbsp; &amp;nbsp; &amp;nbsp;12255232 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P&gt;The LLC seems to work correctly, I am showing the result for the LLC_usage from Intel CMT, and the benchmark uses the whole cache, I can modify the way allocation through Intel CAT, it also seems to work well. When I modify the ways assigned to the running benchmark the LLC_usage changes. Of course could be great to have access to one off chip event to check it.&lt;/P&gt;

&lt;P&gt;I need the LLC_misses for estimate the MPKI curves. But I don't know why that event is not working when everything seems to work great. Thanks again.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 20:04:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052764#M4936</guid>
      <dc:creator>Roberto_R_</dc:creator>
      <dc:date>2015-06-29T20:04:30Z</dc:date>
    </item>
    <item>
      <title>These results are certainly</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052765#M4937</link>
      <description>&lt;P&gt;These results are certainly suggestive of a broken performance counter event.... :-(&lt;/P&gt;

&lt;P&gt;The Broadwell processors should support the "Offcore Response Counter" events (0xB7 and 0xBB), which can be programmed to count LLC misses.&amp;nbsp; It requires a fair investment in time to understand how to program the counters (and some combinations that seem reasonable don't appear to work), but it may provide an alternative source of information.&lt;/P&gt;

&lt;P&gt;From the 464.h264ref results, the L2 access rate is definitely higher than Jaleel's results -- you are seeing about 7 L2 accesses per 1000 instructions, while Jaleel's charts show only about 2.6 L1 misses per 1000 instructions.&amp;nbsp;&amp;nbsp; The difference could be due to L1 prefetches (it is very hard to tell if the performance counters differentiate between L1 demand misses and L1 hardware prefetch misses), or perhaps due to significantly different code generation.&amp;nbsp; (I don't know the h246ref code well enough to guess whether it is amenable to significant variability in code generation.&amp;nbsp;&amp;nbsp; Looking at instructions is always a bit risky, since compilers may optimize for execution time in ways that give very different instruction counts.)&amp;nbsp; The L2 miss rate is also higher than Jaleel's results, but not by such a large ratio.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 21:24:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052765#M4937</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2015-06-29T21:24:24Z</dc:date>
    </item>
    <item>
      <title>John thanks again for your</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052766#M4938</link>
      <description>&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;John thanks again for your answer.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;Our hardware vendor realized that this problem also becomes apparent in identical machines they have for testing (same CPU, same motherboard). We were wondering if you have you observed this performance-counter issue in other Broadwell processors at Intel.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2015 18:15:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052766#M4938</guid>
      <dc:creator>Roberto_R_</dc:creator>
      <dc:date>2015-07-13T18:15:37Z</dc:date>
    </item>
    <item>
      <title>Hi everyone,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052767#M4939</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I met with this problem too. I want to know can we fix the problem now?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 05:44:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052767#M4939</guid>
      <dc:creator>Ji_X_</dc:creator>
      <dc:date>2015-10-26T05:44:49Z</dc:date>
    </item>
    <item>
      <title>Hello Xu,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052768#M4940</link>
      <description>&lt;P&gt;Hello Xu,&lt;/P&gt;

&lt;P&gt;We have not solved the problem, we contacted our hardware vendor, they tested some machines they have for testing and the error is also present in that machines, It seems to be a hardware error.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Roberto&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2015 16:18:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Error-reading-llc-misses-event-in-Xeon-D-1540/m-p/1052768#M4940</guid>
      <dc:creator>Roberto_R_</dc:creator>
      <dc:date>2015-10-27T16:18:25Z</dc:date>
    </item>
  </channel>
</rss>

