The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/v4l2: Use U_TRACE_SET_THREAD_NAME

+1 -1
+1 -1
src/xrt/drivers/v4l2/v4l2_driver.c
··· 724 724 void * 725 725 v4l2_fs_mainloop(void *ptr) 726 726 { 727 - SINK_TRACE_MARKER(); 727 + U_TRACE_SET_THREAD_NAME("V4L2"); 728 728 729 729 struct xrt_fs *xfs = (struct xrt_fs *)ptr; 730 730 struct v4l2_fs *vid = v4l2_fs(xfs);