Combining and Reading data-/symbolfiles with ctcpost

Apart from generating reports, ctcpost offers options to combine existing files of one type into a new file of the same type. Options are also available to view the contents of symbol / data files.

-a filename
This option combines (adds) the symbolfiles or the datafiles given on the command line to the specified target-file.
ctcpost [general options] symbolfiles -a target-symbolfile
ctcpost [general options] datafiles -a target-datafile
-l file list
Displays the contents of symbol-/datafiles. The file list consists of symbolfiles and datafiles separated by blank space. A list of instrumented file names with instrumentation timestamps is shown.
-L file list
Displays the contents of symbol-/datafiles. The file list consists of symbolefiles and datafiles separated by blank space. A list of instrumented file names with instrumentation timestamps is shown. For each source file, the counter vector sizes and the number of rewrites and updates is given.
ctcpost [general options]{-l | -L} {symbolfile | datafile}…