]> asedeno.scripts.mit.edu Git - linux.git/commit
perf annotate: Rename hist to sym_hist in annotation__calc_percent
authorJiri Olsa <jolsa@kernel.org>
Sat, 4 Aug 2018 13:05:07 +0000 (15:05 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 8 Aug 2018 18:55:47 +0000 (15:55 -0300)
commit48a1e4f2381387a097ea9f7897c5c32e9aaa708d
tree78764483b0593868b5cd24d7fb02c52a60202505
parent0440af74dcd0f32b134b1c4d47dc25f0bb539ded
perf annotate: Rename hist to sym_hist in annotation__calc_percent

We will need to bring in 'struct hists' variable in this scope, so it's
better we do this rename first.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/20180804130521.11408-7-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/annotate.c