From: Nathan Binkert Date: Fri, 30 Jul 2004 15:37:15 +0000 (-0400) Subject: name this stat since it makes life easier with the mysql stuff X-Git-Tag: m5_1.0_tutorial~207 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7aed9495e18597148ec28609117bff71e8e736ec;p=gem5.git name this stat since it makes life easier with the mysql stuff --HG-- extra : convert_revision : cad76b1741f17e183285a8805198345bd815e98b --- diff --git a/kern/kernel_stats.cc b/kern/kernel_stats.cc index de944329a..e6bcb4d29 100644 --- a/kern/kernel_stats.cc +++ b/kern/kernel_stats.cc @@ -214,6 +214,7 @@ KSData::regStats(const string &name) _modeGood .init(2) + .name(name + ".mode_good") ; _modeFraction