mem: Add a simple snoop counter per bus
authorStephan Diestelhorst <stephan.diestelhorst@arm.com>
Thu, 24 Apr 2014 12:28:47 +0000 (13:28 +0100)
committerStephan Diestelhorst <stephan.diestelhorst@arm.com>
Thu, 24 Apr 2014 12:28:47 +0000 (13:28 +0100)
commit7d488cc66f77d8c6138f0117732ebc38758e814b
tree2a0ae00833e55eab273693a4d2d17ce16224c989
parentfe98cb6be471e8187658fea950bee0ecd5bf959c
mem: Add a simple snoop counter per bus

This patch adds a simple counter for both total messages and a histogram for
the fan-out of snoop messages.  The fan-out describes to how many ports snoops
had to be sent per incoming request / snoop-from-below.  Without any
cleverness, this usually means to either all, or all but the requesting port.
src/mem/coherent_bus.cc
src/mem/coherent_bus.hh