You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
300 B
11 lines
300 B
// SPDX-License-Identifier: GPL-2.0
|
|
#include <media/videobuf2-core.h>
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include <trace/events/vb2.h>
|
|
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_buf_done);
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_buf_queue);
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_qbuf);
|