diff options
Diffstat (limited to 'pkg/manager/html/syscalls.html')
| -rw-r--r-- | pkg/manager/html/syscalls.html | 4 |
1 files changed, 3 insertions, 1 deletions
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 <caption>Per-syscall coverage:</caption> <tr> <th><a onclick="return sortTable(this, 'Syscall', textSort)" href="#">Syscall</a></th> - <th><a onclick="return sortTable(this, 'Inputs', numSort)" href="#">Inputs</a></th> + <th><a onclick="return sortTable(this, 'Inputs', numSort)" href="#" title="Number of inputs in the corpus added because of this syscall">Inputs</a></th> + <th><a onclick="return sortTable(this, 'Total', numSort)" href="#" title="Total number of inputs in the corpus that contain this syscall">Total</a></th> <th><a onclick="return sortTable(this, 'Coverage', numSort)" href="#">Coverage</a></th> <th>Prio</th> </tr> @@ -15,6 +16,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the <tr> <td>{{$c.Name}}{{if $c.ID }} [{{$c.ID}}]{{end}}</td> <td><a href='/corpus?call={{$c.Name}}'>{{$c.Inputs}}</a></td> + <td>{{$c.Total}}</td> <td><a href='/cover?call={{$c.Name}}'>{{$c.Cover}}</a></td> <td><a href='/prio?call={{$c.Name}}'>prio</a></td> </tr> |
