X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=trunk%2Flttv%2FQUICKSTART.html;h=8678c6d91ca77d87f5238dac15c8c50ab34d3861;hb=1aeeacdba90c3a79df5b39423c2826e7b9565f36;hp=030d7e93c777062073587f2ab839c74407090f7c;hpb=38b04cd7c383238a8ddb371cadda9e77e33bb7bf;p=lttv.git diff --git a/trunk/lttv/QUICKSTART.html b/trunk/lttv/QUICKSTART.html index 030d7e93..8678c6d9 100644 --- a/trunk/lttv/QUICKSTART.html +++ b/trunk/lttv/QUICKSTART.html @@ -12,18 +12,54 @@ Last update : January 21st, 2009
(originally known as the LTTng QUICKSTART guide)

Table of Contents

- @@ -31,12 +67,13 @@ from LTTV

Introduction

-This document is made of four parts : the first one explains how +This document is made of five parts : the first one explains how to install LTTng and LTTV from sources, the second one describes the steps to follow to trace a system and view it. The third part explains briefly how to add a new trace point to the kernel and to user space -applications. The fourth and last part explains how to create Debian or RPM -packages from the LTTng and LTTV sources. +applications. The fourth part explains how to create Debian or RPM +packages from the LTTng and LTTV sources. The fifth and last part describes use +of LTTng in the field.

These operations are made for installing the LTTng 0.86 tracer on a linux 2.6.X kernel. You will also find instructions for installation of LTTV 0.12.x : the @@ -49,17 +86,24 @@ The lttng patch is necessary to have the tracing hooks in the kernel.

-Supported architectures : +

Supported architectures


LTTng :
+
  • x86 32/64 bits
  • PowerPC 32 and 64 bits
  • ARM (with limited timestamping precision, e.g. 1HZ. Need architecture-specific support for better precision)
  • MIPS +
  • sh (partial architecture-specific instrumentation) +
  • sparc64 (partial architecture-specific instrumentation) +
  • s390 (partial architecture-specific instrumentation) +
  • Other architectures supported without architecture-specific instrumentation +and with low-resolution timestamps.


    LTTV :
    +
  • Intel 32/64 bits
  • PowerPC 32 and 64 bits
  • Possibly others. Takes care of endianness and type size difference between @@ -71,7 +115,7 @@ the LTTng traces and the LTTV analysis tool.

    Installation from sources

    -

  • Prerequisites
  • +

    Prerequisites