aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorAndrii Nakryiko <[email protected]>2020-09-03 21:16:10 -0700
committerDaniel Borkmann <[email protected]>2020-09-04 14:35:12 +0200
commit17e54b096e6a8dc92b92c59c2e3437550383b27a (patch)
tree5b834fc3d12e6b5d3a01fec27ce7719958c54f4d /tools/perf/scripts/python/export-to-sqlite.py
parent95cec14b0308085c028c4d4fb3d09fad3902b4c3 (diff)
libbpf: Fix another __u64 cast in printf
Another issue of __u64 needing either %lu or %llu, depending on the architecture. Fix with cast to `unsigned long long`. Fixes: 7e06aad52929 ("libbpf: Add multi-prog section support for struct_ops") Signed-off-by: Andrii Nakryiko <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions