<?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 btw, how are you measuring in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022309#M4076</link>
    <description>&lt;P&gt;btw, how are you measuring these events? Is that through Linux Perf or your own tool programming the PMU?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Aug 2014 15:45:18 GMT</pubDate>
    <dc:creator>Krishnaswa_V_Intel</dc:creator>
    <dc:date>2014-08-22T15:45:18Z</dc:date>
    <item>
      <title>Understanding L2 Miss performance counters</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022292#M4059</link>
      <description>&lt;P&gt;I am trying to understand the performance counters related to L2 misses on Haswell microarchitecture. &lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Can someone tell me why is L2_RQSTS:MISS counter value greater than&amp;nbsp;OFFCORE_RESPONSE_1:ANY_REQUEST:ANY_RESPONSE? Sometimes these two counter values are very close but for some benchmarks, L2_RQSTS:MISS is around 20-30% more than&amp;nbsp;&lt;/SPAN&gt;OFFCORE_RESPONSE_1:ANY_REQUEST:ANY_RESPONSE. Is that because L2 misses for the cache line already being serviced do not generate offcore responses? Or is there any other reason? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2014 16:06:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022292#M4059</guid>
      <dc:creator>BGoel</dc:creator>
      <dc:date>2014-08-13T16:06:30Z</dc:date>
    </item>
    <item>
      <title>I see the L2_RQSTS:MISS event</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022293#M4060</link>
      <description>&lt;P&gt;I see the L2_RQSTS:MISS event described in the VTune configuration files, but I don't see anything that maps exactly to OFFCORE_RESPONSE_1:ANY_REQUEST:ANY_RESPONSE.&amp;nbsp;&amp;nbsp;&amp;nbsp; (On the other hand, the most recent version of VTune uses a fairly complex syntax in its configuration files and it is certainly possible that I am not understanding it correctly.)&lt;/P&gt;

&lt;P&gt;Is there any way to find out exactly what is programmed into MSR 0x1A7 for this case?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2014 18:01:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022293#M4060</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2014-08-13T18:01:51Z</dc:date>
    </item>
    <item>
      <title>Hi John,             The MSR</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022294#M4061</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The MSR 1A7H is used for "OFFCORE response Performance monitoring". You may get the complete details about the event code and counters here :- &lt;A href="http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-manual-325462.pdf"&gt;http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-manual-325462.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;futureishere,&lt;/P&gt;
&lt;P&gt;Could you please send me the result file for the above observed behavior?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sukruth H V&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 03:07:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022294#M4061</guid>
      <dc:creator>Sukruth_H_Intel</dc:creator>
      <dc:date>2014-08-14T03:07:18Z</dc:date>
    </item>
    <item>
      <title>Hi Sukruth,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022295#M4062</link>
      <description>&lt;P&gt;Hi Sukruth,&lt;/P&gt;

&lt;P&gt;I am using libpfm4.4 with perf_events to get the counter values. This is what I get when I run yada benchmark from STAMP benchmark suite with locks on 4 threads with L2 prefetcher turned off from BIOS:&lt;/P&gt;

&lt;P&gt;task -i -e L2_RQSTS:MISS,OFFCORE_RESPONSE_0:ANY_REQUEST:ANY_RESPONSE&amp;nbsp;./yada -a15 -i inputs/ttimeu1000000.2 -t 4&lt;/P&gt;

&lt;P&gt;264442632 L2_RQSTS:MISS&lt;BR /&gt;
	218706989 OFFCORE_RESPONSE_0:ANY_REQUEST:ANY_RESPONSE&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 10:58:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022295#M4062</guid>
      <dc:creator>BGoel</dc:creator>
      <dc:date>2014-08-14T10:58:48Z</dc:date>
    </item>
    <item>
      <title>I am aware of the use of the</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022296#M4063</link>
      <description>&lt;P&gt;I am aware of the use of the 0x1A7 MSR -- the question was determining exactly which bits it contained.&amp;nbsp;&amp;nbsp; There is no point in trying to understand a difference between two performance counter events unless the exact programming of the events is clear.&lt;/P&gt;

&lt;P&gt;I will look up the results from the libpfm4 translation after lunch....&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 15:46:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022296#M4063</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2014-08-14T15:46:34Z</dc:date>
    </item>
    <item>
      <title>Hi John,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022297#M4064</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;

&lt;P&gt;ANY_REQUEST is alias to&amp;nbsp;DMND_DATA_RD:DMND_RFO:DMND_IFETCH:WB:PF_DATA_RD:PF_RFO:PF_IFETCH:PF_LLC_DATA_RD:PF_LLC_RFO:PF_LLC_IFETCH:BUS_LOCKS:STRM_ST:OTHER&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;and &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;ANY_RESPONSE is used to set the bit 'Any' (Offset 16) in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;MSR_OFFCORE_RSP_x.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;So the event&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;OFFCORE_RESPONSE_0:ANY_REQUEST:ANY_RESPONSE would set bits 16-15,11-0 in&amp;nbsp;&lt;/SPAN&gt;MSR_OFFCORE_RSP_0&amp;nbsp;register as per my understanding.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 16:02:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022297#M4064</guid>
      <dc:creator>BGoel</dc:creator>
      <dc:date>2014-08-14T16:02:36Z</dc:date>
    </item>
    <item>
      <title>Xeon processors support 2</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022298#M4065</link>
      <description>&lt;P&gt;Xeon processors support 2 forms of L2 streaming prefetches. In one case, the data will be fetched into L2. In the other case, the data will only fetched into L3. This 2nd case is also known as LLC prefetch (or L3 prefetch) though it is still initiated by L2.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Haswell PMU has a bug and it can't count whether LLC prefetches hit in LLC or miss LLC. However, L2_RSQTS.MISS will count those. That is why you are seeing the difference. If you disable L2 prefetcher, then your numbers should match&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 18:05:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022298#M4065</guid>
      <dc:creator>Krishnaswa_V_Intel</dc:creator>
      <dc:date>2014-08-14T18:05:38Z</dc:date>
    </item>
    <item>
      <title>According to section 18.11.4</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022299#M4066</link>
      <description>&lt;P&gt;According to section 18.11.4 of the latest revision of Vol 3 of the Intel Arch SW Developer's Guide (325384-051), bits 3 and 7-11 of the offcore response MSRs are reserved in Haswell microarchitecture.&amp;nbsp;&amp;nbsp; It is hard to tell exactly what this means, but it is certainly possible that the implementation has changed enough that setting these bits causes inaccurate readings.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 18:33:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022299#M4066</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2014-08-14T18:33:13Z</dc:date>
    </item>
    <item>
      <title>Thanks for the reply Vish.</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022300#M4067</link>
      <description>&lt;P&gt;Thanks for the reply Vish.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;The results I posted before were with L2 prefetcher already turned off.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks for pointing that out John. I ran the benchmark again with just bits 15,6-4,2-0 set and got same result.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 08:33:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022300#M4067</guid>
      <dc:creator>BGoel</dc:creator>
      <dc:date>2014-08-15T08:33:19Z</dc:date>
    </item>
    <item>
      <title>Some ideas for further</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022301#M4068</link>
      <description>&lt;P&gt;Some ideas for further analysis:&lt;/P&gt;

&lt;P&gt;1. Have you tried setting up a test case for which the number of L2 misses is known in advance?&amp;nbsp; (Since you already know how to turn the L2 prefetcher off this should not be too tricky.)&amp;nbsp; Then you could see which counter is closer to the expected value.&lt;/P&gt;

&lt;P&gt;2. Have you tried this test on an earlier processor?&amp;nbsp; Sometimes the counter functionality is effectively identical across processor generations, sometimes changes in implementation cause a legacy event to misbehave, and sometimes the new implementation brings in new bugs.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 14:39:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022301#M4068</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2014-08-15T14:39:55Z</dc:date>
    </item>
    <item>
      <title>I looked at some cases where</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022302#M4069</link>
      <description>&lt;P&gt;I looked at some cases where I knew what answers to expect on my Sandy Bridge EP (Xeon E5-2690) systems....&lt;/P&gt;

&lt;P&gt;Using the STREAM benchmark (one thread) with inline performance counter reads and hardware prefetch disabled, I get exact matches between L2_RQSTS.DEMAND_DATA_RD_MISS (Event 0x24, Umask 0x02 -- note that the encodings are very different on Sandy Bridge and Haswell !) and OFFCORE_RESPONSE_0 with Request type "DMND_DATA_RD" (bit 0) and Response type "Any" (bit 16) as the only two bits set.&amp;nbsp; Here "exact match" means that the counts differ by at most one increment in the last decimal place when counting 5 million events (for the COPY kernel) or 10 million events (for the TRIAD kernel).&lt;/P&gt;

&lt;P&gt;For the same benchmark, I also get exact matches between L2_RQSTS.RFO_MISS (Event 0x24, Umask 0x08) and OFFCORE_RESPONSE_0 with Request type "DMND_RFO" (bit 1) and Response type "Any" (bit 16) as the only two bits set.&lt;/P&gt;

&lt;P&gt;When I enable the L2 prefetchers the results no longer match.&amp;nbsp;&amp;nbsp; The Offcore Response counts make sense -- the sum of Demand Read responses and L2 HW Prefetch Read responses is about 2% higher than the expected number of read responses.&amp;nbsp;&amp;nbsp; Similarly the sum of Demand RFO responses and L2 HW PF RFO responses is about 2% higher than the expected number of RFO responses.&amp;nbsp;&amp;nbsp;&amp;nbsp; An overcount of 2% is more than I expect (since STREAM uses all the data in a 40 million element vector -- prefetches should all be used), but it is close enough for most performance work.&lt;/P&gt;

&lt;P&gt;On the other hand, with the HW prefetchers enabled I have been unable to come up with an interpretation of the L2 counters that makes much sense. Some L2 demand read misses are converted to L2 demand read hits, but the sum of demand read hits and misses is 30% lower than the expected value for the COPY kernel and 17% lower than the expected value for the TRIAD kernel.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 20:34:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022302#M4069</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2014-08-15T20:34:50Z</dc:date>
    </item>
    <item>
      <title>Hi  John,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022303#M4070</link>
      <description>&lt;P&gt;Hi &amp;nbsp;John,&lt;/P&gt;

&lt;P&gt;Sorry for delayed response. I was trying to get access to an Ivy Bridge machine to confirm your observations. And yes, I see the same results as you do on Ivy Bridge Core i7-3770 machine. The L2_RQSTS and OFFCORE_RESPONSE_0 results do match with L2 prefetcher turned off.&lt;/P&gt;

&lt;P&gt;So I don't understand that why I can't get these counters to match on my Haswell machine (Core i7-4770), unless there's a bug in Haswell PMU.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 12:53:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022303#M4070</guid>
      <dc:creator>BGoel</dc:creator>
      <dc:date>2014-08-22T12:53:24Z</dc:date>
    </item>
    <item>
      <title>I am observing few more</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022304#M4071</link>
      <description>&lt;P&gt;I am observing few more strange things on Haswell. With L2 prefetcher turned off, for the yada benchmark, I still see some count for L2_RQSTS:ALL_PF but L2_RQSTS:L2_PF_HIT and L2_RQSTS:L2_PF_MISS are zero as expected:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;task -i -e L2_RQSTS:ALL_PF,L2_RQSTS:L2_PF_HIT,L2_RQSTS:L2_PF_MISS ./cmd 4&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;52220075&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;L2_RQSTS:ALL_PF&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;0&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;L2_RQSTS:L2_PF_HIT&lt;BR /&gt;
	0&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;L2_RQSTS:L2_PF_MISS&lt;/P&gt;

&lt;P&gt;That can't be expected behavior, can it?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 14:25:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022304#M4071</guid>
      <dc:creator>BGoel</dc:creator>
      <dc:date>2014-08-22T14:25:12Z</dc:date>
    </item>
    <item>
      <title>I am not sure prefetchers are</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022305#M4072</link>
      <description>&lt;P&gt;I am not sure prefetchers are actually getting disabled properly on your system. Can you please read MSR 0x1A0 and report the value?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 14:59:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022305#M4072</guid>
      <dc:creator>Krishnaswa_V_Intel</dc:creator>
      <dc:date>2014-08-22T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Value of 0x1A4: 3</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022306#M4073</link>
      <description>&lt;P&gt;Value of 0x1A4:&amp;nbsp;3&lt;/P&gt;

&lt;P&gt;I am not sure which MSR this is as this address is not mentioned in the manual. In case you meant IA32_MISC_Enable MSR then it's v&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;alue is 0x1A0:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;4000850089.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 15:10:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022306#M4073</guid>
      <dc:creator>BGoel</dc:creator>
      <dc:date>2014-08-22T15:10:27Z</dc:date>
    </item>
    <item>
      <title>I meant to write 0x1A0:).</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022307#M4074</link>
      <description>&lt;P&gt;I meant to write 0x1A0:). Does your BIOS expose disabling L1 prefetcher. If so, can you give that a try&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 15:32:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022307#M4074</guid>
      <dc:creator>Krishnaswa_V_Intel</dc:creator>
      <dc:date>2014-08-22T15:32:56Z</dc:date>
    </item>
    <item>
      <title>No, it doesn't. :(</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022308#M4075</link>
      <description>&lt;P&gt;No, it doesn't. :(&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 15:39:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022308#M4075</guid>
      <dc:creator>BGoel</dc:creator>
      <dc:date>2014-08-22T15:39:20Z</dc:date>
    </item>
    <item>
      <title>btw, how are you measuring</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022309#M4076</link>
      <description>&lt;P&gt;btw, how are you measuring these events? Is that through Linux Perf or your own tool programming the PMU?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 15:45:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022309#M4076</guid>
      <dc:creator>Krishnaswa_V_Intel</dc:creator>
      <dc:date>2014-08-22T15:45:18Z</dc:date>
    </item>
    <item>
      <title>I am using libpfm 4.5.0 that</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022310#M4077</link>
      <description>&lt;P&gt;I am using libpfm 4.5.0 that uses Linux perf_events underneath.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 15:49:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022310#M4077</guid>
      <dc:creator>BGoel</dc:creator>
      <dc:date>2014-08-22T15:49:15Z</dc:date>
    </item>
    <item>
      <title>Hi Vish,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022311#M4078</link>
      <description>&lt;P&gt;Hi Vish,&lt;/P&gt;

&lt;P&gt;Any updates on this? I tried to verify the results on a system with Intel motherboard (DQ87PG) but it doesn't even provide the option to disable hardware prefetcher in BIOS! :(&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 14:18:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Understanding-L2-Miss-performance-counters/m-p/1022311#M4078</guid>
      <dc:creator>BGoel</dc:creator>
      <dc:date>2014-09-04T14:18:47Z</dc:date>
    </item>
  </channel>
</rss>

