All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH lttng-tools] doc: how to trace consumerd with valgrind
@ 2017-05-08 12:38 Mathieu Desnoyers
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2017-05-08 12:38 UTC (permalink / raw)
  To: jgalar; +Cc: lttng-dev

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
---
 doc/valgrind-howto.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/valgrind-howto.txt b/doc/valgrind-howto.txt
index 68dcaba..b1910e0 100644
--- a/doc/valgrind-howto.txt
+++ b/doc/valgrind-howto.txt
@@ -2,3 +2,8 @@ Build lttng-tools with "-DVALGRIND" to create executables compatible
 with the valgrind tool. The start with e.g.:
 
 valgrind --leak-check=full lttng-sessiond
+
+If you want to track memory allocations and accesses within
+lttng-sessiond children processes (e.g. lttng-consumerd) as well:
+
+valgrind --leak-check=full --trace-children=yes lttng-sessiond
-- 
2.1.4

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH lttng-tools] doc: how to trace consumerd with valgrind
       [not found] <1494247117-15085-1-git-send-email-mathieu.desnoyers@efficios.com>
@ 2017-05-09 12:37 ` Jérémie Galarneau
  0 siblings, 0 replies; 2+ messages in thread
From: Jérémie Galarneau @ 2017-05-09 12:37 UTC (permalink / raw)
  To: Mathieu Desnoyers; +Cc: lttng-dev, Jeremie Galarneau

Merged in master, stable-2.10, stable-2.9 and stable-2.8, thanks!

Jérémie

On 8 May 2017 at 08:38, Mathieu Desnoyers
<mathieu.desnoyers@efficios.com> wrote:
> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
> ---
>  doc/valgrind-howto.txt | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/doc/valgrind-howto.txt b/doc/valgrind-howto.txt
> index 68dcaba..b1910e0 100644
> --- a/doc/valgrind-howto.txt
> +++ b/doc/valgrind-howto.txt
> @@ -2,3 +2,8 @@ Build lttng-tools with "-DVALGRIND" to create executables compatible
>  with the valgrind tool. The start with e.g.:
>
>  valgrind --leak-check=full lttng-sessiond
> +
> +If you want to track memory allocations and accesses within
> +lttng-sessiond children processes (e.g. lttng-consumerd) as well:
> +
> +valgrind --leak-check=full --trace-children=yes lttng-sessiond
> --
> 2.1.4
>



-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-09 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-08 12:38 [PATCH lttng-tools] doc: how to trace consumerd with valgrind Mathieu Desnoyers
     [not found] <1494247117-15085-1-git-send-email-mathieu.desnoyers@efficios.com>
2017-05-09 12:37 ` Jérémie Galarneau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.