qemu/scripts/tracetool/format
Lluís Vilanova 3d211d9f4d trace: Add 'vcpu' event property to trace guest vCPU
This property identifies events that trace vCPU-specific information.

It adds a "CPUState*" argument to events with the property, identifying
the vCPU raising the event. TCG translation events also have a
"TCGv_env" implicit argument that is later used as the "CPUState*"
argument at execution time.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Message-id: 145641861797.30295.6991314023181842105.stgit@localhost
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2016-03-01 13:27:10 +00:00
..
__init__.py
c.py
d.py
events_c.py scripts/tracetool: Include qemu/osdep.h in generated .c files 2016-02-16 14:29:27 +00:00
events_h.py trace: Remove unnecessary intermediate event copies 2016-03-01 13:27:09 +00:00
h.py trace: Add 'vcpu' event property to trace guest vCPU 2016-03-01 13:27:10 +00:00
simpletrace_stap.py
stap.py
tcg_h.py trace: Add 'vcpu' event property to trace guest vCPU 2016-03-01 13:27:10 +00:00
tcg_helper_c.py trace: Add 'vcpu' event property to trace guest vCPU 2016-03-01 13:27:10 +00:00
tcg_helper_h.py trace: Add 'vcpu' event property to trace guest vCPU 2016-03-01 13:27:10 +00:00
tcg_helper_wrapper_h.py trace: Add 'vcpu' event property to trace guest vCPU 2016-03-01 13:27:10 +00:00
ust_events_c.py trace: Add 'vcpu' event property to trace guest vCPU 2016-03-01 13:27:10 +00:00
ust_events_h.py