[gem5-users] Build step fails in util/tlm

2022-12-05 Thread 顏敬祐
Hi everyone, I was trying to follow the README under util/tlm. The following steps has completed. > cd ../.. > scons build/ARM/gem5.opt *OK* > scons --with-cxx-config --without-python --without-tcmalloc USE_SYSTEMC=0 \ > build/ARM/libgem5_opt.so *OK* > cd util/tlm But next step failed.

[gem5-users] Re: dump specific stats

2022-12-05 Thread gabriel.busnot--- via gem5-users
Hi, I’m not aware of a way to filter stats before dumping. Stats file size is usually not a big concern. If you still want to filter stats before writing them to disk, you can filter the dump on the flight using process substitution: ``` gem5.opt --stat-file >(grep -e numCycles -e miss > m5out