Re: [PATCH v4] vmscan: add trace events for lru_gen

2023-10-01 Thread Yu Zhao
On Sun, Oct 1, 2023 at 5:41 PM Jaewon Kim wrote: > > Hello Yu Zhao > > Could you give me your comment? I am waiting for your opinion on the > reuse method. I'm planning to resend it as a complete patch with it. > Thank you. Acked-by: Yu Zhao

Re: [PATCH v4] vmscan: add trace events for lru_gen

2023-10-01 Thread Jaewon Kim
Hello Yu Zhao Could you give me your comment? I am waiting for your opinion on the reuse method. I'm planning to resend it as a complete patch with it. Thank you. On Tue, Sep 26, 2023 at 11:15 PM 김재원 wrote: > > >>>On Mon, Sep 25, 2023 at 10:20?PM Jaewon Kim > >>>wrote: > > As the

RE: [PATCH v4] vmscan: add trace events for lru_gen

2023-09-26 Thread 김재원
>>>On Mon, Sep 25, 2023 at 10:20?PM Jaewon Kim wrote: As the legacy lru provides, the lru_gen needs some trace events for debugging. This commit introduces 2 trace events. trace_mm_vmscan_lru_gen_scan trace_mm_vmscan_lru_gen_evict Each event is

RE: [PATCH v4] vmscan: add trace events for lru_gen

2023-09-26 Thread 김재원
>>On Mon, Sep 25, 2023 at 10:20?PM Jaewon Kim wrote: >>> >>> As the legacy lru provides, the lru_gen needs some trace events for >>> debugging. >>> >>> This commit introduces 2 trace events. >>> trace_mm_vmscan_lru_gen_scan >>> trace_mm_vmscan_lru_gen_evict >>> >>> Each event is similar to

RE: [PATCH v4] vmscan: add trace events for lru_gen

2023-09-25 Thread 김재원
>On Mon, Sep 25, 2023 at 10:20?PM Jaewon Kim wrote: >> >> As the legacy lru provides, the lru_gen needs some trace events for >> debugging. >> >> This commit introduces 2 trace events. >> trace_mm_vmscan_lru_gen_scan >> trace_mm_vmscan_lru_gen_evict >> >> Each event is similar to the

Re: [PATCH v4] vmscan: add trace events for lru_gen

2023-09-25 Thread Yu Zhao
On Mon, Sep 25, 2023 at 10:20 PM Jaewon Kim wrote: > > As the legacy lru provides, the lru_gen needs some trace events for > debugging. > > This commit introduces 2 trace events. > trace_mm_vmscan_lru_gen_scan > trace_mm_vmscan_lru_gen_evict > > Each event is similar to the following legacy