diff options
author | Ilya Leoshkevich <[email protected]> | 2021-10-13 18:09:01 +0200 |
---|---|---|
committer | Andrii Nakryiko <[email protected]> | 2021-10-20 11:40:45 -0700 |
commit | 961632d5416389a6f2e7478b674ac645c7e3ff01 (patch) | |
tree | 85e4b85c09f0a2074a8cbcec4925bc80aecef238 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | c9e982b879465ca74e3593ce82808aa259265a71 (diff) |
libbpf: Fix dumping non-aligned __int128
Non-aligned integers are dumped as bitfields, which is supported for at
most 64-bit integers. Fix by using the same trick as
btf_dump_float_data(): copy non-aligned values to the local buffer.
Signed-off-by: Ilya Leoshkevich <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions