mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-15 11:25:26 +00:00
d/v4l2: Use U_TRACE_SET_THREAD_NAME
This commit is contained in:
parent
36d1734377
commit
c9bbeac70a
|
@ -724,7 +724,7 @@ v4l2_fs_create(struct xrt_frame_context *xfctx,
|
|||
void *
|
||||
v4l2_fs_mainloop(void *ptr)
|
||||
{
|
||||
SINK_TRACE_MARKER();
|
||||
U_TRACE_SET_THREAD_NAME("V4L2");
|
||||
|
||||
struct xrt_fs *xfs = (struct xrt_fs *)ptr;
|
||||
struct v4l2_fs *vid = v4l2_fs(xfs);
|
||||
|
|
Loading…
Reference in a new issue