Re: [PATCH v3 1/5] tracing/dynevent: Delegate parsing to create function

2020-12-08 Thread Masami Hiramatsu
On Mon, 7 Dec 2020 18:33:22 -0500 Steven Rostedt wrote: > > Hi Masami, > > You had comments on this patch for v2. Is this one fine for you? Yes, this part is good for me. v2 [1/4] is separated into v3 [1/5] and [2/5]. Acked-by: Masami Hiramatsu Thank you, > > -- Steve > > > On Mon, 26 O

Re: [PATCH v3 1/5] tracing/dynevent: Delegate parsing to create function

2020-12-07 Thread Steven Rostedt
Hi Masami, You had comments on this patch for v2. Is this one fine for you? -- Steve On Mon, 26 Oct 2020 10:06:09 -0500 Tom Zanussi wrote: > From: Masami Hiramatsu > > Delegate command parsing to each create function so that the > command syntax can be customized. > > This requires chang

[PATCH v3 1/5] tracing/dynevent: Delegate parsing to create function

2020-10-26 Thread Tom Zanussi
From: Masami Hiramatsu Delegate command parsing to each create function so that the command syntax can be customized. This requires changes to the kprobe/uprobe/synthetic event handling, which are also included here. Signed-off-by: Masami Hiramatsu [ zanu...@kernel.org: added synthetic event m