[lttng-dev] [PATCH lttng-ust] Add lttng_ust_notrace to static inline functions

2014-07-07 Thread Paul Woegerer
The static inline functions __tracepoint_provider_mismatch_TRACEPOINT_PROVIDER and __tracepoint_provider_check_TRACEPOINT_PROVIDER are missing the lttng_ust_notrace attribute to prevent them from getting instrumented with -finstrument-functions (if e.g. defined in CFLAGS). This patch is adding the

Re: [lttng-dev] [PATCH lttng-ust] Add lttng_ust_notrace to static inline functions

2014-07-07 Thread Mathieu Desnoyers
Merged into master and stable-2.4, thanks! Mathieu - Original Message - From: Paul Woegerer paul_woege...@mentor.com To: lttng-dev@lists.lttng.org, mathieu desnoyers mathieu.desnoy...@efficios.com Cc: Paul Woegerer paul_woege...@mentor.com Sent: Monday, July 7, 2014 10:04:21 AM

Re: [lttng-dev] [PATCH lttng-ust] Add lttng_ust_notrace to static inline functions

2014-07-07 Thread Woegerer, Paul
On 07/07/2014 04:57 PM, Mathieu Desnoyers wrote: Merged into master and stable-2.4, thanks! Thanks ! Hmmm ... but what to do about static inline function cds_list_empty (included via lttng/ust-tracepoint-event.h - urcu/rculist.h - urcu/list.h). Would you accept a patch that introduces

Re: [lttng-dev] LTTng not generating trace contents

2014-07-07 Thread Thibault, Daniel
-- Date: Sun, 6 Jul 2014 18:49:51 -0400 From: Shariyar syed.shari...@gmail.com I am having a problem in generating a kernel trace using the latest LTTng on Ubuntu 12.04. It was working fine previously but when I updated LTTng

Re: [lttng-dev] [PATCH lttng-ust] Add lttng_ust_notrace to static inline functions

2014-07-07 Thread Mathieu Desnoyers
- Original Message - From: Paul Woegerer paul_woege...@mentor.com To: Mathieu Desnoyers mathieu.desnoy...@efficios.com Cc: lttng-dev@lists.lttng.org Sent: Monday, July 7, 2014 11:34:19 AM Subject: Re: [PATCH lttng-ust] Add lttng_ust_notrace to static inline functions On

Re: [lttng-dev] LTTng not generating trace contents

2014-07-07 Thread Alexandre Montplaisir
Hi, Could you just do $ sudo apt-get install --reinstall lttng-modules-dkms and check in the output if you have any errors, or if it really installs successfully? Maybe Ubuntu's patches already trickled down to 12.04 and you might be hitting https://bugs.lttng.org/issues/814 Thanks,

Re: [lttng-dev] LTTng not generating trace contents

2014-07-07 Thread Shariyar
No it didn't install correctly.It is generating a crash report and lttng-module-dkms exists in it too. Regards, Shariyar On Mon, Jul 7, 2014 at 2:04 PM, Alexandre Montplaisir alexmon...@voxpopuli.im wrote: Hi, Could you just do $ sudo apt-get install --reinstall lttng-modules-dkms and

Re: [lttng-dev] LTTng not generating trace contents

2014-07-07 Thread Alexandre Montplaisir
Great, thanks for testing, that means we'll have to backport Julien's patch to the stable packages earlier than expected! I'll try to update these this afternoon, I'll keep you posted. Cheers, Alexandre On 07/07/2014 02:11 PM, Shariyar wrote: No it didn't install correctly.It is generating a

Re: [lttng-dev] LTTng not generating trace contents

2014-07-07 Thread Thibault, Daniel
-- Date: Mon, 7 Jul 2014 13:43:12 -0400 From: Shariyar syed.shari...@gmail.com Subject: Re: [lttng-dev] LTTng not generating trace contents lttng --version, lttng (LTTng Trace Control) 2.4.1 - ?poque Opaque lttng-sessiond

Re: [lttng-dev] LTTng not generating trace contents

2014-07-07 Thread Alexandre Montplaisir
Alright, the stable- packages have been updated too. It should now be possible to install them on recent Ubuntu versions. Let us know if there are still any issues. Cheers, Alexandre On 07/07/2014 02:16 PM, Alexandre Montplaisir wrote: Great, thanks for testing, that means we'll have to