Re: [gem5-users] Failed to find stat 'system.bigCluster.clk_domain.clock' and others

2018-06-01 Thread Jason Lowe-Power
Hi Yara, I'm not very familiar with the power modeling in gem5, but this seems like you found and then fixed a bug! We would really appreciate it if you contributed this change to the mainline. You can find a description of how to do this in the CONTRIBUTING document (

Re: [gem5-users] Failed to find stat 'system.bigCluster.clk_domain.clock' and others

2018-06-01 Thread Yara Gowayed
I think I found a solution to this problem. It required changing something in the src file gem5/src/sim/power/mathexpr_powermodel.cc. In the startup function the stats are being recorded from the statsList to the stats_map which will be used by the power model to find the corresponding value to

[gem5-users] Failed to find stat 'system.bigCluster.clk_domain.clock' and others

2018-05-23 Thread Yara Gowayed
Hi all I am currently working on power modeling using gem5 for arm bigLITTLE architecture. I am using the fs_power.py script already found in the gem5 repo but I wanted to change the dummy equations for static and dynamic power to more meaningful equations. The stats I need to do so are all found