diff options
| author | Johannes Weiner <[email protected]> | 2021-02-25 17:16:51 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-02-26 09:41:00 -0800 |
| commit | 629484ae73754243917e06d8d5e5f37c26e99399 (patch) | |
| tree | c3d5422b5127aea32f8d73b2909dd66673cd2213 /tools/perf/scripts/python | |
| parent | 2bbd00aef0671bfe3c2ca5ba67097246257de125 (diff) | |
mm: vmstat: add some comments on internal storage of byte items
Byte-accounted items are used for slab object accounting at the cgroup
level, because the objects in a slab page can belong to different cgroups.
At the global level these items always change in multiples of whole slab
pages. The vmstat code exploits this and stores these items as pages
internally, which allows for more compact per-cpu data.
This optimization isn't self-evident from the asserts and the division in
the stat update functions. Provide the reader with some context.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Johannes Weiner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions