xref: /kernel/linux/linux-5.10/drivers/media/v4l2-core/v4l2-trace.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/media/v4l2-core/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#include <media/v4l2-common.h>
38c2ecf20Sopenharmony_ci#include <media/v4l2-fh.h>
48c2ecf20Sopenharmony_ci#include <media/videobuf2-v4l2.h>
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#define CREATE_TRACE_POINTS
78c2ecf20Sopenharmony_ci#include <trace/events/v4l2.h>
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(vb2_v4l2_buf_done);
108c2ecf20Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(vb2_v4l2_buf_queue);
118c2ecf20Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(vb2_v4l2_dqbuf);
128c2ecf20Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(vb2_v4l2_qbuf);
13

Indexes created Thu Nov 07 10:32:03 CST 2024