Re: [PATCH v2 00/39] Memory allocation profiling

2023-10-24 Thread Suren Baghdasaryan
On Tue, Oct 24, 2023 at 11:29 AM Roman Gushchin wrote: > > On Tue, Oct 24, 2023 at 06:45:57AM -0700, Suren Baghdasaryan wrote: > > Updates since the last version [1] > > - Simplified allocation tagging macros; > > - Runtime enable/disable sysctl switch (/proc/sys/vm/mem_profiling) > > instead of k

Re: [PATCH v2 00/39] Memory allocation profiling

2023-10-24 Thread Roman Gushchin
On Tue, Oct 24, 2023 at 06:45:57AM -0700, Suren Baghdasaryan wrote: > Updates since the last version [1] > - Simplified allocation tagging macros; > - Runtime enable/disable sysctl switch (/proc/sys/vm/mem_profiling) > instead of kernel command-line option; > - CONFIG_MEM_ALLOC_PROFILING_BY_DEFAULT

[PATCH v2 00/39] Memory allocation profiling

2023-10-24 Thread Suren Baghdasaryan
Updates since the last version [1] - Simplified allocation tagging macros; - Runtime enable/disable sysctl switch (/proc/sys/vm/mem_profiling) instead of kernel command-line option; - CONFIG_MEM_ALLOC_PROFILING_BY_DEFAULT to select default enable state; - Changed the user-facing API from debugfs to