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/stats.txt) 
config/example/fs.py ...
```

Regards,

Gabriel
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to