aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/stats/sample_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/stats: split out pkg/stats/sampleAleksandr Nogikh2024-06-141-66/+0
| | | | | This will reduce the number of dependencies needed for the main syzkaller tools.
* pkg: add stats packageAleksandr Nogikh2021-12-061-0/+66
This package will contain generic statistical entities and routies. At this moment it is mostly needed by syz-testbed.