qemu-patch-raspberry4/scripts/tracetool/format
Stefan Hajnoczi 3f8b112d6b trace: add tracetool simpletrace_stap format
This new tracetool "format" generates a SystemTap .stp file that outputs
simpletrace binary trace data.

In contrast to simpletrace or ftrace, SystemTap does not define its own
trace format.  All output from SystemTap is generated by .stp files.
This patch lets us generate a .stp file that outputs in the simpletrace
binary format.

This makes it possible to reuse simpletrace.py to analyze traces
recorded using SystemTap.  The simpletrace binary format is especially
useful for long-running traces like flight-recorder mode where string
formatting can be expensive.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-08-12 14:26:11 +01:00
..
__init__.py trace: [tracetool] Minimize the amount of per-backend code 2014-05-07 19:07:18 +02:00
c.py trace: [tracetool] Minimize the amount of per-backend code 2014-05-07 19:07:18 +02:00
d.py trace: [tracetool] Minimize the amount of per-backend code 2014-05-07 19:07:18 +02:00
events_c.py trace: [tracetool] Minimize the amount of per-backend code 2014-05-07 19:07:18 +02:00
events_h.py trace: [tracetool] Minimize the amount of per-backend code 2014-05-07 19:07:18 +02:00
h.py trace: [tracetool] Minimize the amount of per-backend code 2014-05-07 19:07:18 +02:00
simpletrace_stap.py trace: add tracetool simpletrace_stap format 2014-08-12 14:26:11 +01:00
stap.py trace: extract stap_escape() function for reuse 2014-08-12 14:26:11 +01:00
ust_events_c.py trace: [tracetool] Minimize the amount of per-backend code 2014-05-07 19:07:18 +02:00
ust_events_h.py trace: [tracetool] Minimize the amount of per-backend code 2014-05-07 19:07:18 +02:00