]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf config: Make symbol_conf::addr2line_disable_warn configurable
authorThomas Richter <tmricht@linux.ibm.com>
Tue, 7 Apr 2026 10:08:34 +0000 (12:08 +0200)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 8 Apr 2026 17:28:49 +0000 (10:28 -0700)
commit59f6de4e8f2295f8beb2857d8b87e67218e63538
tree5a6f5b06952eccae906856cbbc8c2295595222af
parentbb7aeeaa2106c6cc31cc88a513249bb80018535d
perf config: Make symbol_conf::addr2line_disable_warn configurable

Make symbol_conf::addr2line_disable_warn configurable by reading
the perfconfig file.
Use section core and addr2line-disable-warn = value.
Update documentation.

Example:
 # perf config -l
 core.addr2line-timeout=5000
 core.addr2line-disable-warn=1
 #

Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Suggested-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/Documentation/perf-config.txt
tools/perf/util/config.c