Refactor: test: wrapper for destroy_lttng_session
[lttng-tools.git] / tests / regression / ust / daemon / README
CommitLineData
43c28d50
JG
1Daemon tracing test
2-------------------
3
4This test checks if tracing works correctly in a child process created by a
5call to daemon().
6
7DESCRIPTION
8-----------
9
10A session daemon is launched if none are found to be running. The test_daemon
11script then creates a session, enables all events from the userspace domain,
12starts the session and launches the daemon binary.
13
14The daemon binary, in turn, triggers tracepoints both from the original and
15resulting daemon process.
16
17The test_daemon script then parses the resulting trace and ensures that the
18events were correctly recorded and were logged with the right PIDs.
19
20DEPENDENCIES
21------------
22
23To run this test, you will need:
24
25 - lttng-tools (with python bindings)
26 - babeltrace
27 - python 3.0 or better
This page took 0.026609 seconds and 4 git commands to generate.