Re: [PATCH v2] mm: Update mark_victim tracepoints fields

2024-02-23 Thread Carlos Galo
On Thu, Feb 22, 2024 at 9:59 AM Carlos Galo wrote: > > On Thu, Feb 22, 2024 at 6:16 AM Michal Hocko wrote: > > > > On Wed 21-02-24 13:30:51, Carlos Galo wrote: > > > On Tue, Feb 20, 2024 at 11:55 PM Michal Hocko wrote: > > > > > > &g

[PATCH v3] mm: Update mark_victim tracepoints fields

2024-02-23 Thread Carlos Galo
-by: Carlos Galo --- v3: - Added total_vm, rss fields, and pgtables per Michal Hocko. - Added Steven Rostedt reviewed by - Updated commit description to include android usecase v2: Fixed build error. Added missing comma when printing `__entry->uid`. include/trace/events/oom.h |

Re: [PATCH v2] mm: Update mark_victim tracepoints fields

2024-02-22 Thread Carlos Galo
On Thu, Feb 22, 2024 at 6:16 AM Michal Hocko wrote: > > On Wed 21-02-24 13:30:51, Carlos Galo wrote: > > On Tue, Feb 20, 2024 at 11:55 PM Michal Hocko wrote: > > > > > > Hi, > > > sorry I have missed this before. > > > > > > On Thu

Re: [PATCH v2] mm: Update mark_victim tracepoints fields

2024-02-21 Thread Carlos Galo
On Tue, Feb 20, 2024 at 11:55 PM Michal Hocko wrote: > > Hi, > sorry I have missed this before. > > On Thu 11-01-24 21:05:30, Carlos Galo wrote: > > The current implementation of the mark_victim tracepoint provides only > > the process ID (pid) of the victim pro

Re: [PATCH] mm: Update mark_victim tracepoints fields

2024-01-11 Thread Carlos Galo
On Thu, Jan 11, 2024 at 9:08 AM kernel test robot wrote: > > Hi Carlos, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on 0dd3ee31125508cd67f7e7172247f05b7fd1753a] > > url: > https://github.com/intel-lab-lkp/linux/commits/Carlos

[PATCH v2] mm: Update mark_victim tracepoints fields

2024-01-11 Thread Carlos Galo
. - Process Name (comm) Enables identification of the affected process. - OOM Score Allows userspace to get additional insights of the relative kill priority of the OOM victim. Cc: Steven Rostedt Cc: Andrew Morton Cc: Suren Baghdasaryan Signed-off-by: Carlos Galo --- v2: Fixed build

[PATCH] mm: Update mark_victim tracepoints fields

2024-01-10 Thread Carlos Galo
. - Process Name (comm) Enables identification of the affected process. - OOM Score Allows userspace to get additional insights of the relative kill priority of the OOM victim. Cc: Steven Rostedt Cc: Andrew Morton Cc: Suren Baghdasaryan Signed-off-by: Carlos Galo --- include/trace