IBM Books

Image, Audio, and Video Extenders Administration and Programming

Reformat trace information

Trace information is recorded in binary format. You can reformat the information and make it more readable by entering the following command:

dmbtrc format input_file output_file

where input_file is the file that contains the trace information in binary format, and output_file is the file that will contain the reformatted information. The output_file parameter is optional; if you do not specify it, the reformatted information is displayed on the screen.

For example, the following command reformats trace information:

dmbtrc format /tmp/trace.txt /tmp/fmttrace.txt


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]