From c0103aa2c67cc45e6306dae8235931b26b8e6a20 Mon Sep 17 00:00:00 2001 From: Melissa Jost Date: Mon, 20 Mar 2023 00:57:09 -0700 Subject: [PATCH] cpu-o3: Remove duplicated O3 stats This removes instsCommitted, opsCommitted, icacheStallCycles, insts, branches, branchRate, rate, cpi, totalCpi, ipc, totalIpc, numInsts, numLoadInsts, numNop, numRefs, numBranches, numStoreInsts, and numRate, so they only exist in the BaseCPU Change-Id: Ic3910402a065712a07d59a41099edb336d605e96 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/69108 Tested-by: kokoro Reviewed-by: Bobby Bruce Maintainer: Bobby Bruce