[gem5-dev] Changes to stats output

2023-05-08 Thread Melissa Jost via gem5-dev
Hello, I have submitted a changeset to gem5 that will alter the way stats output at the end of the simulation. These changes unify stats with similar names from different CPUs, such as insts in the O3 CPU versus numInsts in the Simple CPU. It also moves some stats that are only located in specifi

[gem5-dev] [S] Change in gem5/gem5[develop]: misc: Fix 'unused variable' clang errors with gem5.fast

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/70297?usp=email ) Change subject: misc: Fix 'unused variable' clang errors with gem5.fast .. misc: Fix 'unused variable' clang error

[gem5-dev] [S] Change in gem5/gem5[develop]: base,arch,mem: Remove {GE}M5_VAR_USED instances

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/70397?usp=email ) Change subject: base,arch,mem: Remove {GE}M5_VAR_USED instances .. base,arch,mem: Remove {GE}M5_VAR_USED instances

[gem5-dev] [NoOp] Change in gem5/gem5[develop]: cpu-o3: Remove duplicated O3 stats

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69108?usp=email ) ( 10 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: cpu-o3: Remove duplicated O3 stats ...

[gem5-dev] [L] Change in gem5/gem5[develop]: cpu: Remove duplicated execute stats

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69107?usp=email ) Change subject: cpu: Remove duplicated execute stats .. cpu: Remove duplicated execute stats This removes ccRegfi

[gem5-dev] [M] Change in gem5/gem5[develop]: cpu: Remove duplicate base inst and op stats

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69109?usp=email ) Change subject: cpu: Remove duplicate base inst and op stats .. cpu: Remove duplicate base inst and op stats This

[gem5-dev] [M] Change in gem5/gem5[develop]: cpu: Move numInsts, numOps, ipc, cpi to BaseCPU

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69100?usp=email ) Change subject: cpu: Move numInsts, numOps, ipc, cpi to BaseCPU .. cpu: Move numInsts, numOps, ipc, cpi to BaseCPU

[gem5-dev] [S] Change in gem5/gem5[develop]: cpu-o3: Use base instructions committed counters in O3CPU

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69101?usp=email ) Change subject: cpu-o3: Use base instructions committed counters in O3CPU .. cpu-o3: Use base instructions committ

[gem5-dev] [S] Change in gem5/gem5[develop]: cpu-o3: Copy O3 IEW stats to BaseCPU::ExecuteCPUStats

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69103?usp=email ) Change subject: cpu-o3: Copy O3 IEW stats to BaseCPU::ExecuteCPUStats .. cpu-o3: Copy O3 IEW stats to BaseCPU::Exe

[gem5-dev] [S] Change in gem5/gem5[develop]: cpu: Move fetch stats from simple and minor to base

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69097?usp=email ) Change subject: cpu: Move fetch stats from simple and minor to base .. cpu: Move fetch stats from simple and minor

[gem5-dev] [M] Change in gem5/gem5[develop]: cpu: Move commit stats from simple to base cpu

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69099?usp=email ) Change subject: cpu: Move commit stats from simple to base cpu .. cpu: Move commit stats from simple to base cpu

[gem5-dev] [M] Change in gem5/gem5[develop]: cpu: Remove duplicated commit stats

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69106?usp=email ) Change subject: cpu: Remove duplicated commit stats .. cpu: Remove duplicated commit stats This removes committed

[gem5-dev] [L] Change in gem5/gem5[develop]: cpu: Move execute stats from simple and minor to base

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69098?usp=email ) Change subject: cpu: Move execute stats from simple and minor to base .. cpu: Move execute stats from simple and m

[gem5-dev] [S] Change in gem5/gem5[develop]: cpu-o3: Copy general O3 fetch stats to BaseCPU::FetchCPUStats

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69102?usp=email ) Change subject: cpu-o3: Copy general O3 fetch stats to BaseCPU::FetchCPUStats .. cpu-o3: Copy general O3 fetch

[gem5-dev] [S] Change in gem5/gem5[develop]: cpu: Remove duplicated fetch stats

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69105?usp=email ) Change subject: cpu: Remove duplicated fetch stats .. cpu: Remove duplicated fetch stats This removes numFetchSus

[gem5-dev] [XS] Change in gem5/gem5[develop]: cpu-kvm: Implement IPC and CPI base stats for KVM CPU

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69104?usp=email ) ( 3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: cpu-kvm: Implement IPC and CPI base sta

[gem5-dev] [S] Change in gem5/gem5[develop]: base,arch,mem: Remove {GE}M5_VAR_USED instances

2023-05-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/70397?usp=email ) Change subject: base,arch,mem: Remove {GE}M5_VAR_USED instances .. base,arch,mem: Remove {GE}M5_VAR_USE

[gem5-dev] Build failed in Jenkins: nightly #599

2023-05-08 Thread jenkins-no-reply--- via gem5-dev
See Changes: -- [...truncated 2.47 MB...] Starting Test Case: test-replacement-policy-traces/rrip_test2_ld-NULL-x86_64-opt-MI_example-MatchStdoutNoPerf Logging call to command: diff /tmp/gem5outn

[gem5-dev] Build failed in Jenkins: weekly #121

2023-05-08 Thread jenkins-no-reply--- via gem5-dev
See Changes: [matthew.poremba] configs: Use higher dmesg level for GPUFS [matthew.poremba] configs: Add simple check for valid GPU MMIO trace [matthew.poremba] configs: Allow other CPU types in GPUFS [matthew.poremba] dev-

[gem5-dev] Build failed in Jenkins: compiler-checks #599

2023-05-08 Thread jenkins-no-reply--- via gem5-dev
See Changes: -- [...truncated 1.66 KB...] * Building target 'ARM_MESI_Three_Level.opt' with 'gcc-version-12'... Done. * Building target 'ARM_MESI_Three_Level.fast' with 'gcc-versio