Home
last modified time | relevance | path

Searched refs:mem_stores (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c725 struct counters *mem_stores; in splitstore_sb() local
728 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() local
752 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()