Skip to content

pmap no more prints all line twice with zero values on kernels 4.x+

Kernel 4.x introduced new field in /proc/PID/smaps file, "SwapPss", which was caught by one_proc() routine. This caused that 'pmap -x PID' printed every line twice, once with all zero values.

Merge request reports