summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-06-28 17:55:52 +0300
committerWill Deacon <will.deacon@arm.com>2017-06-29 13:02:41 +0300
commita5018b0e6f036a598e55371e9135e287dc3b25e5 (patch)
treec82e2ea54b3216b940a861428d450c979fe11ae7 /tools/perf/scripts/python/export-to-sqlite.py
parent0607512d0a8d7fac86667466b884095e04b10a59 (diff)
downloadlinux-a5018b0e6f036a598e55371e9135e287dc3b25e5.tar.xz
arm64: fix endianness annotation for debug-monitors.c
Here we're reading thumb or ARM instructions, which are always stored in memory in little-endian order. These values are thus correctly converted to native order but the intermediate value should be annotated as for little-endian values. Fix this by declaring the intermediate var as __le32 or __le16. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions