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

/freebsd-11.0-release/usr.sbin/pmcstudy/
H A Dpmcstudy.c728 struct counters *mem_stores; local
731 mem_stores = find_counter(cpu, "MEM_UOP_RETIRED.ALL_STORES");
734 memstore = mem_stores->vals[pos] * 1.0;
737 memstore = mem_stores->sum * 1.0;
752 struct counters *mem_stores; local
755 mem_stores = find_counter(cpu, "MEM_UOPS_RETIRED.ALL_STORES");
758 memstore = mem_stores->vals[pos] * 1.0;
761 memstore = mem_stores->sum * 1.0;

Completed in 56 milliseconds