From 0571368b3bc37f92b06873e02342317006b0da60 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 8 Nov 2024 12:22:28 +0100 Subject: pkg/manager: move HTML code to separate files --- pkg/manager/html/syscalls.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pkg/manager/html/syscalls.html (limited to 'pkg/manager/html/syscalls.html') diff --git a/pkg/manager/html/syscalls.html b/pkg/manager/html/syscalls.html new file mode 100644 index 000000000..cb6991f42 --- /dev/null +++ b/pkg/manager/html/syscalls.html @@ -0,0 +1,22 @@ +{{/* +Copyright 2024 syzkaller project authors. All rights reserved. +Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. +*/}} + + + + + + + + + + {{range $c := $.Calls}} + + + + + + + {{end}} +
Per-syscall coverage:
SyscallInputsCoveragePrio
{{$c.Name}}{{if $c.ID }} [{{$c.ID}}]{{end}}{{$c.Inputs}}{{$c.Cover}}prio
-- cgit mrf-deployment