Fix trace-status to output proper start-time and stop-time.
This commit is contained in:
parent
1aee363c16
commit
f30aa5affe
4 changed files with 27 additions and 13 deletions
|
@ -3663,7 +3663,8 @@ cmd_qtstatus (char *packet)
|
|||
free_space (), phex_nz (trace_buffer_hi - trace_buffer_lo, 0),
|
||||
circular_trace_buffer,
|
||||
disconnected_tracing,
|
||||
plongest (tracing_start_time), plongest (tracing_stop_time),
|
||||
phex_nz (tracing_start_time, sizeof (tracing_start_time)),
|
||||
phex_nz (tracing_stop_time, sizeof (tracing_stop_time)),
|
||||
buf1, buf2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue