mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Generates header "trace/generated-helpers-wrappers.h" with definitions for TCG
helper wrappers.
These wrappers ('gen_helper_trace_${event}_exec_wrapper') transform mixed native
and TCG argument types to TCG types and call the actual TCG helpers
('gen_helper_trace_${event}_exec_proxy').
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| c.py | ||
| d.py | ||
| events_c.py | ||
| events_h.py | ||
| h.py | ||
| simpletrace_stap.py | ||
| stap.py | ||
| tcg_helper_c.py | ||
| tcg_helper_h.py | ||
| tcg_helper_wrapper_h.py | ||
| ust_events_c.py | ||
| ust_events_h.py | ||