Re: [PATCH] mm: cma: Add the CMA instance name to the cma_alloc_start trace event

2021-03-26 Thread Minchan Kim
On Fri, Mar 26, 2021 at 05:54:14PM +0200, Georgi Djakov wrote: > During CMA allocation, print also the name to identify the CMA instance. > > Suggested-by: Minchan Kim > Signed-off-by: Georgi Djakov Acked-by: Minchan Kim I guess Andrew will fold this one into original patch. Thanks, Georgi!

[PATCH] mm: cma: Add the CMA instance name to the cma_alloc_start trace event

2021-03-26 Thread Georgi Djakov
During CMA allocation, print also the name to identify the CMA instance. Suggested-by: Minchan Kim Signed-off-by: Georgi Djakov --- include/trace/events/cma.h | 9 ++--- mm/cma.c | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git