[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200428024744.GA703870@tassilo.jf.intel.com>
Date: Mon, 27 Apr 2020 19:47:44 -0700
From: Andi Kleen <ak@...ux.intel.com>
To: Stephane Eranian <eranian@...gle.com>
Cc: linux-kernel@...r.kernel.org, peterz@...radead.org, mingo@...e.hu,
acme@...hat.com, jolsa@...hat.com, irogers@...gle.com,
kan.liang@...el.com
Subject: Re: [PATCH] perf/script: remove extraneous newline in
perf_sample__fprintf_regs()
On Sat, Apr 18, 2020 at 04:19:08PM -0700, Stephane Eranian wrote:
> When printing iregs, there was a double newline printed because
> perf_sample__fprintf_regs() was printing its own and then at the
> end of all fields, perf script was adding one.
> This was causing blank line in the output:
I don't think the patch is quite correct because there could be
other fields after it, and they need to be separated by a
new line too.
e.g. i suspect if someone prints iregs,uregs or iregs,brstack
or something else that is printed in process_event after *regs
you would get garbled output.
So you have to track if the newline is needed or not.
-Andi
Powered by blists - more mailing lists