<?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>Analyzers의 주제 Re: DTLB Misses VS Cache(LLC) Misses count</title>
    <link>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864227#M3524</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/414402"&gt;Dny&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hello Sir,&lt;BR /&gt;&lt;BR /&gt;How can be its possible to have L1 Cache Hit and L1 DTLB Miss?&lt;BR /&gt;Can you explain in more details?&lt;BR /&gt;&lt;BR /&gt;I'm still finding out the exact cause of this behavior.&lt;BR /&gt;&lt;BR /&gt;Thanking you,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dny&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Could it be due to the fact that sampling is not accurate? It might be that the different counters are sampled at different times and that's the cause of the difference.&lt;BR /&gt;&lt;BR /&gt;Guy.</description>
    <pubDate>Tue, 05 Jan 2010 16:10:57 GMT</pubDate>
    <dc:creator>bishgada</dc:creator>
    <dc:date>2010-01-05T16:10:57Z</dc:date>
    <item>
      <title>DTLB Misses VS Cache(LLC) Misses count</title>
      <link>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864218#M3515</link>
      <description>Hello , &lt;BR /&gt;&lt;BR /&gt;I have an query about the number of DTLB miss count and Cache (LLC) Miss count. &lt;BR /&gt;As I understand the number of cache (LLC) miss count should be always greater or equal to the number of DTLB misses. &lt;BR /&gt;But for one of my test case of Binary search tree, I observed that, on Nehalem server the number of LLC miss count (MEM_LOAD_RETIRED.LLC_MISS) are less than DTLB miss count (MEM_LOAD_RETIRED.DTLB_MISS). &lt;BR /&gt;Please find the graph in attachment. ( I have plotted the &lt;B&gt;number of events&lt;/B&gt; not number of samples)&lt;BR /&gt;&lt;BR /&gt;Can you please give any suggestion on this behavior? &lt;BR /&gt;&lt;BR /&gt;Thanking you, &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Dny</description>
      <pubDate>Fri, 11 Dec 2009 03:49:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864218#M3515</guid>
      <dc:creator>Dny</dc:creator>
      <dc:date>2009-12-11T03:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: DTLB Misses VS Cache(LLC) Misses count</title>
      <link>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864219#M3516</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
It seems entirely possible to incur more DTLB misses in (1st level) data cache than misses in last level cache.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Dec 2009 06:37:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864219#M3516</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-12-11T06:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: DTLB Misses VS Cache(LLC) Misses count</title>
      <link>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864220#M3517</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; It seems entirely possible to incur more DTLB misses in (1st level) data cache than misses in last level cache.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hello Sir,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply,&lt;BR /&gt;&lt;BR /&gt;I didn't understand your answer completely, Can you please explain in more detail?&lt;BR /&gt;As per understanding for each DTLB miss (whether 1 lever or 2nd level) there will be always a LLC miss, because accessing DTLB means data needs to be fetch from main memory as it not available on any cache. So LLC Miss should be greater than or equal to DTLB misses.&lt;BR /&gt;&lt;BR /&gt;Is my understanding correct?&lt;BR /&gt;&lt;BR /&gt;Thanking you,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dny&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Dec 2009 07:20:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864220#M3517</guid>
      <dc:creator>Dny</dc:creator>
      <dc:date>2009-12-11T07:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: DTLB Misses VS Cache(LLC) Misses count</title>
      <link>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864221#M3518</link>
      <description>&lt;BR /&gt;Hi Dny,&lt;BR /&gt;&lt;BR /&gt;I suggest that you read article -&lt;A href="http://assets.devx.com/goparallel/18027.pdf"&gt;http://assets.devx.com/goparallel/18027.pdf&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;L2 Miss MEM_LOAD_RETIRED.L2_LINE_MISS ~165 desktop/~300 server&lt;BR /&gt;&lt;STRONG&gt;L1 DTLB Miss&lt;/STRONG&gt;&lt;STRONG&gt;MEM_LOAD_RETIRED.DTLB_MISS&lt;/STRONG&gt; ~10&lt;BR /&gt;&lt;BR /&gt;For Intel? Core? i7 processors, measuring DTLB misses - read &lt;A href="http://software.intel.com/en-us/articles/using-intel-vtune-performance-analyzer-to-optimize-software-for-the-intelr-coretm-i7-processor-family/"&gt;http://software.intel.com/en-us/articles/using-intel-vtune-performance-analyzer-to-optimize-software-for-the-intelr-coretm-i7-processor-family/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Estimate the impact of "TLB misses"  ((&lt;STRONG&gt;DTLB_LOAD_MISSES.WALK_COMPLETED&lt;/STRONG&gt; * 30) / CPU_CLK_UNHALTED.THREAD) * 100 &lt;BR /&gt;&amp;gt;If impact is significant (&amp;gt; 5-10%), optimize functions with high DTLB misses&lt;BR /&gt;&lt;BR /&gt;Hope it helps!&lt;BR /&gt;&lt;BR /&gt;Regards, Peter</description>
      <pubDate>Fri, 11 Dec 2009 08:45:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864221#M3518</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2009-12-11T08:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: DTLB Misses VS Cache(LLC) Misses count</title>
      <link>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864222#M3519</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/338213"&gt;Peter Wang (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Hi Dny,&lt;BR /&gt;&lt;BR /&gt;I suggest that you read article -&lt;A href="http://assets.devx.com/goparallel/18027.pdf"&gt;http://assets.devx.com/goparallel/18027.pdf&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;L2 Miss MEM_LOAD_RETIRED.L2_LINE_MISS ~165 desktop/~300 server&lt;BR /&gt;&lt;STRONG&gt;L1 DTLB Miss&lt;/STRONG&gt; &lt;STRONG&gt;MEM_LOAD_RETIRED.DTLB_MISS&lt;/STRONG&gt; ~10&lt;BR /&gt;&lt;BR /&gt;For Intel? Core? i7 processors, measuring DTLB misses - read &lt;A href="http://software.intel.com/en-us/articles/using-intel-vtune-performance-analyzer-to-optimize-software-for-the-intelr-coretm-i7-processor-family/"&gt;http://software.intel.com/en-us/articles/using-intel-vtune-performance-analyzer-to-optimize-software-for-the-intelr-coretm-i7-processor-family/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Estimate the impact of "TLB misses"  ((&lt;STRONG&gt;DTLB_LOAD_MISSES.WALK_COMPLETED&lt;/STRONG&gt; * 30) / CPU_CLK_UNHALTED.THREAD) * 100 &lt;BR /&gt;&amp;gt;If impact is significant (&amp;gt; 5-10%), optimize functions with high DTLB misses&lt;BR /&gt;&lt;BR /&gt;Hope it helps!&lt;BR /&gt;&lt;BR /&gt;Regards, Peter&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello Sir,&lt;BR /&gt; &lt;BR /&gt; I already referred these two documents and it helped me a lot. These documents helps us to calcu;ate the impact of LLC, DTLB misses and how the CPU CLK Cycles are being used.&lt;BR /&gt;&lt;BR /&gt; My query is regarding the total number of LLC misses and DTLB misses. I'm wondering why the total number of DTLB Misses are higher than than the LLC misses.&lt;BR /&gt;&lt;BR /&gt;Thanking you,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dny.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Dec 2009 09:16:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864222#M3519</guid>
      <dc:creator>Dny</dc:creator>
      <dc:date>2009-12-11T09:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: DTLB Misses VS Cache(LLC) Misses count</title>
      <link>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864223#M3520</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Probably this is due to situations: L1 Cache Hit, L1 DTLB Miss andL2 Cache Hit, L1 DTLB Miss. They are rare, but possible if the data iscirculatingaround.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Dec 2009 10:23:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864223#M3520</guid>
      <dc:creator>Vladimir_T_Intel</dc:creator>
      <dc:date>2009-12-11T10:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: DTLB Misses VS Cache(LLC) Misses count</title>
      <link>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864224#M3521</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
On earlier Intel CPUs, the in-cache DTLB miss was common enough, and handled poorly enough, to constitute a significant reason for performance loss. The capacity of DTLB covers only a small fraction of the last level cache capacity, soon to be reduced further on new models. Situations where attention to data locality may improve performance already become more frequent on 6 core CPUs.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Dec 2009 14:11:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864224#M3521</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-12-11T14:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: DTLB Misses VS Cache(LLC) Misses count</title>
      <link>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864225#M3522</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/120176"&gt;Vladimir Tsymbal (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Probably this is due to situations: L1 Cache Hit, L1 DTLB Miss andL2 Cache Hit, L1 DTLB Miss. They are rare, but possible if the data iscirculatingaround.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hello Sir,&lt;BR /&gt;&lt;BR /&gt;How can be its possible to have L1 Cache Hit and L1 DTLB Miss?&lt;BR /&gt;Can you explain in more details?&lt;BR /&gt;&lt;BR /&gt;I'm still finding out the exact cause of this behavior.&lt;BR /&gt;&lt;BR /&gt;Thanking you,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dny&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Dec 2009 06:46:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864225#M3522</guid>
      <dc:creator>Dny</dc:creator>
      <dc:date>2009-12-22T06:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: DTLB Misses VS Cache(LLC) Misses count</title>
      <link>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864226#M3523</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/414402"&gt;Dny&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
How can be its possible to have L1 Cache Hit and L1 DTLB Miss?&lt;BR /&gt;Can you explain in more details?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
One of the examples I could imagine is acirculatingdata that fit into L1 cache but with high stride whichcausespage walking. It might be a corner case at the beginning of the cycle -- so, there could be a number of DTLB misses counted one event more than cache misses. In case of enough cycles it might become visible in results. I didn't try to reproduce it, though.</description>
      <pubDate>Tue, 22 Dec 2009 13:09:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864226#M3523</guid>
      <dc:creator>Vladimir_T_Intel</dc:creator>
      <dc:date>2009-12-22T13:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: DTLB Misses VS Cache(LLC) Misses count</title>
      <link>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864227#M3524</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/414402"&gt;Dny&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hello Sir,&lt;BR /&gt;&lt;BR /&gt;How can be its possible to have L1 Cache Hit and L1 DTLB Miss?&lt;BR /&gt;Can you explain in more details?&lt;BR /&gt;&lt;BR /&gt;I'm still finding out the exact cause of this behavior.&lt;BR /&gt;&lt;BR /&gt;Thanking you,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dny&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Could it be due to the fact that sampling is not accurate? It might be that the different counters are sampled at different times and that's the cause of the difference.&lt;BR /&gt;&lt;BR /&gt;Guy.</description>
      <pubDate>Tue, 05 Jan 2010 16:10:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/DTLB-Misses-VS-Cache-LLC-Misses-count/m-p/864227#M3524</guid>
      <dc:creator>bishgada</dc:creator>
      <dc:date>2010-01-05T16:10:57Z</dc:date>
    </item>
  </channel>
</rss>

