]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf maps: Move getting debug_file to verbose path
authorIan Rogers <irogers@google.com>
Wed, 8 Apr 2026 02:08:36 +0000 (19:08 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 8 Apr 2026 17:28:49 +0000 (10:28 -0700)
commitb01741b2854aef073a8106468903aba0cf4f8539
treebf5066e75a89ccbca7fb85c11050f0b26836613d
parent83674a78293f113b47a042d4470c264f6aa54fd5
perf maps: Move getting debug_file to verbose path

Getting debug_file can trigger warnings if not set. Avoid getting
these warnings by pushing the use under the controlling if.

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/maps.c