Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coverage: introduce generic file | Roger Pau Monné | 2018-01-25 | 1 | -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 sysctl | Roger Pau Monné | 2018-01-25 | 1 | -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> |