update compat
[lttv.git] / ltt / branches / poly / ltt / convert-old / README
CommitLineData
160d4bdb 1The application 'convert' is used to convert an old format tracefile into a new
91a66e87 2format tracefile. It has several commandline parameters, the first is process file
3name, the second is a number (the number of cpu in the machine), the third is
4the first tracefile name(corresponding to the first cpu), the fourth is the
5second tracefile name(corresponding to the second cpu), the fifth is ...,
c9e8ac96 6the last one is root directory for the new trace (this can be omitted,
7by default it is 'foo')
160d4bdb 8
9The command line looks like this:
91a66e87 10 ./convert processfile_name the_number_of_cpu first_tracefile_name, ..., foo_dir
160d4bdb 11
b9f095db 12There is also a script file 'sysInfo' which is used to get system information
160d4bdb 13from your local machine, the information is saved in 'sysInfo.out' which will
91a66e87 14be read by 'convert' later. If the old tracefile is generated by other machine,
160d4bdb 15then the 'sysInfo.out' should be gotten from that machine.
16
59460ee3 17'core.xml' is a facility file, after run 'convert', it needs to be copied to
18'foo_dir/eventdefs' directory
160d4bdb 19
This page took 0.048224 seconds and 4 git commands to generate.