Re: [PATCH v2 1/4] tracing/dynevent: Delegate parsing to create function

2020-10-24 Thread Masami Hiramatsu
Hi Tom, Thanks for the update! On Fri, 23 Oct 2020 15:33:52 -0500 Tom Zanussi wrote: > From: Masami Hiramatsu > > Delegate command parsing to each create function so that the > command syntax can be customized. > > Signed-off-by: Masami Hiramatsu > [ zanu...@kernel.org: added synthetic even

Re: [PATCH v2 1/4] tracing/dynevent: Delegate parsing to create function

2020-10-23 Thread kernel test robot
Hi Tom, I love your patch! Perhaps something to improve: [auto build test WARNING on trace/for-next] [also build test WARNING on linus/master next-20201023] [cannot apply to tip/perf/core linux/master v5.9] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submittin

[PATCH v2 1/4] tracing/dynevent: Delegate parsing to create function

2020-10-23 Thread Tom Zanussi
From: Masami Hiramatsu Delegate command parsing to each create function so that the command syntax can be customized. Signed-off-by: Masami Hiramatsu [ zanu...@kernel.org: added synthetic event modifications ] Signed-off-by: Tom Zanussi --- kernel/trace/trace.c | 23 +--- kernel