Re: [PATCH v2 1/8] mm/zsmalloc: modify zs compact trace interface

From: Steven Rostedt
Date: Tue Jul 05 2016 - 12:51:13 EST


On Mon, 4 Jul 2016 14:49:52 +0800
Ganesh Mahendran <opensource.ganesh@xxxxxxxxx> 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@xxxxxxxxx>

This looks fine to me, as long as the zs maintainers are OK with the
tracepoint changes (it is visible from user space).

-- Steve