aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorQu Wenruo <[email protected]>2024-01-29 20:16:11 +1030
committerDavid Sterba <[email protected]>2024-05-07 21:31:02 +0200
commit400b172b8cdcff87038697169fe9e4222120dd9a (patch)
treeb1bfdaed5e147c225a5ec09a7ee07e88aef40027 /tools/perf/scripts/python/syscall-counts-by-pid.py
parent11e03f2f4b79eac2176d8ae5120bc9857e7fbb29 (diff)
btrfs: compression: migrate compression/decompression paths to folios
For both compression and decompression paths, we always require a "struct page **pages" and "unsigned long nr_pages", this involves quite some part of the btrfs compression paths: - All the compression entry points - compressed_bio structure This affects both compression and decompression. - async_extent structure Unfortunately with all those involved parts, there is no good way to split the conversion into smaller patches while still passing compiling. So do this in one big conversion in one go. Please note this is direct page->folio conversion, no change on the page sized folio requirement yet. Signed-off-by: Qu Wenruo <[email protected]> Reviewed-by: David Sterba <[email protected]> [ minor style fixups ] Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions