Re: [PATCH 23/32] tracing: Add 'onmatch' hist trigger action support

2017-07-26 Thread Tom Zanussi
Hi Namhyung, On Wed, 2017-07-26 at 11:40 +0900, Namhyung Kim wrote: > Hi Tom, > > On Mon, Jun 26, 2017 at 05:49:24PM -0500, Tom Zanussi wrote: > > Add an 'onmatch(matching.event).(param list)' > > hist trigger action which is invoked with the set of variables or > > event fields named in the

Re: [PATCH 23/32] tracing: Add 'onmatch' hist trigger action support

2017-07-26 Thread Tom Zanussi
Hi Namhyung, On Wed, 2017-07-26 at 11:40 +0900, Namhyung Kim wrote: > Hi Tom, > > On Mon, Jun 26, 2017 at 05:49:24PM -0500, Tom Zanussi wrote: > > Add an 'onmatch(matching.event).(param list)' > > hist trigger action which is invoked with the set of variables or > > event fields named in the

Re: [PATCH 23/32] tracing: Add 'onmatch' hist trigger action support

2017-07-25 Thread Namhyung Kim
Hi Tom, On Mon, Jun 26, 2017 at 05:49:24PM -0500, Tom Zanussi wrote: > Add an 'onmatch(matching.event).(param list)' > hist trigger action which is invoked with the set of variables or > event fields named in the 'param list'. The result is the generation > of a synthetic event that consists of

Re: [PATCH 23/32] tracing: Add 'onmatch' hist trigger action support

2017-07-25 Thread Namhyung Kim
Hi Tom, On Mon, Jun 26, 2017 at 05:49:24PM -0500, Tom Zanussi wrote: > Add an 'onmatch(matching.event).(param list)' > hist trigger action which is invoked with the set of variables or > event fields named in the 'param list'. The result is the generation > of a synthetic event that consists of

Re: [PATCH 23/32] tracing: Add 'onmatch' hist trigger action support

2017-07-24 Thread Tom Zanussi
Hi Namhyung, On Mon, 2017-07-24 at 00:12 +0900, Namhyung Kim wrote: > On Mon, Jun 26, 2017 at 05:49:24PM -0500, Tom Zanussi wrote: > > Add an 'onmatch(matching.event).(param list)' > > hist trigger action which is invoked with the set of variables or > > event fields named in the 'param list'.

Re: [PATCH 23/32] tracing: Add 'onmatch' hist trigger action support

2017-07-24 Thread Tom Zanussi
Hi Namhyung, On Mon, 2017-07-24 at 00:12 +0900, Namhyung Kim wrote: > On Mon, Jun 26, 2017 at 05:49:24PM -0500, Tom Zanussi wrote: > > Add an 'onmatch(matching.event).(param list)' > > hist trigger action which is invoked with the set of variables or > > event fields named in the 'param list'.

Re: [PATCH 23/32] tracing: Add 'onmatch' hist trigger action support

2017-07-23 Thread Namhyung Kim
On Mon, Jun 26, 2017 at 05:49:24PM -0500, Tom Zanussi wrote: > Add an 'onmatch(matching.event).(param list)' > hist trigger action which is invoked with the set of variables or > event fields named in the 'param list'. The result is the generation > of a synthetic event that consists of the

Re: [PATCH 23/32] tracing: Add 'onmatch' hist trigger action support

2017-07-23 Thread Namhyung Kim
On Mon, Jun 26, 2017 at 05:49:24PM -0500, Tom Zanussi wrote: > Add an 'onmatch(matching.event).(param list)' > hist trigger action which is invoked with the set of variables or > event fields named in the 'param list'. The result is the generation > of a synthetic event that consists of the

[PATCH 23/32] tracing: Add 'onmatch' hist trigger action support

2017-06-26 Thread Tom Zanussi
Add an 'onmatch(matching.event).(param list)' hist trigger action which is invoked with the set of variables or event fields named in the 'param list'. The result is the generation of a synthetic event that consists of the values contained in those variables and/or fields at the time the invoking

[PATCH 23/32] tracing: Add 'onmatch' hist trigger action support

2017-06-26 Thread Tom Zanussi
Add an 'onmatch(matching.event).(param list)' hist trigger action which is invoked with the set of variables or event fields named in the 'param list'. The result is the generation of a synthetic event that consists of the values contained in those variables and/or fields at the time the invoking