aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/signal.c
diff options
context:
space:
mode:
authorWarner Losh <imp@bsdimp.com>2022-01-08 17:37:23 -0700
committerWarner Losh <imp@bsdimp.com>2022-01-28 15:53:41 -0700
commit6ddc1abe0fd1099f807b27306b518752ea3f40e0 (patch)
tree636ab2f5e75445c2dc681b9fb8c5f8f1d6c619b1 /bsd-user/signal.c
parent85fc1b5dbf893254471809eef8ec773bb29d4f48 (diff)
downloadqemu-6ddc1abe0fd1099f807b27306b518752ea3f40e0.zip
qemu-6ddc1abe0fd1099f807b27306b518752ea3f40e0.tar.gz
qemu-6ddc1abe0fd1099f807b27306b518752ea3f40e0.tar.bz2
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 f3e020e..cb0036a 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"