summaryrefslogtreecommitdiff
path: root/xen/common/coverage/coverage.h
Commit message (Collapse)AuthorAgeFilesLines
* coverage: introduce generic fileRoger Pau Monné2018-01-251-0/+1
| | | | | | | | | It will contain the generic implementation of sysctl_cov_op, which will be shared between all the coverage implementations. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Acked-by: Wei Liu <wei.liu2@citrix.com>
* gcov: introduce hooks for the sysctlRoger Pau Monné2018-01-251-0/+22
So that other implementations of the sysctl can be added. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Acked-by: Jan Beulich <jbeulich@suse.com> Acked-by: Wei Liu <wei.liu2@citrix.com>