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

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

Completed in 125 milliseconds