mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 21:28:50 +00:00
t/oxr: Enable tracing
This commit is contained in:
parent
b4f9d07abf
commit
7524239b1f
|
@ -8,6 +8,12 @@
|
||||||
|
|
||||||
#include "xrt/xrt_config_build.h"
|
#include "xrt/xrt_config_build.h"
|
||||||
|
|
||||||
|
#include "util/u_trace_marker.h"
|
||||||
|
|
||||||
|
// Insert the on load constructor to init trace marker.
|
||||||
|
U_TRACE_TARGET_INIT()
|
||||||
|
|
||||||
|
|
||||||
#ifdef XRT_FEATURE_SERVICE
|
#ifdef XRT_FEATURE_SERVICE
|
||||||
|
|
||||||
#include "xrt/xrt_instance.h"
|
#include "xrt/xrt_instance.h"
|
||||||
|
@ -19,6 +25,8 @@ ipc_instance_create(struct xrt_instance_info *i_info, struct xrt_instance **out_
|
||||||
int
|
int
|
||||||
xrt_instance_create(struct xrt_instance_info *i_info, struct xrt_instance **out_xinst)
|
xrt_instance_create(struct xrt_instance_info *i_info, struct xrt_instance **out_xinst)
|
||||||
{
|
{
|
||||||
|
XRT_TRACE_MARKER();
|
||||||
|
|
||||||
return ipc_instance_create(i_info, out_xinst);
|
return ipc_instance_create(i_info, out_xinst);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue