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
/
dwarf.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/cover: extract coverage points from binary data for s390x arch
Alexander Egorenkov
2025-06-30
1
-1
/
+13
*
pkg/cover: fix coverage point pc for core kernel
Alexander Egorenkov
2025-06-30
1
-1
/
+4
*
pkg/cover: fix handling of compile unit name
m0ck1ng
2025-06-20
1
-2
/
+5
*
pkg/cover/backend: extract PC ranges from Rust DWARF
Aleksandr Nogikh
2025-05-13
1
-25
/
+107
*
pkg: use kernelDir instead of 3 parameters
Taras Madan
2025-03-27
1
-21
/
+18
*
pkg/symbolizer: introduce Symbolizer interface
Taras Madan
2025-03-07
1
-2
/
+2
*
pkg/cover: use frame pointers instead
Taras Madan
2025-02-28
1
-7
/
+7
*
pkg/cover/backend: fix arch usage
Taras Madan
2025-02-28
1
-3
/
+3
*
all: remove loop variables scoping
Taras Madan
2025-02-17
1
-2
/
+0
*
all: use min/max functions
Dmitry Vyukov
2025-01-17
1
-14
/
+4
*
lint: fix lint issues
Sabyrzhan Tasbolatov
2024-10-28
1
-4
/
+2
*
pkg/cover: log length of units... to help debug elf parsing
Joey Jiao
2024-09-03
1
-0
/
+2
*
pkg/cover: fix loopvar bug in go func inside loop
Joey Jiao
2024-09-03
1
-2
/
+4
*
pkg/cover: fix pc for core kernel
Joey Jiao
2024-08-05
1
-3
/
+15
*
pkg/cover: export cleanPath
Joey Jiao
2024-07-23
1
-3
/
+3
*
all: move KernelModule into vminfo package
Joey Jiao
2024-07-10
1
-13
/
+14
*
pkg/cover: remove unused hostModules
Joey Jiao
2024-07-03
1
-4
/
+1
*
pkg/cover: remove symbols having the same Start Address
Joey Jiao
2024-07-01
1
-0
/
+11
*
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
-12
/
+12
*
pkg/cover: fix concurrent append to slice
Joey Jiao
2024-06-11
1
-18
/
+32
*
pkg/cover: parallelize symbolizeModule to speed up the symbolize
Joey Jiao
2024-06-11
1
-4
/
+15
*
pkg/cover/backend: remove RestorePC
Dmitry Vyukov
2024-05-27
1
-7
/
+0
*
all: adapt all cover and sig to 64bit
Joey Jiao
2024-05-27
1
-12
/
+4
*
pkg/cover: move KernelModule from pkg/host
Dmitry Vyukov
2024-05-03
1
-2
/
+1
*
pkg/symbolizer: intern file/func strings
Dmitry Vyukov
2024-04-10
1
-8
/
+9
*
pkg/cover: don't duplicate broken kcov logic in the test
Dmitry Vyukov
2024-04-09
1
-3
/
+3
*
pkg/cover: don't memorize all coverage points twice
Dmitry Vyukov
2024-04-09
1
-13
/
+5
*
pkg/cover: move functions to after they are used
Dmitry Vyukov
2024-04-09
1
-22
/
+22
*
pkg/cover: add full symbolization for /cover?jsonl=1
Taras Madan
2024-03-20
1
-2
/
+3
*
pkg/cover: export the frames data as jsonl
Taras Madan
2024-03-19
1
-5
/
+6
*
pkg/cover: delete getModuleOffset()
Alexander Potapenko
2024-02-26
1
-2
/
+1
*
pkg/cover/backend: refactor and fix readCoverPoints()
Alexander Potapenko
2024-02-26
1
-27
/
+50
*
pkg/cover/backend: support veneers on ARM64
Alexander Potapenko
2024-02-15
1
-5
/
+11
*
pkg/mgrconfig, pkg/cover: introduce the android_split_build flag
Alexander Potapenko
2024-02-01
1
-7
/
+50
*
pkg/cover: ensure that all PCs returned by kcov have matching callbacks
Alexander Potapenko
2024-01-29
1
-1
/
+38
*
pkg/cover/backend: refactor makeDWARFUnsafe()
Alexander Potapenko
2024-01-29
1
-19
/
+42
*
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
-10
/
+1
*
pkg/cover/backend: adjust module base address by .text offset
Alexander Potapenko
2024-01-17
1
-1
/
+2
*
pkg/cover/backend: retire pcFixUpOffset
Alexander Potapenko
2024-01-17
1
-15
/
+7
*
pkg/cover: ensure that all PCs returned by kcov have matching callbacks
Alexander Potapenko
2024-01-17
1
-1
/
+10
*
all: use special placeholder for errors
Taras Madan
2023-07-24
1
-4
/
+4
*
pkg/cover/backend: check absolute path when cleaning path
Necip Fazil Yildiran
2023-06-28
1
-4
/
+5
*
all: ioutil is deprecated in go1.19 (#3718)
Taras Madan
2023-02-23
1
-2
/
+2
*
pkg/cover/backend: apply PC fix up only if .plt section is present
Dmitry Vyukov
2023-02-17
1
-18
/
+15
*
pkg/cover/backend: group dwarf parameters in a struct
Dmitry Vyukov
2023-02-17
1
-13
/
+19
*
pkg/cover: move PC fix up into RestorePC
Dmitry Vyukov
2023-02-17
1
-3
/
+18
*
pkg/cover/backend: recover from DWARF parsing panic
Aleksandr Nogikh
2021-11-25
1
-0
/
+17
*
all: add /modulecover page
Joey Jiao
2021-07-14
1
-0
/
+1
[next]