public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] perf addr2line: Rework disable_add2line_warn
@ 2026-03-25 12:06 Thomas Richter
  2026-03-25 12:06 ` [PATCH 1/3] perf config: Rename symbol_conf::disable_add2line_warn Thomas Richter
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Thomas Richter @ 2026-03-25 12:06 UTC (permalink / raw)
  To: linux-kernel, linux-s390, linux-perf-users, acme, namhyung,
	irogers
  Cc: agordeev, gor, sumanthk, hca, japo

Introduce configurable addr2line_disable_warn entry in the .perfconfig
file. Clean up addr2line configuration.

Patch 1:
   Rename disable_add2line_warn to addr2line_disable_warn (with 'r')
   and start name with prefix addr2line_ to make it consistent with
   other addr2line_xxx configuration parameters.
Patch 2:
   Enable symbol_conf::addr2line_disable_warn set via config file.
Patch 3:
   Remove global variable addr2line_timeout_ms and make it a member
   of struct::symbol_conf.

Thomas Richter (3):
  perf config: Rename symbol_conf::disable_add2line_warn
  perf config: Make symbol_conf::addr2line_disable_warn configurable
  perf addr2line: Remove global variable addr2line_timeout_ms

 tools/perf/builtin-diff.c     |  4 ++--
 tools/perf/util/addr2line.c   | 20 ++++++++++----------
 tools/perf/util/addr2line.h   |  2 --
 tools/perf/util/block-info.c  |  2 +-
 tools/perf/util/config.c      |  6 ++++--
 tools/perf/util/libbfd.c      |  2 +-
 tools/perf/util/symbol_conf.h |  3 ++-
 7 files changed, 20 insertions(+), 19 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-04-02  0:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25 12:06 [PATCH 0/3] perf addr2line: Rework disable_add2line_warn Thomas Richter
2026-03-25 12:06 ` [PATCH 1/3] perf config: Rename symbol_conf::disable_add2line_warn Thomas Richter
2026-03-25 15:02   ` Ian Rogers
2026-04-01 20:13     ` Ian Rogers
2026-03-25 12:06 ` [PATCH 2/3] perf config: Make symbol_conf::addr2line_disable_warn configurable Thomas Richter
2026-03-25 15:03   ` Ian Rogers
2026-04-02  0:01   ` Namhyung Kim
2026-03-25 12:06 ` [PATCH 3/3] perf addr2line: Remove global variable addr2line_timeout_ms Thomas Richter
2026-03-25 15:05   ` Ian Rogers
2026-04-02  0:03     ` Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox