Tests: Add "libc-wrapper" ust regression test
[lttng-tools.git] / tests / regression / ust / libc-wrapper / README
CommitLineData
5836cdc2
JG
1libc-wrapper malloc/free tracing test
2-------------------------------------
3
4This test checks if tracing works correctly when applications are linked against
5the UST libc wrapper which provides tracepoints in the malloc and free libc
6functions.
7
8DESCRIPTION
9-----------
10
11The test application performs a series of calls to malloc()/free() and the
12resulting trace is checked for the presence of ust-libc:malloc and ust-libc:free
13events.
14
15DEPENDENCIES
16------------
17
18To run this test, you will need:
19
20 - lttng-tools (with python bindings)
21 - babeltrace
22 - python 3.0 or better
This page took 0.022947 seconds and 4 git commands to generate.