lttng-docs.git
8 years agoAdd instructions about getting LTTng-UST agents
Philippe Proulx [Thu, 26 Nov 2015 21:53:03 +0000 (16:53 -0500)] 
Add instructions about getting LTTng-UST agents

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoarchlinux: add Python agent packages
Philippe Proulx [Thu, 26 Nov 2015 21:20:36 +0000 (16:20 -0500)] 
archlinux: add Python agent packages

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoopensuse: zypper -> `zypper`
Philippe Proulx [Thu, 26 Nov 2015 18:57:32 +0000 (13:57 -0500)] 
opensuse: zypper -> `zypper`

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoinstalling-lttng: fix internal link
Philippe Proulx [Thu, 26 Nov 2015 18:54:26 +0000 (13:54 -0500)] 
installing-lttng: fix internal link

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoopensuse: new section
Philippe Proulx [Thu, 26 Nov 2015 18:54:14 +0000 (13:54 -0500)] 
opensuse: new section

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoubuntu-ppa: add LTTng-UST agents command lines
Philippe Proulx [Thu, 26 Nov 2015 04:26:52 +0000 (23:26 -0500)] 
ubuntu-ppa: add LTTng-UST agents command lines

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoubuntu: add Java and Python agent packages
Philippe Proulx [Thu, 26 Nov 2015 02:52:18 +0000 (21:52 -0500)] 
ubuntu: add Java and Python agent packages

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agopreface: update copyright notice
Philippe Proulx [Thu, 26 Nov 2015 02:29:33 +0000 (21:29 -0500)] 
preface: update copyright notice

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoMake sure install instructions target LTTng 2.7
Philippe Proulx [Thu, 26 Nov 2015 02:19:35 +0000 (21:19 -0500)] 
Make sure install instructions target LTTng 2.7

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agopython-application: add `logging.basicConfig()` to example
Philippe Proulx [Wed, 25 Nov 2015 19:56:19 +0000 (14:56 -0500)] 
python-application: add `logging.basicConfig()` to example

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agolttng-adaptation-layer: add required header (since 2.6)
Julien Desfossez [Wed, 19 Nov 2014 17:59:51 +0000 (12:59 -0500)] 
lttng-adaptation-layer: add required header (since 2.6)

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
8 years agopython-application: missing import in Python example
Jérémie Galarneau [Thu, 12 Nov 2015 15:05:51 +0000 (10:05 -0500)] 
python-application: missing import in Python example

8 years agopid-tracking: copy+paste error in lttng untrack --pid --all
George [Fri, 13 Nov 2015 12:50:59 +0000 (13:50 +0100)] 
pid-tracking: copy+paste error in lttng untrack --pid --all

8 years agoFix: update UST helper provider and event names
Antoine Busque [Fri, 2 Oct 2015 22:25:38 +0000 (18:25 -0400)] 
Fix: update UST helper provider and event names

Helpers from LTTng UST, for libdl, libc, and pthread have had their
providers renamed to use a "lttng_" prefix between 2.6 and 2.7. The
libdl helper also had its events renamed from "push" and "pop" to the
more intuitive "dlopen" and "dlclose", respectively.

Signed-off-by: Antoine Busque <abusque@efficios.com>
8 years agoFix grammar in "Tracing your own user application"
Antoine Busque [Fri, 24 Apr 2015 21:41:37 +0000 (17:41 -0400)] 
Fix grammar in "Tracing your own user application"

8 years agowhats-new: link to announcement blog post
Philippe Proulx [Wed, 14 Oct 2015 18:37:28 +0000 (14:37 -0400)] 
whats-new: link to announcement blog post

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agowhats-new: remove LTTng-modules clock plugin
Philippe Proulx [Fri, 25 Sep 2015 20:36:07 +0000 (16:36 -0400)] 
whats-new: remove LTTng-modules clock plugin

This feature is for LTTng 2.8.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoDocument PID tracking feature
Philippe Proulx [Sat, 5 Sep 2015 01:22:52 +0000 (21:22 -0400)] 
Document PID tracking feature

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoDocument Python application logging
Philippe Proulx [Sat, 5 Sep 2015 00:20:59 +0000 (20:20 -0400)] 
Document Python application logging

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoDocument persistent memory file system tracing
Philippe Proulx [Fri, 4 Sep 2015 22:55:46 +0000 (18:55 -0400)] 
Document persistent memory file system tracing

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoFix: CTF and Babeltrace links
Philippe Proulx [Fri, 4 Sep 2015 23:04:53 +0000 (19:04 -0400)] 
Fix: CTF and Babeltrace links

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agocheckdocs.py: check "int" class before warning
Philippe Proulx [Fri, 4 Sep 2015 22:14:50 +0000 (18:14 -0400)] 
checkdocs.py: check "int" class before warning

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agocontrolling-tracing: minor fixes
Philippe Proulx [Fri, 4 Sep 2015 22:00:16 +0000 (18:00 -0400)] 
controlling-tracing: minor fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoDocument tracelog() facility
Philippe Proulx [Fri, 4 Sep 2015 21:48:27 +0000 (17:48 -0400)] 
Document tracelog() facility

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agotracef: minor fixes
Philippe Proulx [Fri, 4 Sep 2015 21:47:51 +0000 (17:47 -0400)] 
tracef: minor fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoDocument kernel events filtering
Philippe Proulx [Fri, 4 Sep 2015 21:09:39 +0000 (17:09 -0400)] 
Document kernel events filtering

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agowhats-new: update for LTTng 2.7
Philippe Proulx [Fri, 4 Sep 2015 20:12:07 +0000 (16:12 -0400)] 
whats-new: update for LTTng 2.7

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoAdd sinces
Philippe Proulx [Fri, 4 Sep 2015 17:07:56 +0000 (13:07 -0400)] 
Add sinces

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agojava-application: split
Philippe Proulx [Fri, 4 Sep 2015 16:56:40 +0000 (12:56 -0400)] 
java-application: split

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoplumbing 2.6 -> plumbing 2.7
Philippe Proulx [Fri, 4 Sep 2015 16:18:26 +0000 (12:18 -0400)] 
plumbing 2.6 -> plumbing 2.7

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoAdd captions to figures
Philippe Proulx [Fri, 4 Sep 2015 16:01:45 +0000 (12:01 -0400)] 
Add captions to figures

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agocontrib-guide.md: update Images section
Philippe Proulx [Fri, 4 Sep 2015 15:48:07 +0000 (11:48 -0400)] 
contrib-guide.md: update Images section

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years ago<div class="img"> -> <figure>
Philippe Proulx [Fri, 4 Sep 2015 15:44:06 +0000 (11:44 -0400)] 
<div class="img"> -> <figure>

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agolttng-live: fix diagram
Philippe Proulx [Fri, 4 Sep 2015 06:17:19 +0000 (02:17 -0400)] 
lttng-live: fix diagram

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agolttng-relayd: add diagram
Philippe Proulx [Fri, 4 Sep 2015 06:17:07 +0000 (02:17 -0400)] 
lttng-relayd: add diagram

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoplumbing-overview: minor fixes
Philippe Proulx [Fri, 4 Sep 2015 06:11:17 +0000 (02:11 -0400)] 
plumbing-overview: minor fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoevent: remove diagram
Philippe Proulx [Fri, 4 Sep 2015 06:06:51 +0000 (02:06 -0400)] 
event: remove diagram

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agotracing-session: add diagrams
Philippe Proulx [Fri, 4 Sep 2015 05:42:57 +0000 (01:42 -0400)] 
tracing-session: add diagrams

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agocore-concepts: add diagram
Philippe Proulx [Fri, 4 Sep 2015 05:36:59 +0000 (01:36 -0400)] 
core-concepts: add diagram

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoviewing-and-analyzing-your-traces: minox fixes
Philippe Proulx [Fri, 4 Sep 2015 05:22:30 +0000 (01:22 -0400)] 
viewing-and-analyzing-your-traces: minox fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoUpdate diagrams
Philippe Proulx [Fri, 4 Sep 2015 04:49:16 +0000 (00:49 -0400)] 
Update diagrams

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agotracing-your-own-user-application: minor fixes
Philippe Proulx [Fri, 4 Sep 2015 04:47:19 +0000 (00:47 -0400)] 
tracing-your-own-user-application: minor fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agotracing-the-linux-kernel: minor fixes
Philippe Proulx [Fri, 4 Sep 2015 04:13:01 +0000 (00:13 -0400)] 
tracing-the-linux-kernel: minor fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agogetting-started: minor fixes
Philippe Proulx [Fri, 4 Sep 2015 03:57:38 +0000 (23:57 -0400)] 
getting-started: minor fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agobuilding-from-source: minor fixes
Philippe Proulx [Fri, 4 Sep 2015 03:55:26 +0000 (23:55 -0400)] 
building-from-source: minor fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agooe-yocto: minor fixes
Philippe Proulx [Fri, 4 Sep 2015 03:53:14 +0000 (23:53 -0400)] 
oe-yocto: minor fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoembedded-distributions: remove futile intro
Philippe Proulx [Fri, 4 Sep 2015 03:50:34 +0000 (23:50 -0400)] 
embedded-distributions: remove futile intro

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agodebian: update instructions
Philippe Proulx [Fri, 4 Sep 2015 03:47:32 +0000 (23:47 -0400)] 
debian: update instructions

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agomanpage -> man pages
Philippe Proulx [Fri, 4 Sep 2015 03:41:13 +0000 (23:41 -0400)] 
manpage -> man pages

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agocontrib-guide.md: avoid Latin abbreviations
Philippe Proulx [Fri, 4 Sep 2015 03:39:20 +0000 (23:39 -0400)] 
contrib-guide.md: avoid Latin abbreviations

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoRemove "etc."
Philippe Proulx [Fri, 4 Sep 2015 03:38:42 +0000 (23:38 -0400)] 
Remove "etc."

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoinstalling-lttng: minor fixes
Philippe Proulx [Fri, 4 Sep 2015 03:27:55 +0000 (23:27 -0400)] 
installing-lttng: minor fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agonuts-and-bolts: split and update contents
Philippe Proulx [Fri, 4 Sep 2015 03:12:40 +0000 (23:12 -0400)] 
nuts-and-bolts: split and update contents

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoRemove latin abbreviations
Philippe Proulx [Fri, 4 Sep 2015 02:26:16 +0000 (22:26 -0400)] 
Remove latin abbreviations

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agowhats-new: minor fixes
Philippe Proulx [Fri, 4 Sep 2015 02:15:06 +0000 (22:15 -0400)] 
whats-new: minor fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agopreface: minor fixes
Philippe Proulx [Fri, 4 Sep 2015 02:12:04 +0000 (22:12 -0400)] 
preface: minor fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agopreface: minor fixes in Note to readers
Philippe Proulx [Fri, 4 Sep 2015 02:08:56 +0000 (22:08 -0400)] 
preface: minor fixes in Note to readers

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agopreface: C language skills -> programming language skills
Philippe Proulx [Fri, 4 Sep 2015 02:07:06 +0000 (22:07 -0400)] 
preface: C language skills -> programming language skills

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoRemove unneeded "will"s + minor fixes
Philippe Proulx [Fri, 4 Sep 2015 01:49:31 +0000 (21:49 -0400)] 
Remove unneeded "will"s + minor fixes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agotaking-a-snapshot: x-ref channel modes
Philippe Proulx [Thu, 12 Mar 2015 03:29:08 +0000 (23:29 -0400)] 
taking-a-snapshot: x-ref channel modes

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agocontrib-guide.md: discourage the use of the future tense
Philippe Proulx [Fri, 4 Sep 2015 02:04:17 +0000 (22:04 -0400)] 
contrib-guide.md: discourage the use of the future tense

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agocontrib-guide.md: add info about warning/error blocks
Philippe Proulx [Fri, 4 Sep 2015 02:03:51 +0000 (22:03 -0400)] 
contrib-guide.md: add info about warning/error blocks

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agocontrib-guide.md: capitalize headings
Philippe Proulx [Fri, 4 Sep 2015 02:03:33 +0000 (22:03 -0400)] 
contrib-guide.md: capitalize headings

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoUse new SVG ring buffer API
Philippe Proulx [Fri, 4 Sep 2015 00:15:11 +0000 (20:15 -0400)] 
Use new SVG ring buffer API

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoopensuse: use `zypper addrepo`
Philippe Proulx [Mon, 13 Jul 2015 22:05:05 +0000 (18:05 -0400)] 
opensuse: use `zypper addrepo`

9 years agobuilding-from-source: add dev script for Ubuntu
Philippe Proulx [Mon, 13 Apr 2015 17:10:39 +0000 (13:10 -0400)] 
building-from-source: add dev script for Ubuntu

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agowhats-new: link to release annoucement
Philippe Proulx [Fri, 27 Feb 2015 20:48:34 +0000 (15:48 -0500)] 
whats-new: link to release annoucement

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agoinstrumenting-linux-kernel-tracing: fix wrong module name
Philippe Proulx [Thu, 26 Feb 2015 21:07:56 +0000 (16:07 -0500)] 
instrumenting-linux-kernel-tracing: fix wrong module name

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agoAdd "What's new" section
Philippe Proulx [Thu, 26 Feb 2015 20:44:12 +0000 (15:44 -0500)] 
Add "What's new" section

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agoLink to v2.6 images
Philippe Proulx [Thu, 26 Feb 2015 19:03:47 +0000 (14:03 -0500)] 
Link to v2.6 images

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agoenabling-disabling-events: loggin -> logging
Philippe Proulx [Wed, 25 Feb 2015 21:10:56 +0000 (16:10 -0500)] 
enabling-disabling-events: loggin -> logging

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agoDocument features of LTTng 2.6
Philippe Proulx [Tue, 24 Feb 2015 00:39:22 +0000 (19:39 -0500)] 
Document features of LTTng 2.6

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agoREADME.md, contrib-guide.md: explain branches
Philippe Proulx [Mon, 23 Feb 2015 18:05:12 +0000 (13:05 -0500)] 
README.md, contrib-guide.md: explain branches

9 years agodynamic-linking: note about instrumenting a SO
Philippe Proulx [Fri, 19 Dec 2014 21:17:21 +0000 (16:17 -0500)] 
dynamic-linking: note about instrumenting a SO

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agoClarify TRACEPOINT_DEFINE and multi TP
Philippe Proulx [Wed, 17 Dec 2014 21:34:39 +0000 (16:34 -0500)] 
Clarify TRACEPOINT_DEFINE and multi TP

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agodynamic-linking: fix typo
Philippe Proulx [Sat, 13 Dec 2014 05:07:10 +0000 (00:07 -0500)] 
dynamic-linking: fix typo

9 years agoviewing-and-analyzing: Update Trace Compass download URL
Alexandre Montplaisir [Sun, 7 Dec 2014 08:04:27 +0000 (03:04 -0500)] 
viewing-and-analyzing: Update Trace Compass download URL

Official downloads for Trace Compass are available now. Users should
be directed to those, especially since the links at Poly don't
work anymore (downloads get stalled after a couple MB's).

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agobuilding-32-bit-lttng-ust: add note about lib path
Philippe Proulx [Fri, 5 Dec 2014 00:14:20 +0000 (19:14 -0500)] 
building-32-bit-lttng-ust: add note about lib path

9 years agoMerge pull request #5 from istarus/fixes
Philippe Proulx [Thu, 20 Nov 2014 16:50:46 +0000 (11:50 -0500)] 
Merge pull request #5 from istarus/fixes

fedora and event fixes

9 years agoevent: fix typo.
Kavinda Wewegama [Sun, 9 Nov 2014 10:05:53 +0000 (02:05 -0800)] 
event: fix typo.

9 years agofedora: add lttng-ust-devel.
Kavinda Wewegama [Sat, 8 Nov 2014 22:34:12 +0000 (14:34 -0800)] 
fedora: add lttng-ust-devel.

   - lttng-ust-devel contains `lttng-gen-tp'.

9 years agotracing-your-own-user-application: add details
Sébastien Boisvert [Sun, 19 Oct 2014 18:22:30 +0000 (13:22 -0500)] 
tracing-your-own-user-application: add details

Signed-off-by: Sébastien Boisvert <boisvert@anl.gov>
9 years agotracing-the-linux-kernel: minor fixes
Sébastien Boisvert [Sun, 19 Oct 2014 18:22:01 +0000 (13:22 -0500)] 
tracing-the-linux-kernel: minor fixes

Signed-off-by: Sébastien Boisvert <boisvert@anl.gov>
9 years agogetting-started: add "investigate"
Sébastien Boisvert [Sun, 19 Oct 2014 17:58:01 +0000 (12:58 -0500)] 
getting-started: add "investigate"

Signed-off-by: Sébastien Boisvert <boisvert@anl.gov>
9 years agoarchlinux: fix English
Sébastien Boisvert [Sun, 19 Oct 2014 17:35:40 +0000 (12:35 -0500)] 
archlinux: fix English

Signed-off-by: Sébastien Boisvert <boisvert@anl.gov>
9 years agoenterprise: english Fix + add dist examples
Sébastien Boisvert [Sun, 19 Oct 2014 17:37:21 +0000 (12:37 -0500)] 
enterprise: english Fix + add dist examples

Signed-off-by: Sébastien Boisvert <boisvert@anl.gov>
9 years agoopensuse: fix English
Sébastien Boisvert [Sun, 19 Oct 2014 17:32:35 +0000 (12:32 -0500)] 
opensuse: fix English

Signed-off-by: Sébastien Boisvert <boisvert@anl.gov>
9 years agoubuntu: "sources" -> "repository types"
Sébastien Boisvert [Sun, 19 Oct 2014 17:28:48 +0000 (12:28 -0500)] 
ubuntu: "sources" -> "repository types"

Signed-off-by: Sébastien Boisvert <boisvert@anl.gov>
9 years agonuts-and-bolts: minor fixes
Sébastien Boisvert [Sun, 19 Oct 2014 17:08:40 +0000 (12:08 -0500)] 
nuts-and-bolts: minor fixes

Signed-off-by: Sébastien Boisvert <boisvert@anl.gov>
9 years agoMove enterprise distributions section one level up
Philippe Proulx [Thu, 23 Oct 2014 19:28:07 +0000 (15:28 -0400)] 
Move enterprise distributions section one level up

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agoNew section: using-tracepoint-classes
Philippe Proulx [Thu, 23 Oct 2014 19:18:48 +0000 (15:18 -0400)] 
New section: using-tracepoint-classes

9 years agotracing-your-own-user-application: lttng view before destroy
Philippe Proulx [Thu, 23 Oct 2014 17:58:57 +0000 (13:58 -0400)] 
tracing-your-own-user-application: lttng view before destroy

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agoMerge remote-tracking branch 'gh-tuxology/patch-1'
Philippe Proulx [Sat, 18 Oct 2014 18:37:16 +0000 (14:37 -0400)] 
Merge remote-tracking branch 'gh-tuxology/patch-1'

Closes #2

9 years agofedora: add procedure to install LTTng-modules
Suchakra Sharma [Fri, 17 Oct 2014 19:51:50 +0000 (15:51 -0400)] 
fedora: add procedure to install LTTng-modules

9 years agolttng-gen-tp: document CFLAGS env. variable
Philippe Proulx [Sat, 18 Oct 2014 03:15:50 +0000 (23:15 -0400)] 
lttng-gen-tp: document CFLAGS env. variable

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agotracing-the-linux-kernel: move tip after first sudo use
Philippe Proulx [Sat, 18 Oct 2014 02:44:34 +0000 (22:44 -0400)] 
tracing-the-linux-kernel: move tip after first sudo use

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agoviewing-and-analyzing: simplify Python example
Philippe Proulx [Sat, 18 Oct 2014 01:22:55 +0000 (21:22 -0400)] 
viewing-and-analyzing: simplify Python example

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agoWrap tables.
Philippe Proulx [Tue, 14 Oct 2014 20:49:58 +0000 (16:49 -0400)] 
Wrap tables.

This allows automatic horizontal scrolling to be added
to the wrapper.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agoviewing-and-analyzing: remove TMF
Philippe Proulx [Tue, 14 Oct 2014 20:37:06 +0000 (16:37 -0400)] 
viewing-and-analyzing: remove TMF

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9 years agocontrib-guide.md: add note about committing
Philippe Proulx [Tue, 14 Oct 2014 20:34:44 +0000 (16:34 -0400)] 
contrib-guide.md: add note about committing

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
This page took 0.037037 seconds and 4 git commands to generate.