Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1314860

Re: [PATCH 4/9] perf, tools, stat: Implement CSV metrics output

From Jiri Olsa <jolsa@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH 4/9] perf, tools, stat: Implement CSV metrics output
Date 2016-01-22 11:00 +0100
Message-ID <qTGFA-2gp-23@gated-at.bofh.it> (permalink)
References <qSQH0-8jG-11@gated-at.bofh.it> <qSQH1-8jG-35@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Jan 19, 2016 at 06:26:47PM -0800, Andi Kleen wrote:
> From: Andi Kleen <ak@linux.intel.com>
> 
> Now support CSV output for metrics. With the new output callbacks
> this is relatively straight forward by creating new callbacks.
> 
> The new line callback needs to know the number of fields to skip them
> correctly

could you please provide some output example into changelog?
with fields described..

I've got:

$ perf stat -e cycles,instructions -a -x,
^C154179453,,cycles,3358275330,100.00,,Ghz,3358275330,100.00
37699562,,instructions,3358350427,100.00,0.24,insn per cycle
,,,3358350427,100.00,,stalled cycles per insn,3358350427,100.00

and it seems this is extra -------------------^^^^^^^^^^^^^^^^^

thanks,
jirka

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 4/9] perf, tools, stat: Implement CSV metrics output Andi Kleen <andi@firstfloor.org> - 2016-01-20 03:30 +0100
  Re: [PATCH 4/9] perf, tools, stat: Implement CSV metrics output Jiri Olsa <jolsa@redhat.com> - 2016-01-22 11:00 +0100

csiph-web