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