aboutsummaryrefslogtreecommitdiffstats
path: root/docs/coverage.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: update grey coverage color descriptionNikolay Ivchenko10 days1-8/+4
| | | | | | | | | | | 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.
* docs: update coverage.mdAleksandr Nogikh2026-01-211-3/+3
| | | | | | The docs file has become outdated. Fixes #6638.
* 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