Initial import
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 28 May 2014 18:22:58 +0000 (14:22 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 Oct 2014 09:17:35 +0000 (05:17 -0400)
commit5e0cbfb01373c18e521217342fd8a9159cc186b1
tree28d1737143ac3e1220ba0564a11ea801b6a08bb3
Initial import

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
106 files changed:
README.md [new file with mode: 0644]
contents/getting-started/intro.md [new file with mode: 0644]
contents/getting-started/tracing-the-linux-kernel.md [new file with mode: 0644]
contents/getting-started/tracing-your-own-user-application.md [new file with mode: 0644]
contents/getting-started/viewing-and-analyzing.md [new file with mode: 0644]
contents/installing-lttng/building-from-source.md [new file with mode: 0644]
contents/installing-lttng/desktop-distributions/archlinux.md [new file with mode: 0644]
contents/installing-lttng/desktop-distributions/debian.md [new file with mode: 0644]
contents/installing-lttng/desktop-distributions/enterprise.md [new file with mode: 0644]
contents/installing-lttng/desktop-distributions/fedora.md [new file with mode: 0644]
contents/installing-lttng/desktop-distributions/intro.md [new file with mode: 0644]
contents/installing-lttng/desktop-distributions/opensuse.md [new file with mode: 0644]
contents/installing-lttng/desktop-distributions/ubuntu/intro.md [new file with mode: 0644]
contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md [new file with mode: 0644]
contents/installing-lttng/desktop-distributions/ubuntu/ppa.md [new file with mode: 0644]
contents/installing-lttng/embedded-distributions/buildroot.md [new file with mode: 0644]
contents/installing-lttng/embedded-distributions/intro.md [new file with mode: 0644]
contents/installing-lttng/embedded-distributions/oe-yocto.md [new file with mode: 0644]
contents/installing-lttng/intro.md [new file with mode: 0644]
contents/nuts-and-bolts/intro.md [new file with mode: 0644]
contents/preface.md [new file with mode: 0644]
contents/reference/intro.md [new file with mode: 0644]
contents/reference/lttng-modules/intro.md [new file with mode: 0644]
contents/reference/lttng-modules/lttng-modules-tp-fast-assign.md [new file with mode: 0644]
contents/reference/lttng-modules/lttng-modules-tp-struct-entry.md [new file with mode: 0644]
contents/reference/lttng-ust/intro.md [new file with mode: 0644]
contents/reference/lttng-ust/liblttng-ust/intro.md [new file with mode: 0644]
contents/reference/lttng-ust/liblttng-ust/liblttng-ust-tp-fields.md [new file with mode: 0644]
contents/reference/lttng-ust/liblttng-ust/liblttng-ust-tracepoint-loglevel.md [new file with mode: 0644]
contents/reference/online-manpages.md [new file with mode: 0644]
contents/understanding-lttng/core-concepts/channel/channel-buffering-schemes.md [new file with mode: 0644]
contents/understanding-lttng/core-concepts/channel/channel-overwrite-mode-vs-discard-mode.md [new file with mode: 0644]
contents/understanding-lttng/core-concepts/channel/channel-subbuf-size-vs-subbuf-count.md [new file with mode: 0644]
contents/understanding-lttng/core-concepts/channel/channel-timers.md [new file with mode: 0644]
contents/understanding-lttng/core-concepts/channel/intro.md [new file with mode: 0644]
contents/understanding-lttng/core-concepts/domain.md [new file with mode: 0644]
contents/understanding-lttng/core-concepts/event.md [new file with mode: 0644]
contents/understanding-lttng/core-concepts/intro.md [new file with mode: 0644]
contents/understanding-lttng/core-concepts/tracing-session.md [new file with mode: 0644]
contents/understanding-lttng/intro.md [new file with mode: 0644]
contents/understanding-lttng/plumbing/intro.md [new file with mode: 0644]
contents/understanding-lttng/plumbing/liblttng-ctl-lttng.md [new file with mode: 0644]
contents/understanding-lttng/plumbing/lttng-consumerd.md [new file with mode: 0644]
contents/understanding-lttng/plumbing/lttng-modules.md [new file with mode: 0644]
contents/understanding-lttng/plumbing/lttng-relayd.md [new file with mode: 0644]
contents/understanding-lttng/plumbing/lttng-sessiond.md [new file with mode: 0644]
contents/understanding-lttng/plumbing/lttng-ust.md [new file with mode: 0644]
contents/understanding-lttng/plumbing/overview.md [new file with mode: 0644]
contents/using-lttng/controlling-tracing/adding-context.md [new file with mode: 0644]
contents/using-lttng/controlling-tracing/basic-tracing-session-control.md [new file with mode: 0644]
contents/using-lttng/controlling-tracing/creating-destroying-tracing-sessions.md [new file with mode: 0644]
contents/using-lttng/controlling-tracing/enabling-disabling-channels/fine-tuning-channels.md [new file with mode: 0644]
contents/using-lttng/controlling-tracing/enabling-disabling-channels/intro.md [new file with mode: 0644]
contents/using-lttng/controlling-tracing/enabling-disabling-events.md [new file with mode: 0644]
contents/using-lttng/controlling-tracing/intro.md [new file with mode: 0644]
contents/using-lttng/controlling-tracing/lttng-live.md [new file with mode: 0644]
contents/using-lttng/controlling-tracing/saving-loading-tracing-session.md [new file with mode: 0644]
contents/using-lttng/controlling-tracing/sending-trace-data-over-the-network.md [new file with mode: 0644]
contents/using-lttng/controlling-tracing/taking-a-snapshot.md [new file with mode: 0644]
contents/using-lttng/instrumenting/advanced-techniques/32-bit-on-64-bit/building-32-bit-lttng-tools.md [new file with mode: 0644]
contents/using-lttng/instrumenting/advanced-techniques/32-bit-on-64-bit/building-32-bit-lttng-ust.md [new file with mode: 0644]
contents/using-lttng/instrumenting/advanced-techniques/32-bit-on-64-bit/building-32-bit-userspace-rcu.md [new file with mode: 0644]
contents/using-lttng/instrumenting/advanced-techniques/32-bit-on-64-bit/building-64-bit-lttng-tools.md [new file with mode: 0644]
contents/using-lttng/instrumenting/advanced-techniques/32-bit-on-64-bit/building-instrumented-32-bit-c-application.md [new file with mode: 0644]
contents/using-lttng/instrumenting/advanced-techniques/32-bit-on-64-bit/intro.md [new file with mode: 0644]
contents/using-lttng/instrumenting/advanced-techniques/32-bit-on-64-bit/running-32-bit-and-64-bit-c-applications.md [new file with mode: 0644]
contents/using-lttng/instrumenting/advanced-techniques/intro.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/assigning-log-levels.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/building-linking/dynamic-linking.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/building-linking/intro.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/building-linking/lttng-ust-pkg-config.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/building-linking/static-linking.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/building-linking/using-lttng-ust-with-daemons.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/defining-tracepoints.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/intro.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/lttng-gen-tp.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/lttng-ust-environment-variables-compiler-flags.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/probing-the-application-source-code.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/tracef.md [new file with mode: 0644]
contents/using-lttng/instrumenting/c-application/tracepoint-provider.md [new file with mode: 0644]
contents/using-lttng/instrumenting/cxx-application.md [new file with mode: 0644]
contents/using-lttng/instrumenting/instrumenting-linux-kernel/instrumenting-linux-kernel-itself/instrumenting-linux-kernel-tracing.md [new file with mode: 0644]
contents/using-lttng/instrumenting/instrumenting-linux-kernel/instrumenting-linux-kernel-itself/intro.md [new file with mode: 0644]
contents/using-lttng/instrumenting/instrumenting-linux-kernel/instrumenting-linux-kernel-itself/lttng-adaptation-layer.md [new file with mode: 0644]
contents/using-lttng/instrumenting/instrumenting-linux-kernel/instrumenting-linux-kernel-itself/mainline-trace-event.md [new file with mode: 0644]
contents/using-lttng/instrumenting/instrumenting-linux-kernel/instrumenting-out-of-tree-linux-kernel.md [new file with mode: 0644]
contents/using-lttng/instrumenting/instrumenting-linux-kernel/intro.md [new file with mode: 0644]
contents/using-lttng/instrumenting/intro.md [new file with mode: 0644]
contents/using-lttng/instrumenting/java-application.md [new file with mode: 0644]
contents/using-lttng/instrumenting/prebuilt-ust-helpers/intro.md [new file with mode: 0644]
contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-cyg-profile.md [new file with mode: 0644]
contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md [new file with mode: 0644]
contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-libc-pthread-wrapper.md [new file with mode: 0644]
contents/using-lttng/instrumenting/proc-lttng-logger-abi.md [new file with mode: 0644]
contents/using-lttng/intro.md [new file with mode: 0644]
contrib-guide.md [new file with mode: 0644]
images/export/core-concepts.svg [new file with mode: 0644]
images/export/lttng-live-relayd.svg [new file with mode: 0644]
images/export/lttng-lttng-gen-tp.svg [new file with mode: 0644]
images/export/plumbing.svg [new file with mode: 0644]
images/src/core-concepts [new file with mode: 0644]
images/src/getting-started-lttng-gen-tp [new file with mode: 0644]
images/src/lttng-live-relayd [new file with mode: 0644]
images/src/plumbing [new file with mode: 0644]
toc/docs.yml [new file with mode: 0644]
tools/checkdocs.py [new file with mode: 0755]
This page took 0.029303 seconds and 4 git commands to generate.