diff options
author | Uladzislau Rezki (Sony) <[email protected]> | 2020-08-06 23:24:12 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-08-07 11:33:27 -0700 |
commit | da27c9ed17794b4741fe2858ce727ffac671877e (patch) | |
tree | 27a897e9fa6275d41708e2bf39b44ba13bf478c6 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 5dd7864094033a281aeffccaf9703468cbcfccfc (diff) |
mm/vmalloc: simplify augment_tree_propagate_check()
This function is for debug purpose only. Currently it uses recursion for
tree traversal, checking an augmented value of each node to find out if it
is valid or not.
The recursion can corrupt the stack because the tree can be huge if
synthetic tests are applied. To prevent it, navigate the tree from bottom
to upper levels using a regular list instead, because nodes are linked
among each other also. It is faster and without recursion.
Signed-off-by: Uladzislau Rezki (Sony) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions