mem: Make packet debug printing more uniform
authorNikos Nikoleris <nikos.nikoleris@arm.com>
Mon, 5 Dec 2016 21:48:21 +0000 (16:48 -0500)
committerNikos Nikoleris <nikos.nikoleris@arm.com>
Mon, 5 Dec 2016 21:48:21 +0000 (16:48 -0500)
commite16967941bceae40449cf56f822420a7088bd08a
treea7ccfdcd713c769ff8a485ec088eb585c0c8c632
parent61860f24193d43e137095cb505abd3413bdf708a
mem: Make packet debug printing more uniform

Previously DPRINTFs printing information about a packet would use ad hoc
formats. This patch changes all DPRINTFs to use the print function
defined by the packet class, making the packet printing format more
uniform and easier to change.

Change-Id: Idd436a9758d4bf70c86a574d524648b2a2580970
Reviewed-by: Andreas Hansson <andreas.hansson@arm.com>
Reviewed-by: Stephan Diestelhorst <stephan.diestelhorst@arm.com>
src/mem/cache/base.hh
src/mem/cache/cache.cc
src/mem/cache/mshr.cc
src/mem/coherent_xbar.cc
src/mem/packet.cc
src/mem/snoop_filter.cc