diff options
author | Hugh Dickins <[email protected]> | 2023-08-14 13:02:08 -0700 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-08-21 13:38:01 -0700 |
commit | daa60ae64c6587e2be2cdf02bca21b59551ee0f6 (patch) | |
tree | d9c4fe1edfc1e0aac4e3413a2be2d41221645a96 /tools/perf/scripts/python/flamegraph.py | |
parent | 4b5b7850c9282f9c7e646ec140b84b2d2f0aeeb8 (diff) |
mm,thp: fix smaps THPeligible output alignment
Extract from current /proc/self/smaps output:
Swap: 0 kB
SwapPss: 0 kB
Locked: 0 kB
THPeligible: 0
ProtectionKey: 0
That's not the alignment shown in Documentation/filesystems/proc.rst: it's
an ugly artifact from missing out the %8 other fields are using; but
there's even one selftest which expects it to look that way. Hoping no
other smaps parsers depend on THPeligible to look so ugly, fix these.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Hugh Dickins <[email protected]>
Cc: Alexey Dobriyan <[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