[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CADAEsF8hTsbcfQ8vBOhL=NZM2WdjY6Vfq9qs6BQTBf2P7pqxoQ@mail.gmail.com>
Date: Wed, 6 Jul 2016 14:20:05 +0800
From: Ganesh Mahendran <opensource.ganesh@...il.com>
To: Minchan Kim <minchan@...nel.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Linux-MM <linux-mm@...ck.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Nitin Gupta <ngupta@...are.org>,
Sergey Senozhatsky <sergey.senozhatsky.work@...il.com>,
rostedt@...dmis.org, mingo@...hat.com
Subject: Re: [PATCH v2 1/8] mm/zsmalloc: modify zs compact trace interface
2016-07-06 10:32 GMT+08:00 Minchan Kim <minchan@...nel.org>:
> Hi Ganesh,
>
> On Mon, Jul 04, 2016 at 02:49:52PM +0800, Ganesh Mahendran wrote:
>> This patch changes trace_zsmalloc_compact_start[end] to
>> trace_zs_compact_start[end] to keep function naming consistent
>> with others in zsmalloc
>>
>> Also this patch remove pages_total_compacted information which
>> may not really needed.
>>
>> Signed-off-by: Ganesh Mahendran <opensource.ganesh@...il.com>
>
> Once we decide to add event trace, I prefer getting more detailed
> information which is hard to get it via /sys/block/zram/.
> So, we can add trace __zs_compact as well as zs_compact with
> some changes.
>
> IOW,
>
> zs_compact
> trace_zs_compact_start(pool->name)
> __zs_compact
> trace_zs_compact(class, scanned_obj, freed_pages)
> trace_zs_compact_end(pool->name)
Thanks, I will do it.
Powered by blists - more mailing lists