277a278,281
>
> // This will need a new way to tell if it has a dcache attached.
> if (req->isUncacheable())
> recordEvent("Uncached Read");
282,285d285
< // This will need a new way to tell if it has a dcache attached.
< if (req->isUncacheable())
< recordEvent("Uncached Read");
<
383a384,386
> // This will need a new way to tell if it's hooked up to a cache or not.
> if (req->isUncacheable())
> recordEvent("Uncached Write");
388,390d390
< // This will need a new way to tell if it's hooked up to a cache or not.
< if (req->isUncacheable())
< recordEvent("Uncached Write");