Re: [lttng-dev] lttng-tracer missing

2015-02-19 Thread Neil Bryan
Hi Nathan, Thank you for the prompt response. I have fixed the kernel tracing problem and indeed your diagnosis was accurate. I shall post the changes I made to solve the problem so that there is a searchable record for people in a similar position using the Poky component of the Yocto project

Re: [lttng-dev] 答复:答复: Can lttng support kernel function tracer

2015-02-19 Thread Francis Deslauriers
You can use the snapshot feature to start recording whenever you witness a significant latency[1]. You can use the system() function to trigger a record from your app. e.g. system(lttng snapshot record); [1] http://lttng.org/docs/#doc-taking-a-snapshot I hope it helps. Francis On Wed, Feb 18,

Re: [lttng-dev] [PATCH babeltrace] Fix running tests out of tree

2015-02-19 Thread Jérémie Galarneau
Merged, thanks! Jérémie On Sat, Feb 14, 2015 at 1:49 PM, Simon Marchi simon.mar...@polymtl.ca wrote: When building out of tree, make check fails because the tests file is not found. Signed-off-by: Simon Marchi simon.mar...@polymtl.ca --- tests/Makefile.am | 2 +- 1 file changed, 1

[lttng-dev] Limited event types displayed.

2015-02-19 Thread Neil Bryan
Hello Forum, Now that I have got LTTng built, I have tried some preliminary tests. Unfortunately the results are not quite as I expect. I have used LTTng previously, although I did not perform the kernel integration. Using Eclipse TFM I could see various processes in the Control Flow tab. With

Re: [lttng-dev] lttng-tracer missing

2015-02-19 Thread Neil Bryan
On 02/19/2015 03:02 AM, Neil Bryan wrote: Hi Nathan, Thank you for the prompt response. I have fixed the kernel tracing problem and indeed your diagnosis was accurate. I'm glad to have helped, but... Step 4) Within the recipe ~/yocto/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb

Re: [lttng-dev] Limited event types displayed.

2015-02-19 Thread Alexandre Montplaisir
Hi, On 02/19/2015 06:31 AM, Neil Bryan wrote: Hello Forum, Now that I have got LTTng built, I have tried some preliminary tests. Unfortunately the results are not quite as I expect. I have used LTTng previously, although I did not perform the kernel integration. Using Eclipse TFM I could see

[lttng-dev] Error opening shm /lttng-ust-wait-5-0 (in get_wait_shm() at lttng-ust-comm.c:958)

2015-02-19 Thread Chidhu R
Hello, I am getting an error (mentioned in the subject) while starting an application which I wanted to trace. I am using the following version of LTTng. *lttng (LTTng Trace Control) 2.5.0 - Fumisterie* I tried to look the web if some of them have previously faced this error and found this one.

[lttng-dev] [PATCH lttng-tools] Fix python bindings' Makefile for out-of-tree builds

2015-02-19 Thread Simon Marchi
Signed-off-by: Simon Marchi simon.mar...@polymtl.ca --- extras/bindings/swig/python/Makefile.am | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extras/bindings/swig/python/Makefile.am b/extras/bindings/swig/python/Makefile.am index ec35930..3b71171 100644 ---

Re: [lttng-dev] lttng-tracer missing

2015-02-19 Thread Nathan Lynch
On 02/19/2015 03:02 AM, Neil Bryan wrote: Hi Nathan, Thank you for the prompt response. I have fixed the kernel tracing problem and indeed your diagnosis was accurate. I'm glad to have helped, but... Step 4) Within the recipe ~/yocto/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb