Re: [lttng-dev] Offering to help

2012-11-08 Thread David Brown
Michel and Mathieu, Thanks for the welcome messages. Perhaps since I would lie a quick start guide myself, I should have a look at creating one first. Is there a guide from the first version that needs updating, or is should I be looking to answer the FAQs in a structured way to guide people to

Re: [lttng-dev] Offering to help

2012-11-08 Thread Mathieu Desnoyers
* David Brown (dafidbr...@gmail.com) wrote: Michel and Mathieu, Thanks for the welcome messages. Perhaps since I would lie a quick start guide myself, I should have a look at creating one first. Is there a guide from the first version that needs updating, or is should I be looking to

[lttng-dev] [PATCH urcu] Fix: Fallback mechanism not working on platform where TLS is unsupported

2012-11-08 Thread Christian Babeux
The CONFIG_RCU_TLS entry in config.h.in is defined by default to TLS. This has the unfortunate consequence of defining CONFIG_RCU_TLS on platform where TLS is unsupported and effectively disabling the pthread based fallback mechanism. This macro should be #undef by default and the AX_TLS m4 macro

Re: [lttng-dev] [PATCH urcu] Fix: Fallback mechanism not working on platform where TLS is unsupported

2012-11-08 Thread Mathieu Desnoyers
* Christian Babeux (christian.bab...@efficios.com) wrote: The CONFIG_RCU_TLS entry in config.h.in is defined by default to TLS. This has the unfortunate consequence of defining CONFIG_RCU_TLS on platform where TLS is unsupported and effectively disabling the pthread based fallback mechanism.

[lttng-dev] [PATCH] Check if interrupt action name is not null in statedump.

2012-11-08 Thread Simon Marchi
Protection against poorly written drivers who give a null name to their irq handlers. Signed-off-by: Simon Marchi simon.mar...@polymtl.ca --- .../events/lttng-module/lttng-statedump.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[lttng-dev] [urcu commit] Fix TLS detection: test with linker, add --disable-compiler-tls

2012-11-08 Thread Mathieu Desnoyers
The following commit is now in the userspace RCU master branch (backported to stable-0.7 branch too). It should fix TLS detection on both NetBSD = 5.1, and on Darwin, and adds a --disable-compiler-tls flag to force using the pthread_getspecific fallback. commit

[lttng-dev] [PATCH 1/3] Add default subbuf sizes getter functions.

2012-11-08 Thread Simon Marchi
This patch adds src/common/defaults.c file. It contains functions to retrieve defaults subbuf sizes based on the architecture page size. Signed-off-by: Simon Marchi simon.mar...@polymtl.ca --- src/common/Makefile.am |2 +- src/common/defaults.c | 86

[lttng-dev] [PATCH 2/3] Use the new functions for default subbuf sizes.

2012-11-08 Thread Simon Marchi
Use the functions added by the previous commit. All the occurences of the previous defines were replaced. Signed-off-by: Simon Marchi simon.mar...@polymtl.ca --- src/bin/lttng-sessiond/channel.c |4 ++-- src/bin/lttng-sessiond/trace-kernel.c|2 +-

[lttng-dev] [PATCH 3/3] Remove previous default subbuf sizes definitions.

2012-11-08 Thread Simon Marchi
This commit removes defines that are now unused. Signed-off-by: Simon Marchi simon.mar...@polymtl.ca --- src/common/defaults.h |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/common/defaults.h b/src/common/defaults.h index efff43e..7319b35 100644 ---

[lttng-dev] [PATCH lttng-ust] Add compilation support for the TileGX architecture.

2012-11-08 Thread Simon Marchi
Signed-off-by: Simon Marchi simon.mar...@polymtl.ca --- configure.ac |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 7f12f23..97a9f65 100644 --- a/configure.ac +++ b/configure.ac @@ -213,6 +213,7 @@ changequote([,])dnl armv5)