aboutsummaryrefslogtreecommitdiffstats
path: root/docs/coverage.md
Commit message (Collapse)AuthorAgeFilesLines
* docs/coverage.md: quote values, not paramTaras Madan2024-07-181-1/+1
|
* docs/coverage.md: replace --kernel_obj with --configAlexander Potapenko2023-11-091-3/+3
| | | | Replace --kernel_obj with --config
* docs: typo fixesDavidlohr Bueso2023-06-071-3/+3
| | | | Fix various typos within the documentation directory.
* tools/syz-cover: allow for exporting source line coverage infoZubin Mithra2023-03-101-0/+6
| | | | | | | | | | | | | | | | 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
* docs: fix coverage color for "both"Tamás Koczka2022-04-191-1/+1
|
* docs: add an explanation re coverageDmitry Vyukov2021-03-181-1/+19
|
* docs/coverage.md: update coverage documentJouni Hogander2020-09-261-0/+8
|
* docs: clarify coverage point in different compliersHeyuan Shi2020-09-151-1/+1
|
* docs: clarify what is coverageDmitry Vyukov2020-09-111-1/+1
|
* docs: various updates all overAndrey Konovalov2020-05-081-32/+3
|
* Update coverage.mdAndrey Konovalov2020-02-061-21/+29
|
* docs: Add coverage documentationJouni Hogander2020-02-061-0/+82
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