Re: [PATCH v2 06/10] trace-cmd: Extr. profile-specific code from record_trace

2017-12-01 Thread Vladislav Valtchev
On Thu, 2017-11-30 at 12:05 -0500, Steven Rostedt wrote: > I modified the subject to: > > trace-cmd: Extract profile-specific code from record_trace > > Let's not abbreviate in the subject if we don't need to. It makes it > harder to read. > I'm totally fine with not abbreviating so much the s

Re: [PATCH v2 06/10] trace-cmd: Extr. profile-specific code from record_trace

2017-11-30 Thread Steven Rostedt
I modified the subject to: trace-cmd: Extract profile-specific code from record_trace Let's not abbreviate in the subject if we don't need to. It makes it harder to read. Thanks, -- Steve

[PATCH v2 06/10] trace-cmd: Extr. profile-specific code from record_trace

2017-11-30 Thread Vladislav Valtchev (VMware)
This patch extracts the code in record_trace() under if (IS_PROFILE(ctx)): now that profile has its own function, that code could be moved there after removing the IS_PROFILE(ctx) checks, clearly. Signed-off-by: Vladislav Valtchev (VMware) --- trace-record.c | 18 -- 1 file chang