aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorJemmy <[email protected]>2024-06-07 01:39:12 +0800
committerChristian Brauner <[email protected]>2024-06-21 11:41:04 +0200
commitdeebbd505c7bf8913451095c3ac9dcec39c7a025 (patch)
treee40fd6b28b8e711cbe79b53f4b4dc9b3b07e571b /tools/perf/scripts/python/parallel-perf.py
parentd4f50ea957cab6ea940cc072a142b1e964a10ee6 (diff)
Improve readability of copy_tree
by employing `copy mount tree from src to dst` concept. This involves renaming the opaque variables (e.g., p, q, r, s) to be more descriptive, aiming to make the code easier to understand. Changes: mnt -> src_root (root of the tree to copy) r -> src_root_child (direct child of the root being cloning) p -> src_parent (parent of src_mnt) s -> src_mnt (current mount being copying) parent -> dst_parent (parent of dst_child) q -> dst_mnt (freshly cloned mount) Signed-off-by: Jemmy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions