qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-2.10 0/2] trace: fix simpletrace.stp flight reco


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH for-2.10 0/2] trace: fix simpletrace.stp flight recorder mode
Date: Mon, 14 Aug 2017 17:21:40 +0100

The SystemTap flight recorder mode no longer works with simpletrace.stp because
the event ID mapping records are emitted the first time an event fires.
Chances are, the event ID mapping record will not be in ring buffer when the
users wants to print the trace.

This series solves the issue by using the trace-events-all global event
ordering for event IDs for simpletrace.stp.

Stefan Hajnoczi (2):
  trace: use static event ID mapping in simpletrace.stp
  simpletrace: fix flight recorder --no-header option

 scripts/simpletrace.py                       | 24 ++++++++++++++-----
 scripts/tracetool/format/simpletrace_stap.py | 36 ++++++++++++----------------
 2 files changed, 33 insertions(+), 27 deletions(-)

-- 
2.13.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]