diff options
Diffstat (limited to 'util/streamline/o3_stat_config.ini')
-rw-r--r-- | util/streamline/o3_stat_config.ini | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/util/streamline/o3_stat_config.ini b/util/streamline/o3_stat_config.ini index 914524e7d..64036b5dd 100644 --- a/util/streamline/o3_stat_config.ini +++ b/util/streamline/o3_stat_config.ini @@ -41,8 +41,8 @@ # E.g., # # commit_inst_count = -# system.cluster.cpu#.commit.committedInsts -# system.cluster.cpu#.commit.commitSquashedInsts +# system.cpu#.commit.committedInsts +# system.cpu#.commit.commitSquashedInsts # # will display the inst counts (committed/squashed) as a stacked line chart. # Charts will still be configurable in Streamline. @@ -51,57 +51,57 @@ # '#' will be automatically replaced with the correct CPU id. icache = - system.cluster.il1_cache#.overall_hits::total - system.cluster.il1_cache#.overall_misses::total + system.il1_cache#.overall_hits::total + system.il1_cache#.overall_misses::total dcache = - system.cluster.dl1_cache#.overall_hits::total - system.cluster.dl1_cache#.overall_misses::total + system.dl1_cache#.overall_hits::total + system.dl1_cache#.overall_misses::total commit_inst_count = - system.cluster.cpu#.commit.committedInsts - system.cluster.cpu#.commit.commitSquashedInsts + system.cpu#.commit.committedInsts + system.cpu#.commit.commitSquashedInsts cycles = - system.cluster.cpu#.numCycles - system.cluster.cpu#.idleCycles + system.cpu#.numCycles + system.cpu#.idleCycles branch_mispredict = - system.cluster.cpu#.commit.branchMispredicts + system.cpu#.commit.branchMispredicts itb = - system.cluster.cpu#.itb.hits - system.cluster.cpu#.itb.misses + system.cpu#.itb.hits + system.cpu#.itb.misses dtb = - system.cluster.cpu#.dtb.hits - system.cluster.cpu#.dtb.misses + system.cpu#.dtb.hits + system.cpu#.dtb.misses commit_inst_breakdown = - system.cluster.cpu#.commit.loads - system.cluster.cpu#.commit.membars - system.cluster.cpu#.commit.branches - system.cluster.cpu#.commit.fp_insts - system.cluster.cpu#.commit.int_insts + system.cpu#.commit.loads + system.cpu#.commit.membars + system.cpu#.commit.branches + system.cpu#.commit.fp_insts + system.cpu#.commit.int_insts int_regfile = - system.cluster.cpu#.int_regfile_reads - system.cluster.cpu#.int_regfile_writes + system.cpu#.int_regfile_reads + system.cpu#.int_regfile_writes misc_regfile = - system.cluster.cpu#.misc_regfile_reads - system.cluster.cpu#.misc_regfile_writes + system.cpu#.misc_regfile_reads + system.cpu#.misc_regfile_writes rename_full = - system.cluster.cpu#.rename.ROBFullEvents - system.cluster.cpu#.rename.IQFullEvents - system.cluster.cpu#.rename.LSQFullEvents + system.cpu#.rename.ROBFullEvents + system.cpu#.rename.IQFullEvents + system.cpu#.rename.LSQFullEvents [PER_L2_STATS] # '#' will be automatically replaced with the correct L2 id. l2_cache = - system.cluster.l2_cache#.overall_hits::total - system.cluster.l2_cache#.overall_misses::total + system.l2_cache#.overall_hits::total + system.l2_cache#.overall_misses::total [OTHER_STATS] # Anything that doesn't belong to CPU or L2 caches |