aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/stats/sample/sample.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/stat: rename package name to singular formDmitry Vyukov2024-07-241-73/+0
| | | | | | | | Go package names should generally be singular form: https://go.dev/blog/package-names https://rakyll.org/style-packages https://groups.google.com/g/golang-nuts/c/buBwLar1gNw
* pkg/stats: split out pkg/stats/sampleAleksandr Nogikh2024-06-141-0/+73
This will reduce the number of dependencies needed for the main syzkaller tools.