Searched hist:2661 (Results 1 - 3 of 3) sorted by relevance
/gem5/src/sim/power/ | ||
H A D | mathexpr_powermodel.hh | diff 11967:e963e6ce139b Wed Apr 05 11:38:00 EDT 2017 Andreas Sandberg <andreas.sandberg@arm.com> power: Add error checking to MathExprPowerModel MathExprPower model currently doesn't print any useful error messages if an expression fails to evaluate. To add insult to injury, the model only detects a failure when dumping stats and not at initialization. This change adds a verification step in startup() that ensures that all of the referenced stats actually exist. Change-Id: I8f71c73341578d5882c8d93e482f5383fbda5f1d Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Reviewed-by: Sascha Bischoff <sascha.bischoff@arm.com> Reviewed-on: https://gem5-review.googlesource.com/2661 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com> |
H A D | mathexpr_powermodel.cc | diff 11967:e963e6ce139b Wed Apr 05 11:38:00 EDT 2017 Andreas Sandberg <andreas.sandberg@arm.com> power: Add error checking to MathExprPowerModel MathExprPower model currently doesn't print any useful error messages if an expression fails to evaluate. To add insult to injury, the model only detects a failure when dumping stats and not at initialization. This change adds a verification step in startup() that ensures that all of the referenced stats actually exist. Change-Id: I8f71c73341578d5882c8d93e482f5383fbda5f1d Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Reviewed-by: Sascha Bischoff <sascha.bischoff@arm.com> Reviewed-on: https://gem5-review.googlesource.com/2661 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com> |
/gem5/src/mem/ | ||
H A D | port.hh | diff 2661:2fe54b1abfa7 Tue May 30 19:49:00 EDT 2006 Steve Reinhardt <stever@eecs.umich.edu> Fix Port pointer initialization. src/mem/port.hh: Initialize peer port pointer to NULL. Move private data members together. |
Completed in 23 milliseconds