diff options
| author | Sergey Senozhatsky <[email protected]> | 2023-11-15 11:42:12 +0900 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-12-10 16:51:40 -0800 |
| commit | a7a0350583ba51d8cde6180bb51d704b89a3b29e (patch) | |
| tree | bed2a38e17a2e1c3f78e97efe5273dd02be4c079 /tools/perf/scripts/python/flamegraph.py | |
| parent | 1b5c65b64cd417c801945b26a2a50c4d4eefaec8 (diff) | |
zram: split memory-tracking and ac-time tracking
ZRAM_MEMORY_TRACKING enables two features:
- per-entry ac-time tracking
- debugfs interface
The latter one is the reason why memory-tracking depends on DEBUG_FS,
while the former one is used far beyond debugging these days. Namely
ac-time is used for fine grained writeback of idle entries (pages).
Move ac-time tracking under its own config option so that it can be
enabled (along with writeback) on systems without DEBUG_FS.
[[email protected]: ifdef fixup, per Dmytro]
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Sergey Senozhatsky <[email protected]>
Cc: Minchan Kim <[email protected]>
Cc: Dmytro Maluka <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions