summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@linaro.org>2026-07-28 13:42:39 +0100
committerNicolas Schier <nsc@kernel.org>2026-08-05 14:59:45 +0200
commitd6bf11a7e8a86135193fae9908e46186796075f5 (patch)
tree18d3ab92a08779722b2de0572555a20fea8ae839 /tools/perf/scripts/python
parent69ef27076d19297c0bf3bd22171fab8d87464a09 (diff)
kallsyms: add symbol size for kallsyms symbols that can change size
Add symbol size for kallsyms symbols that can change size so that sizes can be determined easily without having to manually calculate them when inspecting the object files (.tmp_vmlinux?.kallsyms.o or .tmp_vmlinux?). Without, the assembler records the symbol size as 0. This is primarily useful as a debugging aid in case of linker errors as part of link-vmlinux.sh, and because symbol size doesn't have to align with the offset to the next symbol due to padding/alignment. Signed-off-by: André Draszik <andre.draszik@linaro.org> Tested-by: Nathan Chancellor <nathan@kernel.org> Reviewed-by: Nicolas Schier <nsc@kernel.org> Signed-off-by: Nicolas Schier <nsc@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions