From 5a892c3da39fae73d008cc43706ff29456fa8cf1 Mon Sep 17 00:00:00 2001 From: Adrian Hunter Date: Thu, 30 Mar 2023 16:18:33 +0300 Subject: [PATCH] perf symbol: Remove unused branch_callstack branch_callstack was added by commit 8b7bad58efb7 ("perf callchain: Support handling complete branch stacks as histograms") but never used. Signed-off-by: Adrian Hunter Cc: Andi Kleen Cc: Ian Rogers Cc: Jiri Olsa Cc: Namhyung Kim Link: https://lore.kernel.org/r/20230330131833.12864-2-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/util/symbol_conf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/util/symbol_conf.h b/tools/perf/util/symbol_conf.h index 5accd8e69ad25..f26f81eb82529 100644 --- a/tools/perf/util/symbol_conf.h +++ b/tools/perf/util/symbol_conf.h @@ -33,7 +33,6 @@ struct symbol_conf { demangle_kernel, filter_relative, show_hist_headers, - branch_callstack, has_filter, show_ref_callgraph, hide_unresolved, -- 2.30.2