Re: [lttng-dev] [PATCH lttng-modules] Fix: Building the event list fails on fragmented memory

2015-06-10 Thread Mathieu Desnoyers
Hi Martin, Can you reformat your patch with diff -urN so I can apply it with patch ? Thanks! Mathieu - On Jun 8, 2015, at 11:19 AM, Martin Leisener mar...@leisener.de wrote: > Hi Mathieu, > > thanks for merging my arm patch! I found one more issue during my > lttng-modules > usages, > wh

[lttng-dev] Fixes about UST wrapper ip context

2015-06-10 Thread Mathieu Desnoyers
Hi, I pushed fixes into lttng-ust master, stable-2.6 and stable-2.5 branches which ensure that the "ip" context for malloc, mutex, cyg_profile, dl instrumentation are the instruction pointer of the application calling into the "trampolines" rather than the address within the trampolines per se. I

Re: [lttng-dev] [PATCH lttng-modules] Fix: Building the event list fails on fragmented memory

2015-06-10 Thread Martin Leisener
Hi Mathieu, sorry for sending the broken patch, I fell for some "smart" formating of my email client, I cannot utilize it myself the way I send it. Hence I now send the patch again as it was original intended. Sent to myself, I can apply it, so I hope it now works in general as well I examined a

[lttng-dev] [PATCH lttng-tools] Test: mi: test for greater or equal to a minimum of events on ust listing.

2015-06-10 Thread Jonathan Rajotte
Since the number of events present in the tests apps in prone to change it make more sense to look for a minimum of events. This is less rigourous but more flexible to change. Signed-off-by: Jonathan Rajotte --- tests/regression/tools/mi/test_mi | 15 ++- 1 file changed, 10 insertion

[lttng-dev] Printing bit fields with LTTng

2015-06-10 Thread Chidhu R
Hello, I am getting compilation issues while trying to print bit field values with LTTng. Error: hello.c: In function ‘main’: hello.c:36:1: error: ‘typeof’ applied to a bit-field hello.c:36:1: error: ‘typeof’ applied to a bit-field hello.c:36:1: error: ‘typeof’ applied to a bit-field hello.c:36:

Re: [lttng-dev] Printing bit fields with LTTng

2015-06-10 Thread Simon Marchi
On 10 June 2015 at 17:16, Chidhu R wrote: > Hello, > > I am getting compilation issues while trying to print bit field values with > LTTng. > > Error: > > hello.c: In function ‘main’: > hello.c:36:1: error: ‘typeof’ applied to a bit-field > hello.c:36:1: error: ‘typeof’ applied to a bit-field > he

Re: [lttng-dev] Printing bit fields with LTTng

2015-06-10 Thread Simon Marchi
On 10 June 2015 at 17:28, Simon Marchi wrote: > On 10 June 2015 at 17:16, Chidhu R wrote: >> Hello, >> >> I am getting compilation issues while trying to print bit field values with >> LTTng. >> >> Error: >> >> hello.c: In function ‘main’: >> hello.c:36:1: error: ‘typeof’ applied to a bit-field >