qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] trace: make the 'log' backend timestamp configurable
@ 2021-01-25 11:35 Stefan Hajnoczi
  2021-01-25 11:35 ` [PATCH 1/2] error: rename error_with_timestamp to message_with_timestamp Stefan Hajnoczi
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Stefan Hajnoczi @ 2021-01-25 11:35 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Daniel Berrange, Markus Armbruster,
	Stefan Hajnoczi

Zoltan reminded me that the 'log' backend prints tids/timestamps and this can
be unwanted in some cases. It's easier to look at trace output without them and
in some cases parsing is also more convenient with them.

Extend -msg timestamp=on|off to control the 'log' backend's tid/timestamp output.

Stefan Hajnoczi (2):
  error: rename error_with_timestamp to message_with_timestamp
  trace: make the 'log' backend timestamp configurable

 docs/devel/tracing.txt           |  3 +++
 include/qemu/error-report.h      |  2 +-
 softmmu/vl.c                     |  2 +-
 util/qemu-error.c                |  4 ++--
 scripts/tracetool/backend/log.py | 19 +++++++++++++------
 5 files changed, 20 insertions(+), 10 deletions(-)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-26 16:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-25 11:35 [PATCH 0/2] trace: make the 'log' backend timestamp configurable Stefan Hajnoczi
2021-01-25 11:35 ` [PATCH 1/2] error: rename error_with_timestamp to message_with_timestamp Stefan Hajnoczi
2021-01-25 11:35 ` [PATCH 2/2] trace: make the 'log' backend timestamp configurable Stefan Hajnoczi
2021-01-25 14:06 ` [PATCH 0/2] " Philippe Mathieu-Daudé
2021-01-25 16:19   ` Stefan Hajnoczi
2021-01-25 19:50 ` BALATON Zoltan
2021-01-26 14:01   ` Stefan Hajnoczi
2021-01-26 16:21 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).