update compat
[lttv.git] / tags / LinuxTraceToolkitViewer-0.10.0-pre-115102007 / ltt / convert-old / README
CommitLineData
0bc7c2cd 1The application 'convert' is used to convert an old format tracefile into a new
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 ...,
6the last one is root directory for the new trace (this can be omitted,
7by default it is 'foo')
8
9The command line looks like this:
10 ./convert processfile_name the_number_of_cpu first_tracefile_name, ..., foo_dir
11
12There is also a script file 'sysInfo' which is used to get system information
13from your local machine, the information is saved in 'sysInfo.out' which will
14be read by 'convert' later. If the old tracefile is generated by other machine,
15then the 'sysInfo.out' should be gotten from that machine.
16
17'core.xml' is a facility file, after run 'convert', it needs to be copied to
18'foo_dir/eventdefs' directory
19
This page took 0.026938 seconds and 4 git commands to generate.