git-svn-id: http://ltt.polymtl.ca/svn@218 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / ltt / convert / README
index 7f4de73b03eb3cbab41eaef6a0e9fc41c6437380..e441f97e27a48df2911dcc23eb833bb2702acc5e 100644 (file)
@@ -1,14 +1,17 @@
 The application 'convert' is used to convert an old format tracefile into a new 
-format tracefile. It has three commandline parameters, the first is tracefile 
-name, the second is a number (number of cpu), the last one is root directory
-for the new trace (this can be omitted, by default it is 'foo')
+format tracefile. It has four commandline parameters, the first is tracefile 
+name, the second is process file, the third is a number (number of cpu), 
+the last one is root directory for the new trace (this can be omitted, 
+by default it is 'foo')
 
 The command line looks like this:      
-        convert tracefile_name number_cpu foo_dir
+        convert tracefile_name processfile_name _number_cpu foo_dir
 
 There is also an script file 'sysInfo' which is used to get system information
 from your local machine, the information is saved in 'sysInfo.out' which will 
 be read by 'convert' later. If the old tracefile is generated in other machine,
 then the 'sysInfo.out' should be gotten from that machine.
 
+'core.xml' is a facility file, after run 'convert', it needs to be copied to
+'foo_dir/eventdefs' directory
 
This page took 0.031402 seconds and 4 git commands to generate.