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
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
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
3 matches
Mail list logo