434a435,438
> // This will need a new way to tell if it's hooked up to a cache or not.
> if (req->isUncacheable())
> recordEvent("Uncached Write");
>
464,467d467
< // This will need a new way to tell if it has a dcache attached.
< if (req->isUncacheable())
< recordEvent("Uncached Read");
<
513d512
<
557a557,560
> // This will need a new way to tell if it's hooked up to a cache or not.
> if (req->isUncacheable())
> recordEvent("Uncached Write");
>
589,592d591
< // This will need a new way to tell if it's hooked up to a cache or not.
< if (req->isUncacheable())
< recordEvent("Uncached Write");
<