Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-07-12 Thread Tom Zanussi
Hi Sebastian, On Tue, 2017-07-04 at 18:12 +0200, Sebastian Andrzej Siewior wrote: > On 2017-06-26 17:49:00 [-0500], Tom Zanussi wrote: > > This patchset adds support for 'inter-event' quantities to the trace > > event subsystem. The most important example of inter-event quantities > > are

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-07-12 Thread Tom Zanussi
Hi Sebastian, On Tue, 2017-07-04 at 18:12 +0200, Sebastian Andrzej Siewior wrote: > On 2017-06-26 17:49:00 [-0500], Tom Zanussi wrote: > > This patchset adds support for 'inter-event' quantities to the trace > > event subsystem. The most important example of inter-event quantities > > are

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-07-12 Thread Tom Zanussi
Hi Joel, Sorry for the delayed reply, was out for the holidays.. On Sat, 2017-07-01 at 00:01 -0700, Joel Fernandes (Google) wrote: > Hi Tom, > Nice series and nice ELC talk as well. Thanks. > > On Mon, Jun 26, 2017 at 3:49 PM, Tom Zanussi > wrote: > > This patchset

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-07-12 Thread Tom Zanussi
Hi Joel, Sorry for the delayed reply, was out for the holidays.. On Sat, 2017-07-01 at 00:01 -0700, Joel Fernandes (Google) wrote: > Hi Tom, > Nice series and nice ELC talk as well. Thanks. > > On Mon, Jun 26, 2017 at 3:49 PM, Tom Zanussi > wrote: > > This patchset adds support for

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-07-04 Thread Sebastian Andrzej Siewior
On 2017-06-26 17:49:00 [-0500], Tom Zanussi wrote: > This patchset adds support for 'inter-event' quantities to the trace > event subsystem. The most important example of inter-event quantities > are latencies, or the time differences between two events. … I took this series and pushed into my

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-07-04 Thread Sebastian Andrzej Siewior
On 2017-06-26 17:49:00 [-0500], Tom Zanussi wrote: > This patchset adds support for 'inter-event' quantities to the trace > event subsystem. The most important example of inter-event quantities > are latencies, or the time differences between two events. … I took this series and pushed into my

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-07-01 Thread Joel Fernandes (Google)
Hi Tom, Nice series and nice ELC talk as well. Thanks. On Mon, Jun 26, 2017 at 3:49 PM, Tom Zanussi wrote: > This patchset adds support for 'inter-event' quantities to the trace > event subsystem. The most important example of inter-event quantities > are latencies,

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-07-01 Thread Joel Fernandes (Google)
Hi Tom, Nice series and nice ELC talk as well. Thanks. On Mon, Jun 26, 2017 at 3:49 PM, Tom Zanussi wrote: > This patchset adds support for 'inter-event' quantities to the trace > event subsystem. The most important example of inter-event quantities > are latencies, or the time differences

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-06-28 Thread Tom Zanussi
Hi Masami, On Wed, 2017-06-28 at 23:21 +0900, Masami Hiramatsu wrote: > Hi Tom, > > On Mon, 26 Jun 2017 17:49:01 -0500 > Tom Zanussi wrote: > > > This patchset adds support for 'inter-event' quantities to the trace > > event subsystem. The most important example

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-06-28 Thread Tom Zanussi
Hi Masami, On Wed, 2017-06-28 at 23:21 +0900, Masami Hiramatsu wrote: > Hi Tom, > > On Mon, 26 Jun 2017 17:49:01 -0500 > Tom Zanussi wrote: > > > This patchset adds support for 'inter-event' quantities to the trace > > event subsystem. The most important example of inter-event quantities > >

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-06-28 Thread Masami Hiramatsu
Hi Tom, On Mon, 26 Jun 2017 17:49:01 -0500 Tom Zanussi wrote: > This patchset adds support for 'inter-event' quantities to the trace > event subsystem. The most important example of inter-event quantities > are latencies, or the time differences between two events.

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-06-28 Thread Masami Hiramatsu
Hi Tom, On Mon, 26 Jun 2017 17:49:01 -0500 Tom Zanussi wrote: > This patchset adds support for 'inter-event' quantities to the trace > event subsystem. The most important example of inter-event quantities > are latencies, or the time differences between two events. > Thank you for your great

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-06-27 Thread Steven Rostedt
On Mon, 26 Jun 2017 17:49:00 -0500 Tom Zanussi wrote: > This patchset adds support for 'inter-event' quantities to the trace > event subsystem. The most important example of inter-event quantities > are latencies, or the time differences between two events. > Hi

Re: [PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-06-27 Thread Steven Rostedt
On Mon, 26 Jun 2017 17:49:00 -0500 Tom Zanussi wrote: > This patchset adds support for 'inter-event' quantities to the trace > event subsystem. The most important example of inter-event quantities > are latencies, or the time differences between two events. > Hi Tom, Thanks for sending this

[PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-06-26 Thread Tom Zanussi
This patchset adds support for 'inter-event' quantities to the trace event subsystem. The most important example of inter-event quantities are latencies, or the time differences between two events. This is a follow-up to the initial RFC patchset and subsequent discussion at ELC. I think I've

[PATCH 00/32] tracing: Inter-event (e.g. latency) support

2017-06-26 Thread Tom Zanussi
This patchset adds support for 'inter-event' quantities to the trace event subsystem. The most important example of inter-event quantities are latencies, or the time differences between two events. This is a follow-up to the initial RFC patchset and subsequent discussion at ELC. I think I've