Re: [PATCH 05/11] trace-cmd: Rename trace_profile() to trace_profile_int()
From: Steven Rostedt
Date: Tue Nov 28 2017 - 12:05:46 EST
On Thu, 23 Nov 2017 18:33:29 +0200
"Vladislav Valtchev (VMware)" <vladislav.valtchev@xxxxxxxxx> 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