[lttng-dev] Participating in gsoc'13

2013-04-09 Thread garvit sharma
Hello All, Myself Garvit Sharma doing B.tec(third year) with majors in cse. I went through the project ideas and really want to spend my summer in writing codes for lttng. programming and tools that i know : C/C++, Java, python, php, Javascript, XML, AJAX, valgrind,

[lttng-dev] GSoC 2013 proposal - Babeltrace python bindings

2013-04-09 Thread Xuan Hu
Hello everyone, I'm really interested in the project of `Babeltrace python bindings`. Besides I'm confident with my python skill and I'm willing to study more skills related. As far as I know, I think this is a somewhat standalone project which should create a module for python programmers to get

Re: [lttng-dev] Bugfix: Bug #453

2013-04-09 Thread Raphaël Beamonte
Hello Simar, On 2013-04-08 23:41, Simarpreet Singh wrote: 1) How do you I submit my changes to the lttng-tools repo? Do I need any kind of authorization before I can do so? To submit your commit patches, you can use the git send-email functionality to send them directly to this list. After

[lttng-dev] Google Summer of Code

2013-04-09 Thread Thibault, Daniel
The Google Summer of Code LTTng entry (http://bugs.lttng.org/projects/lttng/wiki/Google_Summer_of_Code_2013) is a promising initiative. May I propose another little project idea? Babeltrace support for the debugfs (/sys/kernel/debug/tracing) trace format Brief explanation: Provide a

Re: [lttng-dev] Bugfix: Bug #453

2013-04-09 Thread Christian Babeux
Hello Simar, Here a few additional guidelines/tips for submitting patches: - I see in your patches that you based yourself on my personal github lttng-tools repository to prepare your patches. This repository might be lagging behind the official one, hence I would suggest using the official git

Re: [lttng-dev] Participating in gsoc'13

2013-04-09 Thread Christian Babeux
Hi Garvit, Are you interested by a particular project idea? In order to start with the LTTng codebase, I would suggest you try to install the related tools (lttng-tools, lttng-ust, lttng-modules, babeltrace, etc.) and try to trace a simple program or your kernel. You can find some information

Re: [lttng-dev] GSoC 2013 proposal - Babeltrace python bindings

2013-04-09 Thread Jérémie Galarneau
Hi Xuan, First, thanks for reaching out! Basically, the Babeltrace Python bindings project aims at providing Python developers with a library to read the trace formats supported by Babeltrace. I'll take the chance to detail what we had in mind with this project. The first part consists of

[lttng-dev] [PATCH lttng-tools] Fixing a few typos in lttng-tools tree Fixes #453

2013-04-09 Thread Simarpreet Singh
Signed-off-by: Simarpreet Singh simarpreet...@gmail.com --- src/common/error.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/common/error.c b/src/common/error.c index 4fb022c..4b9b46e 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -40,7 +40,7

Re: [lttng-dev] Bugfix: Bug #488

2013-04-09 Thread Simarpreet Singh
Hey guys, Thanks for the help, I just submitted Fix #453 for a review, hopefully I did it correct. *fingers crossed* I'll be submitting fixes for #488 in a few hours. Thanks again, Simar On Tue, Apr 9, 2013 at 12:08 PM, David Goulet dgou...@efficios.com wrote: Hi Simarpreet, Can you

[lttng-dev] GSoC 2013, Instrumenting Open Source projects using UST project.

2013-04-09 Thread Tabibel Sami
Hello, I am doing master degree of Cryptology and information security I have good C, Python and Scapy skills, and i am interested to work on Instrumenting Open Source projects using UST project this summer. I am looking for any comment about the difficulty and the content of the project, and

[lttng-dev] [RFC-Patch 1/2] Add page fault trace event definitions

2013-04-09 Thread Francis Deslauriers
Add page_fault_entry and page_fault_exit event definitions. It will allow each architecture to instrument their page faults. Signed-off-by: Francis Deslauriers fdesl...@gmail.com Reviewed-by: Raphaël Beamonte raphael.beamo...@gmail.com --- include/trace/events/fault.h | 51

Re: [lttng-dev] GSoC 2013 proposal - Babeltrace python bindings

2013-04-09 Thread Xuan Hu
Hi, jgalar. Thx for your detailed clarification. I will begin with looking throuth the CTF specification and investigation with the code of bing/python branch. I have one little question, where can I find the list of libbabeltrace's public API? And I also failed to find documents tends for