Refactor: test: wrapper for destroy_lttng_session
[lttng-tools.git] / tests / regression / ust / fork / README
CommitLineData
37bd6c8e
JG
1Fork tracing test
2-------------------
3
4This test checks if tracing works correctly in a child process created by a
5fork() call, as well as after an exec() call.
6
7DESCRIPTION
8-----------
9
10The test_fork script launches a binary that forks and calls exec() with
11the command provided as the argument. Tracepoints are placed before and
12after these calls to verify tracing remains operational at all times.
13
14The binary loaded as the new process image also logs an event.
15
16The resulting trace is parsed to make sure the every event was logged
17successfully with the correct PIDs.
18
19DEPENDENCIES
20------------
21
22To run this test, you will need:
23
24 - lttng-tools (with python bindings)
25 - babeltrace
26 - python 3.0 or better
This page took 0.026481 seconds and 4 git commands to generate.