]> git.itanic.dy.fi Git - linux-stable/commit
perf annotate: Move max_coverage from 'struct annotation' to 'struct annotated_branch'
authorNamhyung Kim <namhyung@kernel.org>
Fri, 3 Nov 2023 19:19:05 +0000 (12:19 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 9 Nov 2023 16:49:33 +0000 (13:49 -0300)
commit2b215ec71b888ec2f3ca86846ce3a7f20b0d5e4d
tree1d7e55dbc99c151512a285b7628c67004f306863
parentb7f87e32590bf48eca84f729d3422be7b8dc22d3
perf annotate: Move max_coverage from 'struct annotation' to 'struct annotated_branch'

The max_coverage field is only used when branch stack info is available
so it'd be natural to move to 'struct annotated_branch'.

Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20231103191907.54531-4-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-annotate.c
tools/perf/util/annotate.c
tools/perf/util/annotate.h
tools/perf/util/block-range.c