I used the smem command to find PSS/USS numbers for a process.
As per the smem man page, "The unshared memory (USS) plus a process's proportion of shared memory is reported as the PSS (Proportional Set Size)."
Now does all the Linux kernel code resident in memory get included when PSS is calculated?