diff options
Diffstat (limited to 'pkg/host/host_linux.go')
| -rw-r--r-- | pkg/host/host_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/host/host_linux.go b/pkg/host/host_linux.go index 9e90bbd1f..12cd048a0 100644 --- a/pkg/host/host_linux.go +++ b/pkg/host/host_linux.go @@ -431,7 +431,7 @@ func checkCoverageFeature(feature int) (reason string) { } case FeatureExtraCoverage: arg := KcovRemoteArg{ - TraceMode: uint32(linux.KCOV_TRACE_CMP), + TraceMode: uint32(linux.KCOV_TRACE_PC), AreaSize: uint32(coverSize * unsafe.Sizeof(uintptr(0))), NumHandles: 0, CommonHandle: 0, |
