Document tracing session rotation features
[lttng-tools.git] / doc / valgrind-howto.txt
CommitLineData
8f0044bf
MD
1Build lttng-tools with "-DVALGRIND" to create executables compatible
2with the valgrind tool. The start with e.g.:
3
4valgrind --leak-check=full lttng-sessiond
4a82ca8b
MD
5
6If you want to track memory allocations and accesses within
7lttng-sessiond children processes (e.g. lttng-consumerd) as well:
8
9valgrind --leak-check=full --trace-children=yes lttng-sessiond
This page took 0.034336 seconds and 4 git commands to generate.