[gem5-users] Re: Creating custom stat in gem5 and dumping them to stats file.

2022-11-30 Thread gabriel.busnot--- via gem5-users
Hi Vipin,\ \ You can use the comm_monitor SimObject. It can be placed in between the processors and the L1 caches in the python configuration script. You can set the address mask parameters of the comm_monitor to record cacheline-aligned addresses.\ \ However, I am cautious about the accuracy of

[gem5-users] dump specific stats

2022-11-30 Thread Pascal Haneder via gem5-users
Hi, I am simulating a large programme with various function calls for which I want to get sats.(SE-mode) So currently I do the following: ... 1. call m5_dump_rest_stats() 2. call my function i want to get the stats for 3. call m5_dump_stats() Since I'm only interested in a few stats, like numCyc

[gem5-users] Re: simulation aborted with error when running script: x86-npb-benchmarks.py

2022-11-30 Thread minhui via gem5-users
Dear **Pascal Haneder:** Much appreciated! but I am still not clear how to implement the fix I guess the file is /proc/sys/kernel/perf_vent_apranoid, how can I locate it? you mention “echo a „-1“, so we need to add one line of that command? Is there other option? like modifying gem5 source