mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
e09208b7d74bcf1e7c7fe9c68b7135f6c7d11c56
Script usage: [Usage] acrnalyze.py [options] [value] ... [options] -h: print this message -i, --ifile=[string]: input file -o, --ofile=[string]: output file --vm_exit: to generate vm_exit report Note: bash and python2 are required. Example: Assumed trace data have been copied to /home/xxxx/trace_data/20171115-101605 # acrnalyze.py -i /home/xxxx/trace_data/20171115-101605/0 -o /home/xxxx/trac e_data/20171115-101605/cpu0 --vm_exit - "--vm_exit" specify the analysis to do, currently, only vm_exit analysis is supported. - A preprocess would be taken out to make the trace data start and end with an VM_ENTER, and a copy of original data file is saved with suffix ".orig"; - Analysis report would be given on the std output and in a csv file with name specified via "-o outpu_file"; Reviewed-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Yan, Like <like.yan@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
Description
Languages
C
71.5%
Python
17.9%
JavaScript
2.7%
Vue
2%
XSLT
1.5%
Other
4.4%