mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 14:28:56 +00:00
acrntrace: Set FLAG_CLEAR_BUF by default
Normally, we care more about the current trace data than buffered old data. So, this patch set FLAG_CLEAR_BUF by default and adds one new option '-r' to unset the FLAG_CLEAR_BUF if we want to capture the buffered old data. --- v1 -> v2: Add 'deprecated' mark to '-c' option Tracked-On: #4175 Signed-off-by: Kaige Fu <kaige.fu@intel.com>
This commit is contained in:
@@ -23,7 +23,8 @@ Options:
|
||||
-h print this message
|
||||
-i period specify polling interval in milliseconds [1-999]
|
||||
-t max_time max time to capture trace data (in second)
|
||||
-c clear the buffered old data
|
||||
-c clear the buffered old data (deprecated)
|
||||
-r capture the buffered old data instead of clearing it
|
||||
-a cpu-set only capture the trace data on these configured cpu-set
|
||||
|
||||
acrntrace_format.py
|
||||
|
Reference in New Issue
Block a user