Re: [lttng-dev] [PATCH lttng-tools] sessiond: add --extra-kmod-probes option

2014-09-19 Thread David Goulet
Merged! Small fixes of the syntax in the commit. David On 12 Sep (21:37:18), Philippe Proulx wrote: This patch adds the --extra-kmod-probes option to lttng-sessiond. The LTTNG_EXTRA_KMOD_PROBES environment variable may also be used. The option specifies a list of extra probe kernel

Re: [lttng-dev] [PATCH lttng-tools] Fix: ignore error when loading optional kmod

2014-09-19 Thread David Goulet
Merged! On 15 Sep (13:43:56), Philippe Proulx wrote: This commit also improves the accuracy of debug messages: a module is not successfully loaded when it's optional and actually not loaded. Fixes: #837 Signed-off-by: Philippe Proulx eeppelitel...@gmail.com ---

[lttng-dev] [PATCH lttng-tools] Fix out-of-tree build

2014-09-19 Thread Simon Marchi
Signed-off-by: Simon Marchi simon.mar...@polymtl.ca --- tests/regression/tools/mi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/tools/mi/Makefile.am b/tests/regression/tools/mi/Makefile.am index 4c77f56..c4081db 100644 ---