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

2013-04-08 Thread Mathieu Desnoyers
* Francis Deslauriers (fdesl...@gmail.com) wrote: 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...@polymtl.ca ---

Re: [lttng-dev] [RFC-Patch 2/2] x86:Instruments page fault trace event

2013-04-08 Thread Mathieu Desnoyers
* Francis Deslauriers (fdesl...@gmail.com) wrote: Signed-off-by: Francis Deslauriers fdesl...@gmail.com Reviewed-by: Raphaël Beamonte raphael.beamo...@polymtl.ca --- arch/x86/mm/fault.c |5 + 1 file changed, 5 insertions(+) diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c

Re: [lttng-dev] [PATCH v2 lttng-tools] lttng cli: Accept human readable sizes for --subbuf-size

2013-04-08 Thread Simon Marchi
#define _GNU_SOURCE -#include stdlib.h +#include assert.h #include ctype.h #include limits.h +#include regex.h +#include stdlib.h any reason why stdlib is moved here ? I put them in alphabetical order instead of random order. Thanks for the comments, I will make the changes.

[lttng-dev] [RFC-patch] Add support of variant (raw) metadata

2013-04-08 Thread Geneviève Bastien
Add macros to allow to specify some raw metadata for a tracepoint event field. Add macros to copy dynamic length data without the length field with it, for instance for variant event types. Signed-off-by: Geneviève Bastien gbastien+lt...@versatic.net --- lttng-events.c | 7 +++

[lttng-dev] [RFC PATCH lttng-tools] Unit tests: don't rebuild units under test

2013-04-08 Thread Simon Marchi
Only the tests themselves are built in the unit test folder. They reuse the object files that are already built during the main compilation pass. This would fix the conflicts between object names. Signed-off-by: Simon Marchi simon.mar...@polymtl.ca --- tests/unit/Makefile.am | 55

[lttng-dev] The LTTng project accepted in the Google Summer of Code 2013

2013-04-08 Thread Christian Babeux
Hi lttng-ninjas, The LTTng project has been officially accepted in the Google Summer of Code 2013 program [1]. In the upcoming weeks, prospective students will begin to interact with the LTTng community. Interested students can consult the LTTng project idea page on the Wiki [2]. We are

[lttng-dev] Bugfix: Bug #488

2013-04-08 Thread Simarpreet Singh
Hello again, Sorry for the emails guys, I fixed a bunch of other typos in the codebase, I think these shall go under Bug #488. Bug URL: http://bugs.lttng.org/issues/488 Fix: https://github.com/simar7/lttng-tools/commit/6a6df32f6fadcb85a275b8ea93306af2d498c263 I've pushed my changes on my