O3: Create a pipeline activity viewer for the O3 CPU model.

Implemented a pipeline activity viewer as a python script (util/o3-pipeview.py)
and modified O3 code base to support an extra trace flag (O3PipeView) for
generating traces to be used as inputs by the tool.
This commit is contained in:
Giacomo Gabrielli
2011-07-15 11:53:35 -05:00
parent 09914cdf8f
commit 69ef57fd0f
10 changed files with 315 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ DebugFlag('ExecKernel')
DebugFlag('ExecAsid')
DebugFlag('Fetch')
DebugFlag('IntrControl')
DebugFlag('O3PipeView')
DebugFlag('PCEvent')
DebugFlag('Quiesce')