All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] v4l2-tracer: debug messages
@ 2023-04-11 20:54 Deborah Brouwer
  2023-04-11 20:54 ` [PATCH v2 1/2] v4l2-tracer: print only if debugging option is set Deborah Brouwer
  2023-04-11 20:54 ` [PATCH v2 2/2] v4l2-tracer: add macros to print debug info Deborah Brouwer
  0 siblings, 2 replies; 3+ messages in thread
From: Deborah Brouwer @ 2023-04-11 20:54 UTC (permalink / raw)
  To: linux-media; +Cc: hverkuil, Deborah Brouwer

Changes since v1:
- split into two patches
- first patch moves debug option-checking out
  of main code and into debug functions
- second patch introduces and applies the macro
  for printing file, function and line number

Deborah Brouwer (2):
  v4l2-tracer: print only if debugging option is set
  v4l2-tracer: add macros to print debug info

 utils/v4l2-tracer/libv4l2tracer.cpp      |  35 ++----
 utils/v4l2-tracer/retrace-helper.cpp     |  41 +++----
 utils/v4l2-tracer/retrace.cpp            | 129 ++++++++---------------
 utils/v4l2-tracer/trace-helper.cpp       |  52 +++------
 utils/v4l2-tracer/trace.cpp              |  15 +--
 utils/v4l2-tracer/v4l2-tracer-common.cpp |   6 +-
 utils/v4l2-tracer/v4l2-tracer-common.h   |  16 +++
 utils/v4l2-tracer/v4l2-tracer.cpp        |  45 +++-----
 8 files changed, 121 insertions(+), 218 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-04-11 20:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-11 20:54 [PATCH v2 0/2] v4l2-tracer: debug messages Deborah Brouwer
2023-04-11 20:54 ` [PATCH v2 1/2] v4l2-tracer: print only if debugging option is set Deborah Brouwer
2023-04-11 20:54 ` [PATCH v2 2/2] v4l2-tracer: add macros to print debug info Deborah Brouwer

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.