index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
cover
/
backend
/
backend.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/cover: reduce params to backend.Make
Jiao, Joey
2025-04-08
1
-3
/
+6
*
pkg: use kernelDir instead of 3 parameters
Taras Madan
2025-03-27
1
-5
/
+5
*
pkg/cover: use frame pointers instead
Taras Madan
2025-02-28
1
-2
/
+2
*
all: move KernelModule into vminfo package
Joey Jiao
2024-07-10
1
-5
/
+6
*
pkg/cover/backend: don't consider gvisor/starnix as linux
Dmitry Vyukov
2024-07-03
1
-2
/
+2
*
pkg/cover: support read elf section range
Joey Jiao
2024-07-03
1
-0
/
+5
*
all: get pcBase from elf first which can be used for kaslr offset calc
Joey Jiao
2024-07-03
1
-0
/
+8
*
all: always use KernelModule ptr to unify usage
Joey Jiao
2024-06-17
1
-1
/
+1
*
all: use only one KernelModule struct
Joey Jiao
2024-06-17
1
-10
/
+4
*
sys/targets: add consts for gvisor/starnix
Dmitry Vyukov
2024-05-27
1
-2
/
+2
*
pkg/cover/backend: remove RestorePC
Dmitry Vyukov
2024-05-27
1
-1
/
+0
*
all: adapt all cover and sig to 64bit
Joey Jiao
2024-05-27
1
-1
/
+1
*
pkg/cover: move KernelModule from pkg/host
Dmitry Vyukov
2024-05-03
1
-2
/
+1
*
pkg/cover: don't memorize all coverage points twice
Dmitry Vyukov
2024-04-09
1
-7
/
+7
*
pkg/cover: add full symbolization for /cover?jsonl=1
Taras Madan
2024-03-20
1
-6
/
+7
*
pkg/cover: export the frames data as jsonl
Taras Madan
2024-03-19
1
-5
/
+6
*
pkg/mgrconfig, pkg/cover: introduce the android_split_build flag
Alexander Potapenko
2024-02-01
1
-2
/
+9
*
pkg/cover: ensure that all PCs returned by kcov have matching callbacks
Alexander Potapenko
2024-01-29
1
-5
/
+6
*
pkg/cover: fix missing frames and export Inline by /rawcoverfiles
Taras Madan
2024-01-25
1
-0
/
+1
*
Revert "pkg/cover: ensure that all PCs returned by kcov have matching callbacks"
Alexander Potapenko
2024-01-18
1
-6
/
+5
*
pkg/cover: ensure that all PCs returned by kcov have matching callbacks
Alexander Potapenko
2024-01-17
1
-5
/
+6
*
all: add /modulecover page
Joey Jiao
2021-07-14
1
-1
/
+2
*
pkg/cover/backend: add mach-o object support for darwin
Patrick Meyer
2021-05-06
1
-0
/
+3
*
pkg/cover: refactor module discovery interface
Dmitry Vyukov
2021-03-18
1
-4
/
+10
*
pkg/cover: use symbols to split PCs by module
Dmitry Vyukov
2021-03-18
1
-1
/
+2
*
pkg/cover/backend: rename KernelModule to Module
Dmitry Vyukov
2021-03-18
1
-8
/
+8
*
pkg/cover: fix GroupPCsByModule
Dmitry Vyukov
2021-03-18
1
-8
/
+1
*
pkg/cover: pass modules as []host.KernelModule
Dmitry Vyukov
2021-03-18
1
-14
/
+9
*
all: support coverage of kernel modules
Joey Jiao
2021-03-18
1
-7
/
+22
*
Revert "all: add KernelModule cfg to show DLKM coverage"
Dmitry Vyukov
2021-03-05
1
-13
/
+6
*
all: add KernelModule cfg to show DLKM coverage
Joey Jiao
2021-03-05
1
-6
/
+13
*
pkg/cover: fix comparison filtering
Dmitry Vyukov
2020-12-25
1
-4
/
+9
*
pkg/cover: add gvisor support
Dmitry Vyukov
2020-12-13
1
-0
/
+3
*
pkg/cover: support compiler frontend coverage
Dmitry Vyukov
2020-12-13
1
-2
/
+12
*
pkg/cover: move cleanPath into backend
Dmitry Vyukov
2020-12-13
1
-4
/
+14
*
pkg/cover: provide ReportGenerator.RestorePC
Dmitry Vyukov
2020-12-13
1
-5
/
+5
*
pkg/cover: provide .text offset
Dmitry Vyukov
2020-12-13
1
-4
/
+5
*
pkg/cover: accept object dir instead of object file
Dmitry Vyukov
2020-12-13
1
-2
/
+2
*
pkg/cover: pass VM type for report generator
Dmitry Vyukov
2020-12-13
1
-1
/
+1
*
pkg/cover: split into ELF-dependent/independent parts
Dmitry Vyukov
2020-12-13
1
-0
/
+35