[lttng-dev] [PATCH urcu] x86: drop extra semi-colon in caa_cpu_relax

2014-07-30 Thread Eric Wong
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/

Re: [lttng-dev] Enable UST probes only in specific process

2014-07-30 Thread Jérémie Galarneau
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

Re: [lttng-dev] Enable UST probes only in specific process

2014-07-30 Thread Thibault, Daniel
-- 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

[lttng-dev] Enable UST probes only in specific process

2014-07-30 Thread Dmitri Shubin
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

Re: [lttng-dev] [PATCH lttng-tools] Fix: git version build system integration (v2)

2014-07-30 Thread David Goulet
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

Re: [lttng-dev] [PATCH lttng-tools 1/2] Fix: out of tree build by adding missing ini.c include

2014-07-30 Thread David Goulet
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 >