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


Groups > linux.kernel > #1338896

Re: [PATCH 2/6] perf, tools, stat: Implement CSV metrics output

From Jiri Olsa <jolsa@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH 2/6] perf, tools, stat: Implement CSV metrics output
Date 2016-02-21 19:00 +0100
Message-ID <r4Gsz-16v-35@gated-at.bofh.it> (permalink)
References <r3j4Z-4A2-11@gated-at.bofh.it> <r3j50-4A2-39@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Feb 17, 2016 at 02:44:01PM -0800, Andi Kleen wrote:

SNIP

> ---
>  tools/perf/builtin-stat.c | 76 ++++++++++++++++++++++++++++++++++++++++++++---
>  1 file changed, 72 insertions(+), 4 deletions(-)
> 
> diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
> index 86289df..6c2c1d2 100644
> --- a/tools/perf/builtin-stat.c
> +++ b/tools/perf/builtin-stat.c
> @@ -739,6 +739,8 @@ struct outstate {
>  	FILE *fh;
>  	bool newline;
>  	const char *prefix;
> +	int  nfields;
> +	u64  run, ena;

what are outstate's ena and run being used for?

thanks,
jirka

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


Thread

[PATCH 2/6] perf, tools, stat: Implement CSV metrics output Andi Kleen <andi@firstfloor.org> - 2016-02-17 23:50 +0100
  Re: [PATCH 2/6] perf, tools, stat: Implement CSV metrics output Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-02-18 18:10 +0100
    Re: [PATCH 2/6] perf, tools, stat: Implement CSV metrics output Andi Kleen <andi@firstfloor.org> - 2016-02-18 18:40 +0100
      Re: [PATCH 2/6] perf, tools, stat: Implement CSV metrics output Jiri Olsa <jolsa@redhat.com> - 2016-02-21 19:00 +0100
        Re: [PATCH 2/6] perf, tools, stat: Implement CSV metrics output Andi Kleen <andi@firstfloor.org> - 2016-02-22 17:30 +0100
  Re: [PATCH 2/6] perf, tools, stat: Implement CSV metrics output Jiri Olsa <jolsa@redhat.com> - 2016-02-21 19:00 +0100

csiph-web