aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/objdump-func
Commit message (Collapse)AuthorAgeFilesLines
* scripts/objdump-func: Support multiple functionsJosh Poimboeuf2023-04-141-8/+24
| | | | | | | | | | | 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 <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/0bf5f4f5978660985037b24c6db49b114374eb4d.1681325924.git.jpoimboe@kernel.org
* scripts: Create objdump-func helper scriptJosh Poimboeuf2022-05-121-0/+29
Add a simple script which disassembles a single function from an object file. Comes in handy for objtool warnings and kernel stack traces. Originally-by: Peter Zijlstra <[email protected]> Acked-by: Borislav Petkov <[email protected]> Signed-off-by: Josh Poimboeuf <[email protected]> Link: https://lore.kernel.org/r/3eb3f091fd6bd9caba50392ceab98ce756804f3b.1650578171.git.jpoimboe@redhat.com