kernel/include/trace/events/v4l2.h
.. .. @@ -130,7 +130,7 @@ 130 130 __entry->bytesused = buf->bytesused; 131 131 __entry->flags = buf->flags; 132 132 __entry->field = buf->field; 133 - __entry->timestamp = timeval_to_ns(&buf->timestamp);133 + __entry->timestamp = v4l2_buffer_get_timestamp(buf);134 134 __entry->timecode_type = buf->timecode.type; 135 135 __entry->timecode_flags = buf->timecode.flags; 136 136 __entry->timecode_frames = buf->timecode.frames;