X-Git-Url: https://git.liburcu.org/?p=lttv.git;a=blobdiff_plain;f=LTTngManual.html;h=10978001793975f4867738ff5f0bf34a4bcfa3dd;hp=780e5483a6b19ef66da4dfc1722d73067ed32fd8;hb=HEAD;hpb=db44dd151688cbe0eea2062ad9ea96982a1bba2d diff --git a/LTTngManual.html b/LTTngManual.html index 780e5483..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 @@ -311,7 +317,6 @@ compile statically, you may not need to issue all these commands. modprobe ltt-trace-control modprobe ltt-marker-control modprobe ltt-tracer -modprobe ltt-serialize modprobe ltt-relay modprobe ipc-trace modprobe kernel-trace @@ -343,7 +348,6 @@ cp /etc/modules /etc/modules.bkp echo ltt-trace-control >> /etc/modules echo ltt-marker-control >> /etc/modules echo ltt-tracer >> /etc/modules -echo ltt-serialize >> /etc/modules echo ltt-relay >> /etc/modules echo ipc-trace >> /etc/modules echo kernel-trace >> /etc/modules