X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fsim%2Fstat_control.hh;h=c41a9482a4675759ea1fa084cccf9945d62330a3;hb=ccaaa98b4916f730e5eee0cb1d206dca21cb802d;hp=1efa2554eda6ee4c7f54e9732f22fc0aad78f7ec;hpb=9062525c239ba94083d6517ebff0aa88ab82be92;p=gem5.git diff --git a/src/sim/stat_control.hh b/src/sim/stat_control.hh index 1efa2554e..c41a9482a 100644 --- a/src/sim/stat_control.hh +++ b/src/sim/stat_control.hh @@ -34,8 +34,9 @@ namespace Stats { void initSimStats(); -void StatEvent(bool dump, bool reset, Tick when = curTick, Tick repeat = 0); +void schedStatEvent(bool dump, bool reset, Tick when = curTick(), + Tick repeat = 0); -/* namespace Stats */ } +} // namespace Stats #endif // __SIM_STAT_CONTROL_HH__