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