summaryrefslogtreecommitdiffstats
path: root/bsd-user/signal.c
diff options
context:
space:
mode:
authorWarner Losh2022-01-09 01:37:23 +0100
committerWarner Losh2022-01-28 23:53:41 +0100
commit6ddc1abe0fd1099f807b27306b518752ea3f40e0 (patch)
tree636ab2f5e75445c2dc681b9fb8c5f8f1d6c619b1 /bsd-user/signal.c
parentbsd-user: Add host signals to the build (diff)
downloadqemu-6ddc1abe0fd1099f807b27306b518752ea3f40e0.tar.gz
qemu-6ddc1abe0fd1099f807b27306b518752ea3f40e0.tar.xz
qemu-6ddc1abe0fd1099f807b27306b518752ea3f40e0.zip
bsd-user: Add trace events for bsd-user
Add the bsd-user specific events and infrastructure. Only include the linux-user trace events for linux-user, not bsd-user. Signed-off-by: Stacey Son <sson@FreeBSD.org> Signed-off-by: Kyle Evans <kevans@freebsd.org> Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user/signal.c')
-rw-r--r--bsd-user/signal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/signal.c b/bsd-user/signal.c
index f3e020e004..cb0036acb6 100644
--- a/bsd-user/signal.c
+++ b/bsd-user/signal.c
@@ -21,6 +21,7 @@
#include "qemu/osdep.h"
#include "qemu.h"
#include "signal-common.h"
+#include "trace.h"
#include "hw/core/tcg-cpu-ops.h"
#include "host-signal.h"