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

From: Bixuan Cui
Date: Wed Dec 13 2023 - 01:31:09 EST




在 2023/12/13 11:03, Andrew Morton 写道:
-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.
Sorry, I did not enable CONFIG_LRU_GEN when compiling and testing.
I will double check my patches.

Thanks
Bixuan Cui