aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/manager/html
Commit message (Collapse)AuthorAgeFilesLines
* pkg/manager: show number of times coverage for each call has overflowedDmitry Vyukov2024-11-201-1/+5
| | | | | If the overflows happen often, it's bad. Add visibility into this.
* pkg/manager: show number of programs that contain each syscallDmitry Vyukov2024-11-191-1/+3
| | | | | | | Currently we show number of programs that are added to the corpus b/c of a particular syscall. Also show total number of programs in the corpus that contain each syscall. This is different from the first thing.
* pkg/manager: restore corpus pageDmitry Vyukov2024-11-191-0/+19
| | | | It was lost during the refactoring.
* pkg/manager: rename action to toggleDmitry Vyukov2024-11-081-2/+2
|
* pkg/manager: move HTML code to separate filesDmitry Vyukov2024-11-0811-0/+341