]> Git Repo - linux.git/blob - drivers/media/v4l2-core/vb2-trace.c
Merge tag 'gvt-next-2017-12-14' of https://github.com/intel/gvt-linux into drm-intel...
[linux.git] / drivers / media / v4l2-core / vb2-trace.c
1 // SPDX-License-Identifier: GPL-2.0
2 #include <media/videobuf2-core.h>
3
4 #define CREATE_TRACE_POINTS
5 #include <trace/events/vb2.h>
6
7 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_buf_done);
8 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_buf_queue);
9 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
10 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_qbuf);
This page took 0.02884 seconds and 4 git commands to generate.