[gem5-dev] Change in gem5/gem5[master]: stats: Add support for hierarchical stats

2019-08-29 Thread Andreas Sandberg (Gerrit)
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/19368 ) Change subject: stats: Add support for hierarchical stats .. stats: Add support for hierarchical stats This change

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Use SatCounter for RRPV

2019-08-29 Thread Daniel Carvalho (Gerrit)
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/20452 ) Change subject: mem-cache: Use SatCounter for RRPV .. mem-cache: Use SatCounter for RRPV Use SatCounter in

[gem5-dev] Change in gem5/gem5[master]: base: Add function to saturate SatCounter

2019-08-29 Thread Daniel Carvalho (Gerrit)
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/20451 ) Change subject: base: Add function to saturate SatCounter .. base: Add function to saturate SatCounter

[gem5-dev] Change in gem5/gem5[master]: stats: Add support for listing available formats

2019-08-29 Thread Andreas Sandberg (Gerrit)
Hello kokoro, Daniel Carvalho, Jason Lowe-Power, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/19670 to look at the new patch set (#4). Change subject: stats: Add support for listing available formats

[gem5-dev] Change in gem5/gem5[master]: stats: Add beta support for HDF5 stat dumps

2019-08-29 Thread Andreas Sandberg (Gerrit)
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/8121 ) Change subject: stats: Add beta support for HDF5 stat dumps .. stats: Add beta support for HDF5 stat dumps This

[gem5-dev] Change in gem5/gem5[master]: sim-power: Creation of PowerStated class

2019-08-29 Thread Ciro Santilli (Gerrit)
Hello Andreas Sandberg, Anouk Van Laer, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/20488 to review the following change. Change subject: sim-power: Creation of PowerStated class

[gem5-dev] Change in gem5/gem5[master]: sim-power: Addition of PowerDomains

2019-08-29 Thread Ciro Santilli (Gerrit)
Hello Andreas Sandberg, Anouk Van Laer, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/20490 to review the following change. Change subject: sim-power: Addition of PowerDomains

[gem5-dev] Change in gem5/gem5[master]: sim-power: Addition of possible_p_states

2019-08-29 Thread Ciro Santilli (Gerrit)
Hello Andreas Sandberg, Anouk Van Laer, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/20489 to review the following change. Change subject: sim-power: Addition of possible_p_states

[gem5-dev] Change in gem5/gem5[master]: mem: Convert CommMonitor to the new stat framework

2019-08-29 Thread Andreas Sandberg (Gerrit)
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/19371 ) Change subject: mem: Convert CommMonitor to the new stat framework .. mem: Convert CommMonitor to the new stat

[gem5-dev] Change in gem5/gem5[master]: cpu: Convert traffic gen to use new stats

2019-08-29 Thread Andreas Sandberg (Gerrit)
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/19370 ) Change subject: cpu: Convert traffic gen to use new stats .. cpu: Convert traffic gen to use new stats Change-Id:

[gem5-dev] Change in gem5/gem5[master]: stats: Add support for partial stat dumps

2019-08-29 Thread Andreas Sandberg (Gerrit)
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/19369 ) Change subject: stats: Add support for partial stat dumps .. stats: Add support for partial stat dumps Add support

[gem5-dev] Cron /z/m5/regression/do-regression quick

2019-08-29 Thread Cron Daemon
* build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/minor-timing: CHANGED! * build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/o3-timing: CHANGED! * build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby: CHANGED! *

[gem5-dev] Change in gem5/gem5[master]: arch-x86: implement movntq/movntdq instructions

2019-08-29 Thread Pouya Fotouhi (Gerrit)
Hello Brandon Potter, kokoro, Gabe Black, Jason Lowe-Power, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/20288 to look at the new patch set (#7). Change subject: arch-x86: implement movntq/movntdq instructions

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Use SatCounter for RRPV

2019-08-29 Thread Daniel Carvalho (Gerrit)
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/20452 ) Change subject: mem-cache: Use SatCounter for RRPV .. mem-cache: Use SatCounter for RRPV Use SatCounter in RRIP's

[gem5-dev] Change in gem5/gem5[master]: base: Add function to saturate SatCounter

2019-08-29 Thread Daniel Carvalho (Gerrit)
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/20451 ) Change subject: base: Add function to saturate SatCounter .. base: Add function to saturate SatCounter Create a

[gem5-dev] Change in gem5/gem5[master]: mem-ruby: Move Bloom Filters to base

2019-08-29 Thread Daniel Carvalho (Gerrit)
Hello kokoro, Anthony Gutierrez, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18875 to look at the new patch set (#6). Change subject: mem-ruby: Move Bloom Filters to base

Re: [gem5-dev] Change in gem5/gem5[master]: mem-ruby: Move Bloom Filters to base

2019-08-29 Thread Gabe Black
Base is for basic utilities like bitfield manipulation, endianess transformation, logging, etc. This sounds a lot more like it belongs in src/mem. Gabe On Wed, Aug 28, 2019, 11:48 PM Daniel Carvalho (Gerrit) < noreply-gerritcodereview-nitazii3gbqpmvmnrpi...@google.com> wrote: > Hello kokoro,