linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Deborah Brouwer <deborah.brouwer@collabora.com>
To: linux-media@vger.kernel.org
Cc: hverkuil-cisco@xs4all.nl,
	Deborah Brouwer <deborah.brouwer@collabora.com>
Subject: [PATCH 0/8] v4l2-tracer: expand to stateful decoding
Date: Mon, 13 Nov 2023 12:06:11 -0800	[thread overview]
Message-ID: <cover.1699904350.git.deborah.brouwer@collabora.com> (raw)

Fixes and improvements aimed at expanding the scope of the v4l2-tracer
to stateful decoding without causing regressions for stateless decoding.

Deborah Brouwer (8):
  v4l2-info/v4l2-tracer: add macro to mark the trace
  v4l2-tracer: replace buftype2s with val2s
  v4l2-tracer: remove buffers by type and index
  v4l2-tracer: remove compress_frame_count
  v4l2-tracer: get decoded bytesused from DQBUF
  v4l2-tracer: create an option to trace userspace args
  v4l2-tracer: stop retracing failed ioctls
  v4l2-tracer: auto generate flags for DECODER_CMD

 utils/common/v4l2-info.h                 |   7 +
 utils/v4l2-tracer/libv4l2tracer.cpp      |  33 ++++-
 utils/v4l2-tracer/retrace-helper.cpp     |   4 +-
 utils/v4l2-tracer/retrace.cpp            | 168 +++++++++++------------
 utils/v4l2-tracer/retrace.h              |   2 +-
 utils/v4l2-tracer/trace-helper.cpp       |  62 +++++----
 utils/v4l2-tracer/trace.cpp              |  20 +--
 utils/v4l2-tracer/trace.h                |   2 +-
 utils/v4l2-tracer/v4l2-tracer-common.cpp |   1 +
 utils/v4l2-tracer/v4l2-tracer-gen.pl     |  21 +++
 utils/v4l2-tracer/v4l2-tracer.cpp        |   6 +
 11 files changed, 198 insertions(+), 128 deletions(-)

-- 
2.41.0


             reply	other threads:[~2023-11-13 20:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-13 20:06 Deborah Brouwer [this message]
2023-11-13 20:06 ` [PATCH 1/8] v4l2-info/v4l2-tracer: add macro to mark the trace Deborah Brouwer
2023-11-13 20:06 ` [PATCH 2/8] v4l2-tracer: replace buftype2s with val2s Deborah Brouwer
2023-11-13 20:06 ` [PATCH 3/8] v4l2-tracer: remove buffers by type and index Deborah Brouwer
2023-11-13 20:06 ` [PATCH 4/8] v4l2-tracer: remove compress_frame_count Deborah Brouwer
2023-11-13 20:06 ` [PATCH 5/8] v4l2-tracer: get decoded bytesused from DQBUF Deborah Brouwer
2023-11-13 20:06 ` [PATCH 6/8] v4l2-tracer: create an option to trace userspace args Deborah Brouwer
2023-11-13 20:06 ` [PATCH 7/8] v4l2-tracer: stop retracing failed ioctls Deborah Brouwer
2023-11-13 20:06 ` [PATCH 8/8] v4l2-tracer: auto generate flags for DECODER_CMD Deborah Brouwer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1699904350.git.deborah.brouwer@collabora.com \
    --to=deborah.brouwer@collabora.com \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).