]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf: Use VMA iterator
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 4 Jan 2021 19:52:39 +0000 (14:52 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 1 Nov 2021 14:43:49 +0000 (10:43 -0400)
commit893bc3d2ab48aa471450fc16ab78953205497d88
tree1e6d953a9d1ee7cd2eea0836a971bb8627a5e4e5
parentce819dc7d6c5bfd88c11a487ad48da8415a9a5d1
perf: Use VMA iterator

The VMA iterator is faster than the linked list and removing the linked
list will shrink the vm_area_struct.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
kernel/events/core.c
kernel/events/uprobes.c