Re: [PATCH v6 07/15] tracing: Move hist trigger key printing into a separate function

2018-10-23 Thread Tom Zanussi
Hi Masami, On Tue, 2018-10-23 at 23:37 +0900, Masami Hiramatsu wrote: > Hi Tom, > > On Thu, 11 Oct 2018 16:02:04 -0500 > Tom Zanussi wrote: > > > From: Tom Zanussi > > > > Future patches will want to print a histogram key outside a > > histogram > > - add and use hist_trigger_print_key() for

Re: [PATCH v6 07/15] tracing: Move hist trigger key printing into a separate function

2018-10-23 Thread Masami Hiramatsu
Hi Tom, On Thu, 11 Oct 2018 16:02:04 -0500 Tom Zanussi wrote: > From: Tom Zanussi > > Future patches will want to print a histogram key outside a histogram > - add and use hist_trigger_print_key() for that purpose. Hmm, I think this change should be done with such user code, because without t

[PATCH v6 07/15] tracing: Move hist trigger key printing into a separate function

2018-10-11 Thread Tom Zanussi
From: Tom Zanussi Future patches will want to print a histogram key outside a histogram - add and use hist_trigger_print_key() for that purpose. Signed-off-by: Tom Zanussi --- kernel/trace/trace_events_hist.c | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) diff --gi