Re: [PATCH v6 3/8] lib/ref_tracker: add printing to memory buffer

2023-03-29 Thread Andi Shyti
Hi Andrzej, On Wed, Mar 29, 2023 at 09:24:14AM +0200, Andrzej Hajda wrote: > Similar to stack_(depot|trace)_snprint the patch > adds helper to printing stats to memory buffer. > It will be helpful in case of debugfs. > > Signed-off-by: Andrzej Hajda Reviewed-by: Andi Shyti Thanks, Andi

[PATCH v6 3/8] lib/ref_tracker: add printing to memory buffer

2023-03-29 Thread Andrzej Hajda
Similar to stack_(depot|trace)_snprint the patch adds helper to printing stats to memory buffer. It will be helpful in case of debugfs. Signed-off-by: Andrzej Hajda --- include/linux/ref_tracker.h | 8 +++ lib/ref_tracker.c | 56 ++--- 2 fil