perf symbol: Remove unused branch_callstack
branch_callstack was added by commit 8b7bad58ef
("perf callchain: Support
handling complete branch stacks as histograms") but never used.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20230330131833.12864-2-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
5ef506130c
commit
5a892c3da3
@ -33,7 +33,6 @@ struct symbol_conf {
|
|||||||
demangle_kernel,
|
demangle_kernel,
|
||||||
filter_relative,
|
filter_relative,
|
||||||
show_hist_headers,
|
show_hist_headers,
|
||||||
branch_callstack,
|
|
||||||
has_filter,
|
has_filter,
|
||||||
show_ref_callgraph,
|
show_ref_callgraph,
|
||||||
hide_unresolved,
|
hide_unresolved,
|
||||||
|
Loading…
Reference in New Issue
Block a user