| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Commit 59578253057fc4e1d0d94e5bc7afb12be5cf0642 removed the weak-uncovered functionality,
but the documentation still contains the description for the old coloring scheme.
Currently, lines in functions that were never executed are rendered as grey (#505050),
merging them with non-instrumented code.
This change updates the documentation to reflect that the grey color now indicates
that either the code is not instrumented or the function containing the line was
never executed.
|
| |
|
|
|
|
| |
The docs file has become outdated.
Fixes #6638.
|
| | |
|
| |
|
|
| |
Replace --kernel_obj with --config
|
| |
|
|
| |
Fix various typos within the documentation directory.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a `json` CLI flag that allows for writing out a JSON file with the
following coverage information.
* Module
* Filename
* Covered source lines
* Uncovered source lines
* Both source lines
This can be used to view syzkaller coverage information on other source
browsing/viewing tools.
Usage:
$ ./syz-cover -kernel_obj <path/to/vmlinux> -json <output_json> rawcover
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|
|
Getting coverage working on cross-arch environment is currently
not documented at all. Also coverage presentation in the web-ui
is unclear. This document addition addresses these
|