Searched refs:mem_stores (Results 1 – 1 of 1) sorted by relevance
725 struct counters *mem_stores; in splitstore_sb() local728 mem_stores = find_counter(cpu, "MEM_UOP_RETIRED.ALL_STORES"); in splitstore_sb()731 memstore = mem_stores->vals[pos] * 1.0; in splitstore_sb()734 memstore = mem_stores->sum * 1.0; in splitstore_sb()749 struct counters *mem_stores; in splitstore() local752 mem_stores = find_counter(cpu, "MEM_UOPS_RETIRED.ALL_STORES"); in splitstore()755 memstore = mem_stores->vals[pos] * 1.0; in splitstore()758 memstore = mem_stores->sum * 1.0; in splitstore()