]> xenbits.xensource.com Git - qemu-xen.git/commit
*-user: remove the guest_user_syscall tracepoints
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 26 May 2023 16:53:51 +0000 (17:53 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 1 Jun 2023 15:03:55 +0000 (11:03 -0400)
commit2e2097b495990b198c45dd8ecde8cc58ae3fcd1f
tree7607dae113ffd13e2abbd4ed3f3de0e6286140fc
parentc6a5fc2ac76c5ab709896ee1b0edd33685a67ed1
*-user: remove the guest_user_syscall tracepoints

This is pure duplication now. Both bsd-user and linux-user have
builtin strace support and we can also track syscalls via the plugins
system.

Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20230526165401.574474-2-alex.bennee@linaro.org
Message-Id: <20230524133952.3971948-2-alex.bennee@linaro.org>
[Remove unused variable in do_freebsd_syscall() reported by Richard
Henderson.
--Stefan]
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
bsd-user/freebsd/os-syscall.c
include/user/syscall-trace.h
trace-events