Test: Add the new log4j agent
[lttng-tools.git] / tests / regression / ust / libc-wrapper / README
1 libc-wrapper malloc/free tracing test
2 -------------------------------------
3
4 This test checks if tracing works correctly when applications are linked against
5 the UST libc wrapper which provides tracepoints in the malloc and free libc
6 functions.
7
8 DESCRIPTION
9 -----------
10
11 The test application performs a series of calls to malloc()/free() and the
12 resulting trace is checked for the presence of ust-libc:malloc and ust-libc:free
13 events.
14
15 DEPENDENCIES
16 ------------
17
18 To 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.028661 seconds and 4 git commands to generate.