Re: [PATCH 1/4] tracing: Make trace_*_run_command() more flexible

2020-10-20 Thread Masami Hiramatsu
Hi Tom, On Mon, 19 Oct 2020 09:35:32 -0500 Tom Zanussi wrote: > Hi Masami, > > On Mon, 2020-10-19 at 00:15 +0900, Masami Hiramatsu wrote: > > Hi Tom, > > > > On Sun, 18 Oct 2020 23:20:11 +0900 > > Masami Hiramatsu wrote: > > > > > Hi Tom, > > > > > > On Fri, 16 Oct 2020 16:48:22 -0500 > >

Re: [PATCH 1/4] tracing: Make trace_*_run_command() more flexible

2020-10-19 Thread Tom Zanussi
Hi Masami, On Mon, 2020-10-19 at 00:15 +0900, Masami Hiramatsu wrote: > Hi Tom, > > On Sun, 18 Oct 2020 23:20:11 +0900 > Masami Hiramatsu wrote: > > > Hi Tom, > > > > On Fri, 16 Oct 2020 16:48:22 -0500 > > Tom Zanussi wrote: > > > > > trace_run_command() and therefore functions that use it,

Re: [PATCH 1/4] tracing: Make trace_*_run_command() more flexible

2020-10-18 Thread Masami Hiramatsu
Hi Tom, On Sun, 18 Oct 2020 23:20:11 +0900 Masami Hiramatsu wrote: > Hi Tom, > > On Fri, 16 Oct 2020 16:48:22 -0500 > Tom Zanussi wrote: > > > trace_run_command() and therefore functions that use it, such as > > trace_parse_run_command(), uses argv_split() to split the command into > > an

Re: [PATCH 1/4] tracing: Make trace_*_run_command() more flexible

2020-10-18 Thread Masami Hiramatsu
Hi Tom, On Fri, 16 Oct 2020 16:48:22 -0500 Tom Zanussi wrote: > trace_run_command() and therefore functions that use it, such as > trace_parse_run_command(), uses argv_split() to split the command into > an array of args then passed to the callback to handle. > > This works fine for most

[PATCH 1/4] tracing: Make trace_*_run_command() more flexible

2020-10-16 Thread Tom Zanussi
trace_run_command() and therefore functions that use it, such as trace_parse_run_command(), uses argv_split() to split the command into an array of args then passed to the callback to handle. This works fine for most commands but some commands would like to allow the user to use and additional