[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171121151733.GF20440@krava>
Date: Tue, 21 Nov 2017 16:17:33 +0100
From: Jiri Olsa <jolsa@...hat.com>
To: Jin Yao <yao.jin@...ux.intel.com>
Cc: acme@...nel.org, jolsa@...nel.org, peterz@...radead.org,
mingo@...hat.com, alexander.shishkin@...ux.intel.com,
Linux-kernel@...r.kernel.org, ak@...ux.intel.com,
kan.liang@...el.com, yao.jin@...el.com
Subject: Re: [PATCH v1 3/9] perf util: Reconstruct rblist for supporting
per-thread shadow stats
On Mon, Nov 20, 2017 at 10:43:38PM +0800, Jin Yao wrote:
SNIP
> static int evsel_context(struct perf_evsel *evsel)
> diff --git a/tools/perf/util/stat.h b/tools/perf/util/stat.h
> index 61fd2e0..4eb081d 100644
> --- a/tools/perf/util/stat.h
> +++ b/tools/perf/util/stat.h
> @@ -126,6 +126,8 @@ typedef void (*print_metric_t)(void *ctx, const char *color, const char *unit,
> const char *fmt, double val);
> typedef void (*new_line_t )(void *ctx);
>
> +void perf_stat__init_runtime_stat(struct runtime_stat *stat);
> +void perf_stat__free_runtime_stat(struct runtime_stat *stat);
maybe that could be:
runtime_stat__init(struct runtime_stat *stat);
runtime_stat__free(struct runtime_stat *stat);
jirka
Powered by blists - more mailing lists