Fix printk instrumentation
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 4 Jul 2013 19:46:20 +0000 (15:46 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 4 Jul 2013 19:48:09 +0000 (15:48 -0400)
commitabc0cb0becbacba12ae7f5bf89230af1998cacdd
tree465df25e0a81ad359529f7c9554f4595f65f3132
parent3a50e00fdf4c7866704fbeffab099e41c4898779
Fix printk instrumentation

- Don't require 2kB of stack anymore (requiring so much kernel stack
  space should be considered as a bug in itself),
- Add support for 3.10 kernel printk instrumentation.

This patch uses "Introduce __dynamic_array_enc_ext_2() and
tp_memcpy_dyn_2()".

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/printk.h
This page took 0.024644 seconds and 4 git commands to generate.