From c2faf9b2d5b583f53d01b8b483e26b61ed72cbbf Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 16 Jan 2019 14:50:43 +0100 Subject: all: detect extra coverage support Based on whether the kernel supports KCOV_REMOTE_ENABLE ioctl. --- sys/linux/sys_386.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys_386.const') diff --git a/sys/linux/sys_386.const b/sys/linux/sys_386.const index bffec1278..96f1db187 100644 --- a/sys/linux/sys_386.const +++ b/sys/linux/sys_386.const @@ -220,6 +220,7 @@ KCMP_VM = 1 KCOV_DISABLE = 25445 KCOV_ENABLE = 25444 KCOV_INIT_TRACE = 2147771137 +KCOV_REMOTE_ENABLE = 1075340134 KCOV_TRACE_CMP = 1 KCOV_TRACE_PC = 0 KEXEC_ARCH_386 = 196608 -- cgit mrf-deployment