Searched hist:bd27e675d33d829fdb89a8604e0aba6f9f38ab79 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | diff bd27e675d33d829fdb89a8604e0aba6f9f38ab79 Thu Jan 16 16:49:50 CST 2020 Aleksandar Markovic <amarkovic@wavecomp.com> linux-user: Add support for KCOV_<ENABLE|DISABLE> ioctls
KCOV_ENABLE and KCOV_DISABLE play the role in kernel coverage tracing. These ioctls do not use the third argument of ioctl() system call and are straightforward to implement in QEMU.
Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <1579214991-19602-12-git-send-email-aleksandar.markovic@rt-rk.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
H A D | syscall_defs.h | diff bd27e675d33d829fdb89a8604e0aba6f9f38ab79 Thu Jan 16 16:49:50 CST 2020 Aleksandar Markovic <amarkovic@wavecomp.com> linux-user: Add support for KCOV_<ENABLE|DISABLE> ioctls
KCOV_ENABLE and KCOV_DISABLE play the role in kernel coverage tracing. These ioctls do not use the third argument of ioctl() system call and are straightforward to implement in QEMU.
Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <1579214991-19602-12-git-send-email-aleksandar.markovic@rt-rk.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
H A D | syscall.c | diff bd27e675d33d829fdb89a8604e0aba6f9f38ab79 Thu Jan 16 16:49:50 CST 2020 Aleksandar Markovic <amarkovic@wavecomp.com> linux-user: Add support for KCOV_<ENABLE|DISABLE> ioctls
KCOV_ENABLE and KCOV_DISABLE play the role in kernel coverage tracing. These ioctls do not use the third argument of ioctl() system call and are straightforward to implement in QEMU.
Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <1579214991-19602-12-git-send-email-aleksandar.markovic@rt-rk.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|