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
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
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