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