Lines Matching full:instrumentation
4 * This header provides generic wrappers for memory access instrumentation that
21 * Instrument a regular read access. The instrumentation should be inserted
35 * Instrument a regular write access. The instrumentation should be inserted
49 * Instrument a regular write access. The instrumentation should be inserted
63 * Instrument an atomic read access. The instrumentation should be inserted
77 * Instrument an atomic write access. The instrumentation should be inserted
91 * Instrument an atomic read-write access. The instrumentation should be
107 * variants). The instrumentation must be inserted before the accesses.
118 * instrument_copy_from_user_before - add instrumentation before copy_from_user
124 * variants). The instrumentation should be inserted before the accesses.
134 * instrument_copy_from_user_after - add instrumentation after copy_from_user
141 * variants). The instrumentation should be inserted after the accesses.
151 * instrument_memcpy_before - add instrumentation before non-instrumented memcpy
157 * instrumentation should be inserted before the memcpy call.
169 * instrument_memcpy_after - add instrumentation after non-instrumented memcpy
176 * instrumentation should be inserted after the memcpy call.
186 * instrument_get_user() - add instrumentation to get_user()-like macros
190 * whether the instrumentation happens before or after the data is copied from
202 * instrument_put_user() - add instrumentation to put_user()-like macros
208 * whether the instrumentation happens before or after the data is copied from