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

/gem5/ext/mcpat/
H A Dmemoryctrl.cc84 rtp_stats.reset();
85 rtp_stats.readAc.access = mcs.reads;
86 rtp_stats.writeAc.access = mcs.writes;
196 (rtp_stats.readAc.access + rtp_stats.writeAc.access) *
214 rtp_stats.reset();
215 rtp_stats.readAc.access = mcs.reads;
216 rtp_stats.writeAc.access = mcs.writes;
312 (rtp_stats.readAc.access + rtp_stats
[all...]
H A Dcacheunit.cc150 arrayPtr->rtp_stats.reset();
152 arrayPtr->rtp_stats.dataReadAc.access =
154 arrayPtr->rtp_stats.dataWriteAc.access =
156 arrayPtr->rtp_stats.tagReadAc.access =
158 arrayPtr->rtp_stats.tagWriteAc.access =
166 arrayPtr->rtp_stats.dataReadAc.access =
168 arrayPtr->rtp_stats.dataWriteAc.access =
170 arrayPtr->rtp_stats.tagReadAc.access =
172 arrayPtr->rtp_stats.tagWriteAc.access =
267 arrayPtr->rtp_stats
[all...]
H A Dcore.cc2186 globalBPT->rtp_stats.reset();
2187 globalBPT->rtp_stats.readAc.access = core_stats.total_instructions;
2188 globalBPT->rtp_stats.writeAc.access = core_stats.branch_instructions;
2200 globalBPT->rtp_stats.readAc.access +
2202 globalBPT->rtp_stats.writeAc.access;
2207 L1_localBPT->rtp_stats.reset();
2208 L1_localBPT->rtp_stats.readAc.access = core_stats.total_instructions;
2209 L1_localBPT->rtp_stats.writeAc.access = core_stats.branch_instructions;
2221 L1_localBPT->rtp_stats.readAc.access +
2223 L1_localBPT->rtp_stats
[all...]
H A Dcachearray.cc285 rtp_stats.dataReadAc.access +
287 rtp_stats.dataWriteAc.access +
289 rtp_stats.tagReadAc.access +
291 rtp_stats.tagWriteAc.access) * l_ip.assoc;
302 local_result.power.readOp.dynamic * rtp_stats.readAc.access +
303 local_result.power.writeOp.dynamic * rtp_stats.writeAc.access +
304 local_result.power.searchOp.dynamic * rtp_stats.searchAc.access;
H A Dnoc.cc150 rtp_stats.reset();
151 rtp_stats.readAc.access = noc_stats.total_access;
157 router->buffer.power.writeOp.dynamic) * rtp_stats.readAc.access;
159 router->crossbar.power.readOp.dynamic * rtp_stats.readAc.access;
161 router->arbiter.power.readOp.dynamic * rtp_stats.readAc.access;
H A Dbus_interconnect.cc84 rtp_stats.reset();
85 rtp_stats.readAc.access = bus_stats.total_access;
H A Dbasic_components.h229 statsDef rtp_stats; member in class:McPATComponent
H A Dlogic.cc651 rtp_stats.readAc.access = core_stats.fpu_accesses;
653 rtp_stats.readAc.access = core_stats.ialu_accesses;
655 rtp_stats.readAc.access = core_stats.mul_accesses;
658 rt_power.readOp.dynamic = per_access_energy * rtp_stats.readAc.access +

Completed in 26 milliseconds