xref: /kernel/linux/linux-6.6/drivers/media/common/videobuf2/vb2-trace.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/media/common/videobuf2/
162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#include <media/videobuf2-core.h>
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci#define CREATE_TRACE_POINTS
562306a36Sopenharmony_ci#include <trace/events/vb2.h>
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(vb2_buf_done);
862306a36Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(vb2_buf_queue);
962306a36Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
1062306a36Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(vb2_qbuf);
11

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