misc: Removed inconsistency in O3* debug msgs
authorAndrea Mondelli <Andrea.Mondelli@ucf.edu>
Wed, 6 Mar 2019 15:50:48 +0000 (10:50 -0500)
committerAndrea Mondelli <Andrea.Mondelli@ucf.edu>
Wed, 3 Apr 2019 16:50:22 +0000 (16:50 +0000)
commite13d6dc9c0d7a4ae0215f1ee6793eb32570c5169
tree460b5ce101d25d9251137506777c3394f8dd805b
parent5084b90e2af6e5bfad3119b4431a3b063ef3b799
misc: Removed inconsistency in O3* debug msgs

Added consistency in the DEBUG message form, to allow a better parsing.
Fixed sn/tid type parameter.
Removed some annoying newlines

Change-Id: I4761c49fc12b874a7d8b46779475b606865cad4b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17248
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
13 files changed:
src/arch/mips/isa.cc
src/cpu/o3/commit_impl.hh
src/cpu/o3/cpu.cc
src/cpu/o3/decode_impl.hh
src/cpu/o3/fetch_impl.hh
src/cpu/o3/iew_impl.hh
src/cpu/o3/inst_queue_impl.hh
src/cpu/o3/lsq_unit.hh
src/cpu/o3/lsq_unit_impl.hh
src/cpu/o3/mem_dep_unit_impl.hh
src/cpu/o3/rename_impl.hh
src/cpu/o3/rob_impl.hh
src/cpu/pred/bpred_unit.cc