Re: [lttng-dev] CTF2-PROP-1.0: Proposal for a major revision of the Common Trace Format, version 1.8

2016-11-04 Thread Philippe Proulx
- Original Message - > From: "Jérémie Galarneau" > To: "Philippe Proulx" > Cc: "diamon-discuss" , "lttng-dev" > , > "tracecompass-dev"

Re: [lttng-dev] [PATCH lttng-ust] Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT

2016-11-04 Thread Mathieu Desnoyers
- On Nov 4, 2016, at 8:51 AM, Philippe Proulx eeppelitel...@gmail.com wrote: > On Fri, Nov 4, 2016 at 9:44 AM, Mathieu Desnoyers > wrote: >> +`LTTNG_UST_BLOCKING_RETRY_TIMEOUT`:: >> +Maximum time during which event tracing retry is attempted on buffer >> +

Re: [lttng-dev] [PATCH lttng-ust] Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT

2016-11-04 Thread Philippe Proulx
On Fri, Nov 4, 2016 at 9:44 AM, Mathieu Desnoyers wrote: > +`LTTNG_UST_BLOCKING_RETRY_TIMEOUT`:: > +Maximum time during which event tracing retry is attempted on buffer > +full condition (millliseconds). Setting this environment to non-zero > +value

Re: [lttng-dev] [PATCH lttng-ust] Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT

2016-11-04 Thread Jonathan Rajotte Julien
On 2016-11-04 10:25 AM, Philippe Proulx wrote: On Fri, Nov 4, 2016 at 10:23 AM, Jonathan Rajotte Julien wrote: On 2016-11-04 10:22 AM, Philippe Proulx wrote: On Fri, Nov 4, 2016 at 10:13 AM, Jonathan Rajotte Julien

Re: [lttng-dev] [PATCH lttng-ust] Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT

2016-11-04 Thread Mathieu Desnoyers
- On Nov 4, 2016, at 8:13 AM, Jonathan Rajotte jonathan.rajotte-jul...@efficios.com wrote: > On 2016-11-04 09:44 AM, Mathieu Desnoyers wrote: >> Add LTTNG_UST_BLOCKING_RETRY_TIMEOUT environment variable: >> >> LTTNG_UST_BLOCKING_RETRY_TIMEOUT >> Maximum time during

Re: [lttng-dev] [PATCH lttng-ust] Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT

2016-11-04 Thread Philippe Proulx
On Fri, Nov 4, 2016 at 10:23 AM, Jonathan Rajotte Julien wrote: > > > On 2016-11-04 10:22 AM, Philippe Proulx wrote: >> >> On Fri, Nov 4, 2016 at 10:13 AM, Jonathan Rajotte Julien >> wrote: >>> >>> Nitpicking: >>> >>>

Re: [lttng-dev] [PATCH lttng-ust] Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT

2016-11-04 Thread Jonathan Rajotte Julien
On 2016-11-04 10:22 AM, Philippe Proulx wrote: On Fri, Nov 4, 2016 at 10:13 AM, Jonathan Rajotte Julien wrote: Nitpicking: Should this be RETRY_DELAY_MS since other name scheme use the *_MS suffix ? e.g: LTTNG_UST_RING_BUFFER_RETRY_DELAY_MS

[lttng-dev] [PATCH lttng-ust v2] Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT

2016-11-04 Thread Mathieu Desnoyers
Add LTTNG_UST_BLOCKING_RETRY_TIMEOUT environment variable: LTTNG_UST_BLOCKING_RETRY_TIMEOUT Maximum time during which event tracing retry is attempted on buffer full condition (millliseconds). Setting this environment to non-zero value effectively blocks

Re: [lttng-dev] [PATCH lttng-ust] Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT

2016-11-04 Thread Philippe Proulx
On Fri, Nov 4, 2016 at 10:13 AM, Jonathan Rajotte Julien wrote: > > Nitpicking: > > Should this be RETRY_DELAY_MS since other name scheme use the *_MS suffix ? > > e.g: > LTTNG_UST_RING_BUFFER_RETRY_DELAY_MS >

Re: [lttng-dev] [PATCH lttng-ust] Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT

2016-11-04 Thread Jonathan Rajotte Julien
On 2016-11-04 09:44 AM, Mathieu Desnoyers wrote: Add LTTNG_UST_BLOCKING_RETRY_TIMEOUT environment variable: LTTNG_UST_BLOCKING_RETRY_TIMEOUT Maximum time during which event tracing retry is attempted on buffer full condition (millliseconds). Setting this

Re: [lttng-dev] [PATCH lttng-ust] Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT

2016-11-04 Thread Mathieu Desnoyers
- On Nov 4, 2016, at 7:44 AM, Mathieu Desnoyers mathieu.desnoy...@efficios.com wrote: > Add LTTNG_UST_BLOCKING_RETRY_TIMEOUT environment variable: > > LTTNG_UST_BLOCKING_RETRY_TIMEOUT > Maximum time during which event tracing retry is attempted on > buffer full

[lttng-dev] [PATCH lttng-ust] Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT

2016-11-04 Thread Mathieu Desnoyers
Add LTTNG_UST_BLOCKING_RETRY_TIMEOUT environment variable: LTTNG_UST_BLOCKING_RETRY_TIMEOUT Maximum time during which event tracing retry is attempted on buffer full condition (millliseconds). Setting this environment to non-zero value effectively blocks