[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <70d9bf96-2623-d617-c03d-3c7f6c5cbf8b@redhat.com>
Date: Mon, 20 Mar 2023 14:34:41 +0100
From: David Hildenbrand <david@...hat.com>
To: Minwoo Im <minwoo.im.dev@...il.com>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, linux-trace-kernel@...r.kernel.org
Cc: Steven Rostedt <rostedt@...dmis.org>,
Masami Hiramatsu <mhiramat@...nel.org>,
"Matthew Wilcox (Oracle)" <willy@...radead.org>
Subject: Re: [PATCH] mm: mmap: remove newline at the end of the trace
On 11.03.23 00:18, Minwoo Im wrote:
> We already have newline in TP_printk so remove the redundant newline
> character at the end of the mmap trace.
>
> <...>-345 [006] ..... 95.589290: exit_mmap: mt_mod ...
>
> <...>-345 [006] ..... 95.589413: vm_unmapped_area: addr=...
>
> <...>-345 [006] ..... 95.589571: vm_unmapped_area: addr=...
>
> <...>-345 [006] ..... 95.589606: vm_unmapped_area: addr=...
>
> to
>
> <...>-336 [006] ..... 44.762506: exit_mmap: mt_mod ...
> <...>-336 [006] ..... 44.762654: vm_unmapped_area: addr=...
> <...>-336 [006] ..... 44.762794: vm_unmapped_area: addr=...
> <...>-336 [006] ..... 44.762835: vm_unmapped_area: addr=...
>
> Signed-off-by: Minwoo Im <minwoo.im.dev@...il.com>
> ---
> include/trace/events/mmap.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: David Hildenbrand <david@...hat.com>
--
Thanks,
David / dhildenb
Powered by blists - more mailing lists