e441f97e27a48df2911dcc23eb833bb2702acc5e
[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 four commandline parameters, the first is tracefile
3 name, the second is process file, the third is a number (number of cpu),
4 the last one is root directory for the new trace (this can be omitted,
5 by default it is 'foo')
6
7 The command line looks like this:
8 convert tracefile_name processfile_name _number_cpu foo_dir
9
10 There is also an script file 'sysInfo' which is used to get system information
11 from your local machine, the information is saved in 'sysInfo.out' which will
12 be read by 'convert' later. If the old tracefile is generated in other machine,
13 then the 'sysInfo.out' should be gotten from that machine.
14
15 'core.xml' is a facility file, after run 'convert', it needs to be copied to
16 'foo_dir/eventdefs' directory
17
This page took 0.034586 seconds and 3 git commands to generate.