lkml.org 
[lkml]   [2017]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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

\
 
 \ /
  Last update: 2017-11-21 16:19    [W:1.012 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site