diff options
author | Alexei Starovoitov <[email protected]> | 2024-11-07 18:56:15 -0800 |
---|---|---|
committer | Andrii Nakryiko <[email protected]> | 2024-11-13 13:52:45 -0800 |
commit | b795379757eb054925fbb6783559c86f01c1a614 (patch) | |
tree | 7feaef198ba519f8e4c17370c6564005517153a2 /tools/perf/scripts/python/libxed.py | |
parent | 871438170326dc28125cb823d19c1d5c5304474d (diff) |
bpf: Introduce range_tree data structure and use it in bpf arena
Introduce range_tree data structure and use it in bpf arena to track
ranges of allocated pages. range_tree is a large bitmap that is
implemented as interval tree plus rbtree. The contiguous sequence of
bits represents unallocated pages.
Signed-off-by: Alexei Starovoitov <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Acked-by: Kumar Kartikeya Dwivedi <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions