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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to