Re: [PATCH -next 2/2] mm: vmscan: add new event to trace shrink lru

From: Andrew Morton
Date: Tue Dec 12 2023 - 22:03:31 EST


On Mon, 11 Dec 2023 19:26:40 -0800 Bixuan Cui <cuibixuan@xxxxxxxx> wrote:

> -TRACE_EVENT(mm_vmscan_lru_shrink_inactive,
> +TRACE_EVENT(mm_vmscan_lru_shrink_inactive_start,

Current kernels have a call to trace_mm_vmscan_lru_shrink_inactive() in
evict_folios(), so this renaming broke the build.