aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2022-04-13 11:30:37 +0800
committerMathieu Poirier <[email protected]>2022-04-13 11:14:03 -0600
commitf340d5a19dc76c6b29eeb23537fd7345611e9117 (patch)
tree5855ca22caabe55590aa1c9599463631b6ef6f17 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parentb30026f9ff3195cb93f9fbbb633dce5532b1260a (diff)
remoteproc: elf_loader: skip segment with memsz as zero
Per elf specification, p_filesz: This member gives the number of bytes in the file image of the segment; it may be zero. p_memsz: This member gives the number of bytes in the memory image of the segment; it may be zero. There is a case that i.MX DSP firmware has segment with PT_LOAD and p_memsz/p_filesz set to zero. Such segment needs to be ignored, otherwize rproc_da_to_va would report error. Signed-off-by: Peng Fan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mathieu Poirier <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions