Project

General

Profile

Google Summer of Code 2013 » History » Revision 9

Revision 8 (Christian Babeux, 03/08/2013 12:04 PM) → Revision 9/80 (Christian Babeux, 03/08/2013 12:09 PM)

h1. Google Summer of Code 2013 

 h2. Project Ideas 

 h3. Babeltrace python bindings 

 *Brief explanation*: 

 Provide Python bindings to the Babeltrace APIs to provide a complete CTF reading/writting infrastructure to Python programmers. 

 Most of the public Babeltrace API is currently mapped using SWIG. However, a more “Pythonic” set of wrapper classes will make trace reading and writting more accessible than using the current native API. The production and interpretation of CTF traces in a high level language such as Python will ease the development of custom trace analysis solutions. It will also provide a convenient language in which to implement trace conversion plugins. 

 *Expected results*: TBD 

 *Complementary information*: 

 The Common Trace Format (CTF) specifies a trace format based on the requirements of the industry (through collaboration with the Multicore Association) and the Linux community. 

 Babeltrace is a trace conversion library that aims to provide a convenient to read and convert trace files between different formats. It currently supports CTF, which is the trace format outputted by the LTTng 2.0 tracers and provides the CTF reference implementation. 

 *Skill level*: Easy - Medium 

 *Prerequisite Knowledge*: Python, OO development 

 *Mentors*: Jérémie Galarneau 

 h3. Trace probe support in C++ 

 *Brief explanation*: 

 The LTTng userspace tracing relies on the instrumentation of target applications with tracepoint probes. Currently, the only way to use tracepoints in C++ applications is by compiling a stand-alone C library linked to liblttng-ust which is then linked to the target C++ application. While this method is functional, it introduces significant development time overhead and confusion for new users. This project aims at making the UST tracepoint probe code compatible with popular C++ compilers to enable direct compilation of the providers with the application. The necessary modifications should not be too complex but are an excellent introductory project. 

 *Expected results*: TBD 

 *Complementary information*: 

 
 Issue #338 

 *Skill level*: Easy - Medium 

 *Prerequisite Knowledge*: C++ development, C development, build environments 

 *Mentors*: TBD