]> Git Repo - linux.git/blob - drivers/media/v4l2-core/vb2-trace.c
Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[linux.git] / drivers / media / v4l2-core / vb2-trace.c
1 #include <media/videobuf2-core.h>
2
3 #define CREATE_TRACE_POINTS
4 #include <trace/events/vb2.h>
5
6 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_buf_done);
7 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_buf_queue);
8 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
9 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_qbuf);
This page took 0.032676 seconds and 4 git commands to generate.