Lines Matching refs:mem2
820 struct counters *mem2; in contestedbroad() local
827 mem2 = find_counter(cpu,"MEM_LOAD_UOPS_LLC_HIT_RETIRED.XSNP_MISS"); in contestedbroad()
831 memtoo = mem2->vals[pos] * 1.0; in contestedbroad()
835 memtoo = mem2->sum * 1.0; in contestedbroad()
876 struct counters *mem1, *mem2, *mem3; in cache2() local
886 mem2 = find_counter(cpu, "MEM_LOAD_UOPS_LLC_HIT_RETIRED.XSNP_HIT"); in cache2()
890 me_2 = mem2->vals[pos] * 1.0; in cache2()
895 me_2 = mem2->sum * 1.0; in cache2()
996 struct counters *mem1, *mem2, *mem3; in cache2has() local
1005 mem2 = find_counter(cpu, "MEM_LOAD_UOPS_LLC_HIT_RETIRED.XSNP_HIT"); in cache2has()
1009 me2 = mem2->vals[pos] * 1.0; in cache2has()
1014 me2 = mem2->sum * 1.0; in cache2has()