[lttng-dev] Instrumenting code that's common between user and kernel space

2015-08-31 Thread Shelton, Ben
Hi all, I'm working on using LTTng to instrument a driver that has both a kernel space portion and a user space portion. There is quite a bit of code that's common between the two. Is there a recommended way to handle generating both the user space template files and the kernel space tracepoints

Re: [lttng-dev] [PATCH lttng-modules v3] Fix: build failure on 2.6.36

2015-08-31 Thread Mathieu Desnoyers
Merged into master, stable-2.7, stable-2.6, stable-2.5, thanks! Mathieu - On Aug 31, 2015, at 9:57 AM, Michael Jeanson mjean...@efficios.com wrote: > Fixes build failure on the 2.6.36 kernel branch which misses the > vzalloc() function. > > Signed-off-by: Michael Jeanson > --- > lttng-even

[lttng-dev] [PATCH lttng-modules v3] Fix: build failure on 2.6.36

2015-08-31 Thread Michael Jeanson
Fixes build failure on the 2.6.36 kernel branch which misses the vzalloc() function. Signed-off-by: Michael Jeanson --- lttng-events.c| 5 +++-- wrapper/vzalloc.h | 47 +++ 2 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 wrap