public inbox for linux-trace-devel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] trace-cmd report: add spacing before raw data flags
@ 2026-04-06 15:32 CaoRuichuang
  2026-04-06 16:36 ` Steven Rostedt
  2026-04-06 16:53 ` [PATCH v2] trace-cmd report: Add " Cao Ruichuang
  0 siblings, 2 replies; 3+ messages in thread
From: CaoRuichuang @ 2026-04-06 15:32 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: rostedt, tz.stoyanov

Signed-off-by: CaoRuichuang <create0818@163.com>
---
 tracecmd/trace-read.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tracecmd/trace-read.c b/tracecmd/trace-read.c
index 355ee0f4..962ebd89 100644
--- a/tracecmd/trace-read.c
+++ b/tracecmd/trace-read.c
@@ -871,7 +871,7 @@ void trace_show_data(struct tracecmd_input *handle, struct tep_record *record)
 			TEP_PRINT_CPU);
 
 	if (raw_format)
-		trace_seq_printf(&s, "-0x%x",
+		trace_seq_printf(&s, " -0x%x",
 				 tep_data_flags(pevent, record));
 	else
 		tep_print_event(pevent, &s, record,
-- 
2.39.5 (Apple Git-154)


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

end of thread, other threads:[~2026-04-06 16:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-06 15:32 [PATCH] trace-cmd report: add spacing before raw data flags CaoRuichuang
2026-04-06 16:36 ` Steven Rostedt
2026-04-06 16:53 ` [PATCH v2] trace-cmd report: Add " Cao Ruichuang

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