This fixes compilation in braceless if/else constructs:
if (expr)
caa_cpu_relax();
else
...
Signed-off-by: Eric Wong
---
Btw, did you notice my rculfhash patches last month.
I just realize I forgot to Cc you directly.
Thanks for URCU!
urcu/
On Wed, Jul 30, 2014 at 9:58 AM, Dmitri Shubin wrote:
> Hi!
>
> Is it possible to enable user-space tracepoint in specific process (of given
> PID)?
>
> AFAIU
> lttng enable-event -u prov:probe --filter '$ctx.vpid==12345'
> enables probe for all processes and then drops unmatched.
>
Correct. The
--
Date: Wed, 30 Jul 2014 17:58:25 +0400
From: Dmitri Shubin
> Is it possible to enable user-space tracepoint in specific process (of given
> PID)?
>
> AFAIU
> lttng enable-event -u prov:probe --filter '$ctx.vpid==12345'
> enabl
Hi!
Is it possible to enable user-space tracepoint in specific process (of
given PID)?
AFAIU
lttng enable-event -u prov:probe --filter '$ctx.vpid==12345'
enables probe for all processes and then drops unmatched.
In my case I'm doing rather heavyweight thing in probe (getting stack
trace) and wan
Merged
On 29 Jul (18:36:51), Mathieu Desnoyers wrote:
> Fix:
> - Don't overwrite version.h if the previous content matches.
> - While we are there, if we notice the previous content matches,
> print a (cached) message to show that we do not overwrite the
> content.
> - Introduce LTTNG_TOOLS_BU
Merged
On 29 Jul (18:10:27), Mathieu Desnoyers wrote:
> Signed-off-by: Mathieu Desnoyers
> ---
> src/common/config/ini.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/common/config/ini.c b/src/common/config/ini.c
> index 4369a32..7b2a4b6 100644
> --- a/src/common/config/ini.c
>