diff options
author | Warner Losh <imp@bsdimp.com> | 2022-01-08 17:37:23 -0700 |
---|---|---|
committer | Warner Losh <imp@bsdimp.com> | 2022-01-28 15:53:41 -0700 |
commit | 6ddc1abe0fd1099f807b27306b518752ea3f40e0 (patch) | |
tree | 636ab2f5e75445c2dc681b9fb8c5f8f1d6c619b1 /bsd-user/trace.h | |
parent | 85fc1b5dbf893254471809eef8ec773bb29d4f48 (diff) |
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/trace.h')
-rw-r--r-- | bsd-user/trace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/trace.h b/bsd-user/trace.h new file mode 100644 index 0000000000..593c0204ad --- /dev/null +++ b/bsd-user/trace.h @@ -0,0 +1 @@ +#include "trace/trace-bsd_user.h" |