Lines Matching refs:callbacks
53 is called. The plugin will then register callbacks for various plugin
59 callbacks may provide additional information. In the case of a
62 callbacks to some or all instructions when they are executed.
70 operations and conditional callbacks offer a more efficient way to instrument
71 binaries, compared to classic callbacks.
73 Finally when QEMU exits all the registered *atexit* callbacks are
120 Memory callbacks are called after a successful load or store.
143 list of callbacks under RCU so that we do not have to hold the lock
144 when calling the callbacks. This is also for performance, since some
145 callbacks (e.g. memory access callbacks) might be called very
151 callbacks.
153 As a result registering/unregistering callbacks is "slow", since it
155 calling (or not calling) callbacks, not when registering them. Using
159 plugin callbacks). This allows plugins to remove themselves if they no
161 which means callbacks may still occur after the uninstall operation is