Changed automake files to reflect the new header files.
[lttv.git] / ltt / branches / poly / ltt / convert / README
1 The application 'convert' is used to convert an old format tracefile into a new
2 format tracefile. It has three commandline parameters, the first is tracefile
3 name, the second is a number (number of cpu), the last one is root directory
4 for the new trace (this can be omitted, by default it is 'foo')
5
6 The command line looks like this:
7 convert tracefile_name number_cpu foo_dir
8
9 There is also an script file 'sysInfo' which is used to get system information
10 from your local machine, the information is saved in 'sysInfo.out' which will
11 be read by 'convert' later. If the old tracefile is generated in other machine,
12 then the 'sysInfo.out' should be gotten from that machine.
13
14 'core.xml' is a facility file, after run 'convert', it needs to be copied to
15 'foo_dir/eventdefs' directory
16
This page took 0.075056 seconds and 4 git commands to generate.