diff options
| author | Alexander Potapenko <glider@google.com> | 2023-11-09 11:18:23 +0100 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2023-11-09 11:30:45 +0000 |
| commit | 1d21e169f5af587e88b70ecd9640f8b33a76ebc5 (patch) | |
| tree | d2037c695968422956d9a394dc0f73927a205428 /docs | |
| parent | 4862372a57ee80af8186cd80f6c9c8f741a45e40 (diff) | |
docs/coverage.md: replace --kernel_obj with --config
Replace --kernel_obj with --config
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/coverage.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/coverage.md b/docs/coverage.md index 66c3859c4..25d19e646 100644 --- a/docs/coverage.md +++ b/docs/coverage.md @@ -77,17 +77,17 @@ wget http://localhost:<your syz-manager port>/rawcover Now this raw cover data can be fed to `syz-cover` to generate coverage report: ``` bash -./bin/syz-cover --kernel_obj <directory where vmlinux is located> rawcover +./bin/syz-cover --config <location of your syzkaller config> rawcover ``` You can also export CSV file containing function coverage by: ``` bash -./bin/syz-cover --kernel_obj <directory where vmlinux is located> --csv <filename where to export> rawcover +./bin/syz-cover --config <location of your syzkaller config> --csv <filename where to export> rawcover ``` You can export a JSON file containing line coverage info by: ```bash -./bin/syz-cover --kernel_obj <directory where vmlinux is located> --json <filename where to export> rawcover +./bin/syz-cover --config <location of your syzkaller config> --json <filename where to export> rawcover ``` |
