I have an application that creates lots of memory on two numa nodes, and then creates lots of threads that read and write that memory. It's a test program designed to create false sharing on cache lines across numa nodes.
I'm trying to get VTune to report "Contested Accesses", but that column is always zero because the MEM_LOAD_UOPS_LLC_HIT_RETIRED.XSNP_* events are always zero.
My VTune version is "Intel VTune Amplifier XE 2013". I'm running on Linux (Red Hat RHEL 6.4).
My hardware is Sandy Bridge Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz
Is there something special I need to be doing in order to have VTune detect MEM_LOAD_UOPS_LLC_HIT_RETIRED.XSNP_* events ?
Thank you.
Joe


