From 70a3fc4389cc32739b499158ad42096e1fc19847 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 22 Jan 2009 00:32:26 +0000 Subject: [PATCH] update features git-svn-id: http://ltt.polymtl.ca/svn@3278 04897980-b3bd-0310-b5e0-8ef037075253 --- trunk/lttv/QUICKSTART.html | 57 +++++++++++++++++++++++++++++++++++--- 1 file changed, 53 insertions(+), 4 deletions(-) diff --git a/trunk/lttv/QUICKSTART.html b/trunk/lttv/QUICKSTART.html index 0e1a36a2..220ce051 100644 --- a/trunk/lttv/QUICKSTART.html +++ b/trunk/lttv/QUICKSTART.html @@ -55,18 +55,22 @@ from LTTV
  • Create custom LTTng packages
  • +
  • Examples of LTTng use in the +field
  • +

    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 @@ -80,8 +84,9 @@ The lttng patch is necessary to have the tracing hooks in the kernel.

    Supported architectures : -br> +
    LTTng :
    +

  • x86 32/64 bits
  • PowerPC 32 and 64 bits
  • ARM (with limited timestamping precision, e.g. 1HZ. Need @@ -90,6 +95,7 @@ architecture-specific support for better precision)

    LTTV :
    +
  • Intel 32/64 bits
  • PowerPC 32 and 64 bits
  • Possibly others. Takes care of endianness and type size difference between @@ -552,7 +558,50 @@ dpkg -i /usr/src/(image-name).deb

    Then, follow the section "Editing the system wide configuration" in section 2. +


    +

    Examples of LTTng use in the field

    +

    +A few examples of successful LTTng users : +

    -- 2.34.1