aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorNikolay Borisov <[email protected]>2017-10-23 13:51:48 +0300
committerDavid Sterba <[email protected]>2018-01-22 16:08:11 +0100
commit617c54a88eaba611bfaa917918c773a91c53692a (patch)
treed4c2d021aadd54cd7f0c2550d10fbc7051ecfbd4 /tools/perf/scripts/python/call-graph-from-sql.py
parentd3fac6ba7dccc54f52087bb9d7b9be27aa6fa622 (diff)
btrfs: Make btrfs_async_run_delayed_root use a loop rather than multiple labels
Currently btrfs_async_run_delayed_root's implementation uses 3 goto labels to mimic the functionality of a simple do {} while loop. Refactor the function to use a do {} while construct, making intention clear and code easier to follow. No functional changes. Signed-off-by: Nikolay Borisov <[email protected]> Reviewed-by: Qu Wenruo <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions