On Fri, Aug 22, 2025 at 02:26:44PM +0200, Paolo Bonzini wrote: > Date: Fri, 22 Aug 2025 14:26:44 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 03/14] trace/ftrace: move snprintf+write from tracepoints > to ftrace.c > X-Mailer: git-send-email 2.50.1 > > This simplifies the Python code and reduces the size of the tracepoints. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > tests/tracetool/ftrace.h | 28 ++++++---------------------- > trace/ftrace.h | 1 + > trace/ftrace.c | 15 +++++++++++++++ > scripts/tracetool/backend/ftrace.py | 12 ++---------- > 4 files changed, 24 insertions(+), 32 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>