lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 11 Jun 2009 13:26:31 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Yong Wang <yong.y.wang@...ux.intel.com>
Cc:	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Thomas Gleixner <tglx@...utronix.de>,
	linux-kernel@...r.kernel.org,
	Arjan van de Ven <arjan@...radead.org>,
	"H. Peter Anvin" <hpa@...or.com>
Subject: Re: [PATCH -tip] perf_counter/x86: Correct some event and umask
	values for Intel processors


* Yong Wang <yong.y.wang@...ux.intel.com> wrote:

> > > Btw, one thing I don't quite understand is why you aliased 
> > > dtlb-write-ops to l1d-write-ops when setting event and umask 
> > > values. Are they the same event?
> > 
> > No, they are indeed different events - that's a bug in the table, 
> > good spotting. Mind sending a (tested) patch for it?
> > 
> 
> I'm a little confused. By dtlb-write-ops, do you want to count the 
> number of times that DTLB is accessed due to store operations or 
> the number of times that DTLB entries are written to, i.e. 
> updated?

ah - i think what makes most sense is the (micro-)instruction 
direction: i.e. TLB entry accessed due to store operations.

Also, are TLB entries updated typically after they get established? 
Things like the dirty or accessed bit in the PTE are written out to 
caches immediately, so that bit probably does not linger in the PTE.

> Btw, do you know whether virtual cache is employed or not on 
> atom/core2/nehalem so that tlb won't be accessed when accessing l1 
> caches?

Hm, last i checked the L2 was all physically indexed. The short 
experiment with (partial?) virtual indexing in P4 was a ... 
spectacular failure IMO.

This doesnt mean the counters wont under-count. The TLB hotpath is 
probably one of the most important critical paths in a CPU, so it's 
fair for a CPU not to count those accesses in the PMU, to squeeze 
out a few more gates. (I havent validated the TLB counters on 
core2/nehalem to that level yet so i dont know for sure how this is 
laid out in practice.)

	Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ