mem-cache: Add a data-update probe to cache
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Sun, 1 Nov 2020 12:17:55 +0000 (13:17 +0100)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Wed, 16 Dec 2020 12:13:05 +0000 (12:13 +0000)
commit32bce3301ded61a4ad62ad0503d2d0c0e628b616
tree65f500a53c3f5caed45856fb275e78e4459873a1
parent9388ec18a40c2fc4467f5599daad4970e565016b
mem-cache: Add a data-update probe to cache

This probe is responsible for notifying any changes to the
data contents of a block. This includes fills, overwrites,
and invalidations/evictions.

Jira: https://gem5.atlassian.net/browse/GEM5-814

Change-Id: I1ff3c09c63d5402765c2125c4d76d95b614877d6
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/37096
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/mem/cache/base.cc
src/mem/cache/base.hh