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