Tracing Summit 2012: Interoperability Between Tracing Tools with the Common Trace Format (CTF)

This presentation introduces new technologies and a common format allowing tracing of Linux systems at the software (hypervisor, kernel, user-space), and hardware levels. One major building block of CTF is the Trace Stream Description Language (TSDL) which flexibility enables description of various binary trace stream layouts. It enables tracing of Linux deployed on multi-core CPUs, interacting with DSPs, where each of these components exports its own trace streams. This presentation covers work on the the Common Trace Format (CTF) specification and its reference implementations: the Babeltrace trace converter, the LTTng 2.0 kernel tracer, and the LTTng-UST 2.0 (user-space tracer). This work has been realized in collaboration with Ericsson, the Multi-Core Association Tool Infrastructure Workgroup and the Linux Foundation Consumer Electronics Linux Forum (CELF) Workgroup.

LPC2012 Scaling: RCU Judy Arrays: cache-efficient, compact, fast and scalable trie

In the past year, the RCU lock-free hash table has been polished and made production-ready within the Userspace RCU project. It performs and scales really well for updates, key lookups and traversals in no particular key order, but does not fulfill ordered key traversal use-cases. This talk is presenting ongoing work on an ordered data structure that supports RCU reads: a cache-efficient, compact, fast, and scalable trie, inspired by Judy Arrays.

Linux Plumbers Conference: Scaling Micro-conference

The Linux Plumbers scaling micro-conference focus on scaling both upwards (many cores) and downwards (low footprint, energy efficiency) at all layers of the software stack. Our intent is to bring together application, libraries and kernel developers to discuss the scalability issues they currently face, and get exposure for the ongoing work on scalability infrastructure. It was held in August 29-31, in San Diego, California.

LinuxCon North America 2012: LTTng 2.0: Tracing, Analysis and Views for Performance and Debugging

LTTng 2.0 can be used with various tools which help digging through large amount of trace data, from high-level perspectives down to the details. This presentation will focus on the usability of LTTng, showing how the combined user-space and kernel tracers, high-level summary views such as LTTngTop, graphical analysis tools such as the Eclipse Linux Tools LTTng plugin, can be used to solve hard software problems.

Linux End User Summit 2012: LTTng 2.0: Kernel and Application Tracing for the Enterprise

The newly available LTTng 2.0 kernel and user-space tracer offers a unified user interface tailored to the industry needs. It enables holistic tracing of live production systems across the kernel and user-space execution layers, while adding only a small overhead footprint. It is easy to install, uses most of the instrumentation sources present in mainline and distribution Linux kernels, and provides mechanisms for user-space instrumentation. This presentation covers the various features offered by LTTng 2.0. The target audience includes people responsible for maintenance, deployment or development of mission-critical, performance-sensitive, and/or latency-sensitive production systems running on GNU/Linux.