Using the MAPTSF Utility

The MAPTSF utility will generate a TSF from a MAP file. One tracepoint is generated for each public code symbol. Optionally a return tracepoint may be generated for each public code symbol.

The syntax for MAPTSF is as follows:


         MAPTSF map_file [/MAJOR=major_code]
                         [/MODNAME=name]
                         [/MAXDATALENGTH=max_data_length]
                         [/MINORSTART=minor_code]
                         [/TEMPLATE=template_file]
                         [/LOGSTACK=stack_bytes]
                         [/EXCLUDE=string[*][,....]]
                         [/INCLUDE=string[*][,....]]
                         [/REGISTERS=reg[,reg]...]
                         [/LOGRETURN]
                         [/RETEP]
                         [/CASESENSITIVE]
                         [/TYPES]
                         [/GROUPS=string[,.....]]

There is only one required parameter: map_file, which specifies the input MAP file. The remaining parameters are optional and have the following meaning: