| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs/coverage.md: quote values, not param | Taras Madan | 2024-07-18 | 1 | -1/+1 |
| | | |||||
| * | docs/coverage.md: replace --kernel_obj with --config | Alexander Potapenko | 2023-11-09 | 1 | -3/+3 |
| | | | | | Replace --kernel_obj with --config | ||||
| * | docs: typo fixes | Davidlohr Bueso | 2023-06-07 | 1 | -3/+3 |
| | | | | | Fix various typos within the documentation directory. | ||||
| * | tools/syz-cover: allow for exporting source line coverage info | Zubin Mithra | 2023-03-10 | 1 | -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 Koczka | 2022-04-19 | 1 | -1/+1 |
| | | |||||
| * | docs: add an explanation re coverage | Dmitry Vyukov | 2021-03-18 | 1 | -1/+19 |
| | | |||||
| * | docs/coverage.md: update coverage document | Jouni Hogander | 2020-09-26 | 1 | -0/+8 |
| | | |||||
| * | docs: clarify coverage point in different compliers | Heyuan Shi | 2020-09-15 | 1 | -1/+1 |
| | | |||||
| * | docs: clarify what is coverage | Dmitry Vyukov | 2020-09-11 | 1 | -1/+1 |
| | | |||||
| * | docs: various updates all over | Andrey Konovalov | 2020-05-08 | 1 | -32/+3 |
| | | |||||
| * | Update coverage.md | Andrey Konovalov | 2020-02-06 | 1 | -21/+29 |
| | | |||||
| * | docs: Add coverage documentation | Jouni Hogander | 2020-02-06 | 1 | -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 | |||||
