To create tracing information using CTF, you need to set up the environment appropriately.
You also need to create a side file, the CTF configuration file, to define the tracing information you want to capture. For example, you can define:
You can also produce tracing information for your own programs by using library routines that give you access to CTF infrastructure. See Consolidated Tracing Facility Routines.
If you choose binary tracing, you can use the CTF Viewer to examine binary format trace files easily. See CTF Viewer.
The trace information is displayed dynamically in a console, as soon as it occurs. There is one console for each process ID being debugged.