All of lore.kernel.org
 help / color / mirror / Atom feed
From: Deborah Brouwer <deborah.brouwer@collabora.com>
To: linux-media@vger.kernel.org
Cc: Deborah Brouwer <deborah.brouwer@collabora.com>
Subject: [PATCH 0/5] v4l2-tracer: misc fixes
Date: Wed,  8 Feb 2023 22:06:20 -0800	[thread overview]
Message-ID: <cover.1675920064.git.deborah.brouwer@collabora.com> (raw)

Hi,
This is a series of small fixes for errors that I noticed
while adding tracing for INPUT and OUTPUT ioctls.

Deborah Brouwer (5):
  v4l2-tracer: add signal handling
  v4l2-tracer: remove trailing comma from JSON trace
  v4l2-tracer: refactor autogeneration script
  v4l2-tracer: add exact matching for 'type' and 'field'
  v4l2-tracer: add INPUT and OUTPUT ioctls

 utils/v4l2-tracer/libv4l2tracer.cpp  |   6 +
 utils/v4l2-tracer/retrace.cpp        |  84 +++++++++
 utils/v4l2-tracer/trace.cpp          |  18 ++
 utils/v4l2-tracer/v4l2-tracer-gen.pl | 273 +++++++++++++++------------
 utils/v4l2-tracer/v4l2-tracer.cpp    |  34 ++--
 5 files changed, 287 insertions(+), 128 deletions(-)

-- 
2.39.0


             reply	other threads:[~2023-02-09  6:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-09  6:06 Deborah Brouwer [this message]
2023-02-09  6:06 ` [PATCH 1/5] v4l2-tracer: add signal handling Deborah Brouwer
2023-02-09  6:06 ` [PATCH 2/5] v4l2-tracer: remove trailing comma from JSON trace Deborah Brouwer
2023-02-22 19:26   ` Hans Verkuil
2023-02-22 20:43     ` Deborah Brouwer
2023-02-09  6:06 ` [PATCH 3/5] v4l2-tracer: refactor autogeneration script Deborah Brouwer
2023-02-09  6:06 ` [PATCH 4/5] v4l2-tracer: add exact matching for 'type' and 'field' Deborah Brouwer
2023-02-09  6:06 ` [PATCH 5/5] v4l2-tracer: add INPUT and OUTPUT ioctls 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.1675920064.git.deborah.brouwer@collabora.com \
    --to=deborah.brouwer@collabora.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.