public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] v4l2-tracer: misc fixes
@ 2023-02-09  6:06 Deborah Brouwer
  2023-02-09  6:06 ` [PATCH 1/5] v4l2-tracer: add signal handling Deborah Brouwer
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Deborah Brouwer @ 2023-02-09  6:06 UTC (permalink / raw)
  To: linux-media; +Cc: Deborah Brouwer

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-02-22 20:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-09  6:06 [PATCH 0/5] v4l2-tracer: misc fixes Deborah Brouwer
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox