[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171128120537.04cf379a@gandalf.local.home>
Date: Tue, 28 Nov 2017 12:05:37 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: "Vladislav Valtchev (VMware)" <vladislav.valtchev@...il.com>
Cc: linux-kernel@...r.kernel.org, y.karadz@...il.com
Subject: Re: [PATCH 05/11] trace-cmd: Rename trace_profile() to
trace_profile_int()
On Thu, 23 Nov 2017 18:33:29 +0200
"Vladislav Valtchev (VMware)" <vladislav.valtchev@...il.com> wrote:
> The purpose of this renaming is to make room for a new trace_profile() function,
> that will handle directly the 'profile' command, following the internal
> convention COMMAND_NAME -> trace_{COMMAND_NAME}.
Couple of things.
1) A change like this should always be directly before the patch that
requires it. This is patch 5, and it's not until patch 8 that this
change is required. Please keep them next to each other. This should
have been patch 7.
2) trace_profile_int() is confusing. I keep thinking it's doing
something with integers. Call it do_trace_profile().
Thanks!
-- Steve
Powered by blists - more mailing lists