Hi Muzamil, Have a look at http://gem5.org/General_Memory_System#Tracing_and_traffic_generation for an example. If you do play around with this, it would be great if you could also share the insight by extending the section on the Wiki.
Thanks, Andreas From: gem5-users <[email protected]<mailto:[email protected]>> on behalf of Jason Lowe-Power <[email protected]<mailto:[email protected]>> Reply-To: gem5 users mailing list <[email protected]<mailto:[email protected]>> Date: Thursday, 20 April 2017 at 15:27 To: gem5 users mailing list <[email protected]<mailto:[email protected]>> Subject: Re: [gem5-users] Capturing address traces Hi Muzamil, You can use the CommMonitor (https://gem5.googlesource.com/public/gem5/+/master/src/mem/CommMonitor.py). Just put the CommMonitor between the two ports you want to capture the traces from (e.g., cpu.data_port and the cache.cpu_side, if I can remember the names off the top of my head). Jason On Wed, Apr 19, 2017 at 4:09 PM Muzamil Rafique <[email protected]<mailto:[email protected]>> wrote: Hi, I was just wondering what is the best way to capture address traces generated by CPU for a particular application running in SE mode? Any help!!! Muzamil _______________________________________________ gem5-users mailing list [email protected]<mailto:[email protected]> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
