From: Mathieu Desnoyers Date: Fri, 3 Sep 2010 15:52:57 +0000 (-0400) Subject: update manual X-Git-Tag: v0.12.36~16 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=2e0b7f44a73b68039278a185803556fece58c2ed update manual Signed-off-by: Mathieu Desnoyers --- diff --git a/LTTngManual.html b/LTTngManual.html index 1fee1641..10978001 100644 --- a/LTTngManual.html +++ b/LTTngManual.html @@ -279,6 +279,12 @@ su - cd /usr/src/lttng/lttng-modules-0.x KERNELDIR=/usr/src/linux-2.6.X-lttng-0.x.xx make KERNELDIR=/usr/src/linux-2.6.X-lttng-0.x.xx make modules_install + +Optionally, make can be prefixed with tracer options: + +EXTRA_CFLAGS="-DLTT_DEBUG_EVENT_SIZE" make +EXTRA_CFLAGS="-DLTT_VMCORE" make +EXTRA_CFLAGS="-DLTT_DEBUG_EVENT_SIZE -DLTT_VMCORE" make

Editing the system wide