mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-01 05:25:46 +00:00
Later patch will refactor acrntrace to make trace data output as raw data(binary) and introduce a new tool(acrntrace_format) to parse raw data to human-readable file. Adding nr of data and cpuid to trace_entry will make it easy for acrntrace_format to parse data file and inditify which cpu this trace entry belong to. Signed-off-by: Kaige Fu <kaige.fu@intel.com> Reviewed-by: Yan, Like <like.yan@intel.com> Reviewed-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>