mirror of
https://github.com/qemu/qemu.git
synced 2025-09-28 02:24:42 +00:00
![]() Every generated inline probe function is wrapped with a trivial caller that has a hard-coded condition test: static inline void _nocheck__trace_test_wibble(void * context, int value) { tracepoint(qemu, test_wibble, context, value); } static inline void trace_test_wibble(void * context, int value) { if (true) { _nocheck__trace_test_wibble(context, value); } } This was introduced for TCG probes back in |
||
---|---|---|
.. | ||
__init__.py | ||
c.py | ||
d.py | ||
h.py | ||
log_stap.py | ||
simpletrace_stap.py | ||
stap.py | ||
ust_events_c.py | ||
ust_events_h.py |