acrn-hypervisor/tools/acrntrace/scripts
Kaige Fu 21b82d8815 tools: Fix the non-effective option -f --frequency
We use global variable TSC_FREQ defined in config.py in each of the analyzers.
And the value set to TSC_FREQ through option -f/--frequency doesn't take effect.

This patch fix it by adding one parameter to each of the analyzers and pass
the value set by -f/--frequency to it instead of use the global one.

Tracked-On: #3085
Signed-off-by: Kaige Fu <kaige.fu@intel.com>
Acked-by: Yan, Like <like.yan@intel.com>
2019-05-08 16:58:01 +08:00
..
acrnalyze.py tools: Fix the non-effective option -f --frequency 2019-05-08 16:58:01 +08:00
acrntrace_format.py tools: acrntrace: Add support for TRACE_6C/16STR 2018-07-10 12:51:59 +08:00
formats tools: acrntrace: Add new tool acrntrace_format 2018-06-29 13:05:27 +08:00
irq_analyze.py tools: Fix the non-effective option -f --frequency 2019-05-08 16:58:01 +08:00
vmexit_analyze.py tools: Fix the non-effective option -f --frequency 2019-05-08 16:58:01 +08:00