lkml.org 
[lkml]   [2019]   [May]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [Patch] perf stat: always separate stalled cycles per insn
On Sun, May 19, 2019 at 11:59 PM Jiri Olsa <jolsa@redhat.com> wrote:
>
> On Fri, May 17, 2019 at 03:10:39PM -0700, Cong Wang wrote:
> > The "stalled cycles per insn" is appended to "instructions" when
> > the CPU has this hardware counter directly. We should always make it
> > a separate line, which also aligns to the output when we hit the
> > "if (total && avg)" branch.
> >
> > Before:
> > $ sudo perf stat --all-cpus --field-separator , --log-fd 1 -einstructions,cycles -- sleep 1
> > 4565048704,,instructions,64114578096,100.00,1.34,insn per cycle,,
> > 3396325133,,cycles,64146628546,100.00,,
> >
> > After:
> > $ sudo ./tools/perf/perf stat --all-cpus --field-separator , --log-fd 1 -einstructions,cycles -- sleep 1
> > 6721924,,instructions,24026790339,100.00,0.22,insn per cycle
> > ,,,,,0.00,stalled cycles per insn
> > 30939953,,cycles,24025512526,100.00,,
> >
> > Cc: Andi Kleen <ak@linux.intel.com>
> > Cc: Jiri Olsa <jolsa@kernel.org>
> > Cc: Ingo Molnar <mingo@redhat.com>
> > Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
> > Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
>
> Acked-by: Jiri Olsa <jolsa@kernel.org>

Thanks for reviewing it. Is there anyone takes this patch?

\
 
 \ /
  Last update: 2019-05-28 20:22    [W:0.293 / U:0.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site