mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Generate header "trace/generated-tcg-tracers.h" with the necessary routines for
tracing events in guest code:
* trace_${event}_tcg
Convenience wrapper that calls the translation-time tracer
'trace_${event}_trans', and calls 'gen_helper_trace_${event}_exec to
generate the TCG code to later trace the event at execution time.
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_h.py | ||
| tcg_helper_c.py | ||
| tcg_helper_h.py | ||
| tcg_helper_wrapper_h.py | ||
| ust_events_c.py | ||
| ust_events_h.py | ||