Re: [PATCH] perf tools: Add a dso_size option to perf report --sort

From: Andi Kleen
Date: Tue Mar 27 2018 - 07:27:29 EST


On Tue, Mar 27, 2018 at 06:09:56AM -0500, Kim Phillips wrote:
> Add DSO size to perf report/top sort output list.
>
> This includes adding a map__size fn to map.h, which is
> approximately equal to the DSO data file_size:

What's the point of knowing the size?

Most of the DSO may not be faulted in. If anything the working
set would be more interesting. This would need more changes
though.

-Andi