summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorMatthew Sakai <msakai@redhat.com>2023-11-16 19:49:57 -0500
committerMike Snitzer <snitzer@kernel.org>2024-02-20 13:43:13 -0500
commitcc46b9554b3f6d2f09b1111386b2706e5b4f56c8 (patch)
treec6247c73746bc7e2f374cdfcf2fa67c54fe1423c /tools/perf/scripts/python/task-analyzer.py
parentd9e894d9b2ec9f3117f4d16400a3981c48bb0639 (diff)
dm vdo: add basic hash map data structures
This patch adds two hash maps, one keyed by integers, the other by pointers, and also a priority heap. The integer map is used for locking of logical and physical addresses. The pointer map is used for managing concurrent writes of the same data, ensuring that those writes are deduplicated. The priority heap is used to minimize the search time for free blocks. Co-developed-by: J. corwin Coburn <corwin@hurlbutnet.net> Signed-off-by: J. corwin Coburn <corwin@hurlbutnet.net> Co-developed-by: Michael Sclafani <dm-devel@lists.linux.dev> Signed-off-by: Michael Sclafani <dm-devel@lists.linux.dev> Signed-off-by: Matthew Sakai <msakai@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions