RE: [LKP] Re: [perf/x86] 81ec3f3c4c: will-it-scale.per_process_ops -5.5% regression

From: Kleen, Andi
Date: Mon Feb 24 2020 - 14:42:48 EST


>Does anybody else have any ideas?

We've had problems with atomics having strange ordering constraints before.

But it might be c2c missing the right cache line. There are some known cases where that can happen.

Feng, can you double check with

perf record -a -d -e mem_load_l3_hit_retired.xsnp_hitm:pp,mem_load_l3_miss_retired.remote_hitm:pp ...

Does it report the same hot IPs as c2c?
What's the break down between the first and the second event for the hot IPs? The first is inside socket, the second between sockets.

-Andi