]> asedeno.scripts.mit.edu Git - linux.git/commit
perf annotate: Add percent_type to struct annotation_options
authorJiri Olsa <jolsa@kernel.org>
Sat, 4 Aug 2018 13:05:13 +0000 (15:05 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 8 Aug 2018 18:55:50 +0000 (15:55 -0300)
commit796ca33d5ceb621f238021c34cff8cfaa1100623
tree1a8db3c6c68f6642adff116a0cc4fda98195f024
parente58684df912906d944967e2ce0f3ed5d5140d1e5
perf annotate: Add percent_type to struct annotation_options

It will be used to carry user selection of percent type for annotation
output.

Passing the percent_type to the annotation_line__print function as the
first step and making it default to current percentage type
(PERCENT_HITS_LOCAL) value.

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-13-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/annotate.c
tools/perf/util/annotate.h