aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util
diff options
context:
space:
mode:
authorFilipe Manana <[email protected]>2023-04-26 11:51:36 +0100
committerDavid Sterba <[email protected]>2023-04-28 16:36:39 +0200
commita2cea677db6099d71c9f70de7f907d3d7e6bec3b (patch)
treec19f443fd3b55f51019af352dabf1cc2dc7f71cd /tools/perf/scripts/python/Perf-Trace-Util
parent9ae5afd02a03d4e22a17a9609b19400b77c36273 (diff)
btrfs: print extent buffers when sibling keys check fails
When trying to move keys from one node/leaf to another sibling node/leaf, if the sibling keys check fails we just print an error message with the last key of the left sibling and the first key of the right sibling. However it's also useful to print all the keys of each sibling, as it may provide some clues to what went wrong, which code path may be inserting keys in an incorrect order. So just do that, print the siblings with btrfs_print_tree(), as it works for both leaves and nodes. Reviewed-by: Qu Wenruo <[email protected]> Signed-off-by: Filipe Manana <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions