Re: [PATCH 08/19] perf c2c: Shared data analyser

From: Joe Mario
Date: Mon Mar 03 2014 - 13:08:00 EST


On 03/03/2014 12:23 PM, Andi Kleen wrote:
Hmm, so based on Andi's reply, I am assuming you are running on a Westmere
(or Nehalem) due to the lack of mem-stores.

If you don't have mem-stores, this tool isn't going to work. The tool can
only detect contention when sampling reads _and_ writes to the same
addresses.

On these CPUs you could simply sample on HITM. You won't get addresses,
but at least IPs and call stacks.

-Andi


If you only sample on the HITMs then you don't get the store misses. That means you'll not be able to detect who is simultaneously tugging on the same cache lines. That gives up much of the value of "perf c2c".

As we developed this, we ended up settling on Ivy Bridge to get the behavior we wanted.

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