diff options
author | Ilya Leoshkevich <[email protected]> | 2024-07-03 02:48:47 +0200 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2024-07-08 16:39:35 +0200 |
commit | 7ba4f43e16de351fe9821de80e15d88c884b2967 (patch) | |
tree | 0019f59ba154fd2eebb46705076a6a55c77225ed /tools/perf/scripts/python/sctop.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 <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions