Fix trace-status to output proper start-time and stop-time.

This commit is contained in:
Dmitry Kozlov 2013-06-26 15:14:39 +00:00
parent 1aee363c16
commit f30aa5affe
4 changed files with 27 additions and 13 deletions

View file

@ -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);
}