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