aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorUladzislau Rezki (Sony) <[email protected]>2020-05-25 23:47:53 +0200
committerPaul E. McKenney <[email protected]>2020-06-29 11:59:25 -0700
commit5f3c8d620447d509e534962e23f7edfb85f4e533 (patch)
tree14e889b2221ce9f573216f28f3bb6853901366f6 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parent53c72b590b3a0afd6747d6f7957e6838003e90a4 (diff)
rcu/tree: Maintain separate array for vmalloc ptrs
To do so, we use an array of kvfree_rcu_bulk_data structures. It consists of two elements: - index number 0 corresponds to slab pointers. - index number 1 corresponds to vmalloc pointers. Keeping vmalloc pointers separated from slab pointers makes it possible to invoke the right freeing API for the right kind of pointer. It also prepares us for future headless support for vmalloc and SLAB objects. Such objects cannot be queued on a linked list and are instead directly into an array. Signed-off-by: Uladzislau Rezki (Sony) <[email protected]> Signed-off-by: Joel Fernandes (Google) <[email protected]> Reviewed-by: Joel Fernandes (Google) <[email protected]> Co-developed-by: Joel Fernandes (Google) <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions