scripts/objdump-func: Support multiple functions
authorJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 12 Apr 2023 19:03:16 +0000 (12:03 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 14 Apr 2023 14:08:28 +0000 (16:08 +0200)
commit27d000d635ce48b579988e9b3240352a2a0306e0
tree4a081687f12e606987b721e669f4bad621ba673e
parente8deb00c0c4808654d1bf96a8f79cf1deb59b631
scripts/objdump-func: Support multiple functions

Allow specifying multiple functions on the cmdline.  Note this removes
the secret EXTRA_ARGS feature.

While at it, spread out the awk to make it more readable.

Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/0bf5f4f5978660985037b24c6db49b114374eb4d.1681325924.git.jpoimboe@kernel.org
scripts/objdump-func