-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drgn.helpers.linux.slab: add support for retrieving objects exclusive…
…ly from per-node lists The current implementation of for_each_allocated_object() is slow as it iterates through every physical page. This commit adds the ability to retrieve objects exclusively from the per-node partial lists, greatly improving efficiency when searching for the source of vfs caches of dying cgroups or millions of negative dentries. Signed-off-by: Jian Wen <[email protected]>
- Loading branch information
Showing
3 changed files
with
72 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters