[PATCH 0/2] perf top: Add --branch-history option
From: Adrian Hunter
Date: Thu Mar 30 2023 - 09:18:54 EST
Hi
Here are small patches related to option --branch-history.
Note, currently --branch-history is broken due to patch
"perf report: append inlines to non-dwarf callchains" so
that needs to be reverted / fixed beforehand.
Adrian Hunter (2):
perf top: Add --branch-history option
perf symbol: Remove unused branch_callstack
tools/perf/Documentation/perf-top.txt | 4 ++++
tools/perf/builtin-top.c | 17 +++++++++++++++++
tools/perf/util/symbol_conf.h | 1 -
3 files changed, 21 insertions(+), 1 deletion(-)
Regards
Adrian