diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2024-07-03 02:48:47 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2024-07-08 16:39:35 +0200 |
commit | 7ba4f43e16de351fe9821de80e15d88c884b2967 (patch) | |
tree | 0019f59ba154fd2eebb46705076a6a55c77225ed /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bc239eb271e5f35fcade689c6782c962ef3704c8 (diff) |
s390/bpf: Change seen_reg to a mask
Using a mask instead of an array saves a small amount of memory and
allows marking multiple registers as seen with a simple "or". Another
positive side-effect is that it speeds up verification with jitterbug.
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20240703005047.40915-2-iii@linux.ibm.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions