aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorOmar Sandoval <[email protected]>2015-09-29 20:50:34 -0700
committerChris Mason <[email protected]>2015-12-17 12:16:46 -0800
commit208acb8c72d7ace6b672b105502dca0bcb050162 (patch)
treeb7247df458130c955e1246532b0ccc47f8ba0651 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent73fa48b674e819098c3bafc47618d0e2868191e5 (diff)
Btrfs: introduce the free space B-tree on-disk format
The on-disk format for the free space tree is straightforward. Each block group is represented in the free space tree by a free space info item that stores accounting information: whether the free space for this block group is stored as bitmaps or extents and how many extents of free space exist for this block group (regardless of which format is being used in the tree). Extents are (start, FREE_SPACE_EXTENT, length) keys with no corresponding item, and bitmaps instead have the FREE_SPACE_BITMAP type and have a bitmap item attached, which is just an array of bytes. Reviewed-by: Josef Bacik <[email protected]> Signed-off-by: Omar Sandoval <[email protected]> Signed-off-by: Chris Mason <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions