<?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 Adrian, in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917534#M1184</link>
    <description>&lt;P&gt;Hello Adrian,&lt;/P&gt;
&lt;P&gt;I'd have to see the full equation for the metric. Can you post them? Even with the equation it might be hard to tell.&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2013 19:16:49 GMT</pubDate>
    <dc:creator>Patrick_F_Intel1</dc:creator>
    <dc:date>2013-09-03T19:16:49Z</dc:date>
    <item>
      <title>Profiling memory accesses - which counters overlap with which?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917533#M1183</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I have some Perl scripts that implement some of the top-level vtune profiling for sandy bridge (and SB Xeon.)&lt;/P&gt;
&lt;P&gt;Noticably:&lt;/P&gt;
&lt;P&gt;* % cycles spent LLC miss: ~ 53%&lt;/P&gt;
&lt;P&gt;* % cycles spent doing DTLB walks: ~ 10%&lt;/P&gt;
&lt;P&gt;* % cycles spent accessing data modified by another core: ~ 3.5%&lt;/P&gt;
&lt;P&gt;My question: when doing DTLB walks (DTLB_LOAD_MISSES.WALK_DURATION) and cycles spent hit'ing on data modified by another core (MEM_LOAD_UOPS_LLC_HIT_RETIRED.XSNP_HITM) - do these overlap in any way with the LLC_MISS (ie memory access -&amp;nbsp;MEM_LOAD_UOPS_MISC_RETIRED.LLC_MISS) ? Partially overlap? Don't overlap at all?&lt;/P&gt;
&lt;P&gt;I'm especially interested in whether the DTLB walks count towards MEM_LOAD_UOPS_MISC_RETIRED.LLC_MISS.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-adrian&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 19:05:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917533#M1183</guid>
      <dc:creator>Adrian_C_1</dc:creator>
      <dc:date>2013-09-03T19:05:03Z</dc:date>
    </item>
    <item>
      <title>Hello Adrian,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917534#M1184</link>
      <description>&lt;P&gt;Hello Adrian,&lt;/P&gt;
&lt;P&gt;I'd have to see the full equation for the metric. Can you post them? Even with the equation it might be hard to tell.&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 19:16:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917534#M1184</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2013-09-03T19:16:49Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917535#M1185</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The code is at github.com/erikarn/hwpmc/ . The equations match what's in this PDF:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/legacy/pdfs/Using_Intel_VTune_Amplifier_XE_on_2nd_Gen_Intel_Core_Family.pdf"&gt;https://software.intel.com/sites/landingpage/legacy/pdfs/Using_Intel_VTune_Amplifier_XE_on_2nd_Gen_Intel_Core_Family.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-adrian&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 19:21:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917535#M1185</guid>
      <dc:creator>Adrian_C_1</dc:creator>
      <dc:date>2013-09-03T19:21:34Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917536#M1186</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The code is at github.com/erikarn/hwpmc/ . The equations match what's in this PDF:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/legacy/pdfs/Using_Intel_VTune_Amplifier_XE_on_2nd_Gen_Intel_Core_Family.pdf"&gt;https://software.intel.com/sites/landingpage/legacy/pdfs/Using_Intel_VTune_Amplifier_XE_on_2nd_Gen_Intel_Core_Family.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-adrian&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 19:21:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917536#M1186</guid>
      <dc:creator>Adrian_C_1</dc:creator>
      <dc:date>2013-09-03T19:21:52Z</dc:date>
    </item>
    <item>
      <title>A 42 pages of images,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917537#M1187</link>
      <description>&lt;P&gt;A 42 pages of images, unsearchable document. nice.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 19:40:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917537#M1187</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2013-09-03T19:40:02Z</dc:date>
    </item>
    <item>
      <title>The PDF display for me has a</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917538#M1188</link>
      <description>&lt;P&gt;The PDF display for me has a bunch of images but the formulas are in text, so they're searchable.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 20:20:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917538#M1188</guid>
      <dc:creator>Adrian_C_1</dc:creator>
      <dc:date>2013-09-03T20:20:32Z</dc:date>
    </item>
    <item>
      <title>bump?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917539#M1189</link>
      <description>&lt;P&gt;bump?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2013 03:07:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Profiling-memory-accesses-which-counters-overlap-with-which/m-p/917539#M1189</guid>
      <dc:creator>Adrian_C_1</dc:creator>
      <dc:date>2013-09-18T03:07:00Z</dc:date>
    </item>
  </channel>
</rss>

