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.
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