From 7d02db5adbb376babbbd3199f8c530e468292727 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 19 Nov 2024 16:10:32 +0100 Subject: pkg/manager: show number of programs that contain each syscall 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/html/syscalls.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkg/manager/html/syscalls.html') diff --git a/pkg/manager/html/syscalls.html b/pkg/manager/html/syscalls.html index cb6991f42..e3edfcabf 100644 --- a/pkg/manager/html/syscalls.html +++ b/pkg/manager/html/syscalls.html @@ -7,7 +7,8 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the Per-syscall coverage: Syscall - Inputs + Inputs + Total Coverage Prio @@ -15,6 +16,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the {{$c.Name}}{{if $c.ID }} [{{$c.ID}}]{{end}} {{$c.Inputs}} + {{$c.Total}} {{$c.Cover}} prio -- cgit mrf-deployment