]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scripts/faddr2line: Combine three readelf calls into one
authorBrian Johannesmeyer <bjohannesmeyer@gmail.com>
Mon, 15 Apr 2024 14:55:33 +0000 (16:55 +0200)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 3 Jul 2024 06:38:36 +0000 (23:38 -0700)
commitb8d9d9496c1e78a8fd89f4fe9923d12b3c9ad8a3
treebecc83d43b0b0bdbe7c77bf84b9750cb2bdf9fd0
parent39cf650d68289d41d484f4c29fea0124df2e09aa
scripts/faddr2line: Combine three readelf calls into one

Rather than calling readelf three separate times to collect three different
types of info, call it only once, and parse out the different types of info
from its output.

Signed-off-by: Brian Johannesmeyer <bjohannesmeyer@gmail.com>
Link: https://lore.kernel.org/r/20240415145538.1938745-3-bjohannesmeyer@gmail.com
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
scripts/faddr2line