Re: [PATCH v3 6/7] tracing: Add snapshot action

2018-08-10 Thread Tom Zanussi
On Fri, 2018-08-10 at 16:04 +0900, Namhyung Kim wrote: > On Thu, Aug 09, 2018 at 09:34:16AM -0500, Tom Zanussi wrote: > > From: Tom Zanussi > > > > Add support for hist:handlerXXX($var).snapshot(), which will take a > > snapshot of the current trace buffer whenever handlerXXX is hit. > > > > As

Re: [PATCH v3 6/7] tracing: Add snapshot action

2018-08-10 Thread Tom Zanussi
On Fri, 2018-08-10 at 16:04 +0900, Namhyung Kim wrote: > On Thu, Aug 09, 2018 at 09:34:16AM -0500, Tom Zanussi wrote: > > From: Tom Zanussi > > > > Add support for hist:handlerXXX($var).snapshot(), which will take a > > snapshot of the current trace buffer whenever handlerXXX is hit. > > > > As

Re: [PATCH v3 6/7] tracing: Add snapshot action

2018-08-10 Thread Namhyung Kim
On Thu, Aug 09, 2018 at 09:34:16AM -0500, Tom Zanussi wrote: > From: Tom Zanussi > > Add support for hist:handlerXXX($var).snapshot(), which will take a > snapshot of the current trace buffer whenever handlerXXX is hit. > > As a first user, this also adds snapshot() action support for the >

Re: [PATCH v3 6/7] tracing: Add snapshot action

2018-08-10 Thread Namhyung Kim
On Thu, Aug 09, 2018 at 09:34:16AM -0500, Tom Zanussi wrote: > From: Tom Zanussi > > Add support for hist:handlerXXX($var).snapshot(), which will take a > snapshot of the current trace buffer whenever handlerXXX is hit. > > As a first user, this also adds snapshot() action support for the >

[PATCH v3 6/7] tracing: Add snapshot action

2018-08-09 Thread Tom Zanussi
From: Tom Zanussi Add support for hist:handlerXXX($var).snapshot(), which will take a snapshot of the current trace buffer whenever handlerXXX is hit. As a first user, this also adds snapshot() action support for the onmax() handler i.e. hist:onmax($var).snapshot(). Signed-off-by: Tom Zanussi

[PATCH v3 6/7] tracing: Add snapshot action

2018-08-09 Thread Tom Zanussi
From: Tom Zanussi Add support for hist:handlerXXX($var).snapshot(), which will take a snapshot of the current trace buffer whenever handlerXXX is hit. As a first user, this also adds snapshot() action support for the onmax() handler i.e. hist:onmax($var).snapshot(). Signed-off-by: Tom Zanussi