-
Notifications
You must be signed in to change notification settings - Fork 1.4k
pkg: export PreciseCoverage in config #5914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hi @jiangenj , what is precise coverage? |
@tarasmadan |
|
@jiangenj why do you need to override the logic? If you observe non-matching PCs, it is possible to fix it on your side? Or, if these are unavoidable in some cases, adjust the existing logic to handle it better? I believe we are adding way too many new parameters to |
update the commit msg on why we need the config, paste here too |
Some module.ko doesn't have debug info, coverage won't be shown if preciseCoverage is true. We don't care about these module's coverage in some setup, so adding precise_coverage in config will be easier to switch.
|
close since there is ?debug=true in /cover page |
Before sending a pull request, please review Contribution Guidelines:
https://github.com/google/syzkaller/blob/master/docs/contributing.md