misc: Delete the critical path annotation code.
authorGabe Black <gabeblack@google.com>
Thu, 20 Aug 2020 03:14:49 +0000 (20:14 -0700)
committerGabe Black <gabeblack@google.com>
Sun, 23 Aug 2020 03:17:13 +0000 (03:17 +0000)
commit9d1278d5515482d925f055d66d45328693d562b4
tree8a9e7ff865a5a58ddca293a7f3a6057131209375
parent1cf7b28ba697a6005fac056b29b7fd56fb3bacf6
misc: Delete the critical path annotation code.

This code was at least a little Alpha specific, and now that Alpha is
gone it can no longer be compiled. We could either fix it up to work
with other/all ISAs or delete it, and the consensus was to delete it. It
could potentially be revived in the future by retrieving it from version
control.

Change-Id: Ied073f2b9b166951ecba3442cd762eb19bc690b3
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32954
Reviewed-by: Steve Reinhardt <stever@gmail.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
13 files changed:
SConstruct
src/arch/arm/isa/includes.isa
src/base/CPA.py [deleted file]
src/base/SConscript
src/base/cp_annotate.cc [deleted file]
src/base/cp_annotate.hh [deleted file]
src/cpu/o3/commit_impl.hh
src/cpu/o3/dyn_inst_impl.hh
src/cpu/simple/base.cc
src/dev/net/i8254xGBe.cc
src/dev/net/i8254xGBe.hh
src/dev/pci/copy_engine.cc
src/dev/pci/copy_engine.hh