Lines Matching full:instrument
17 * instrument_read - instrument regular read access
21 * Instrument a regular read access. The instrumentation should be inserted
31 * instrument_write - instrument regular write access
35 * Instrument a regular write access. The instrumentation should be inserted
45 * instrument_read_write - instrument regular read-write access
49 * Instrument a regular write access. The instrumentation should be inserted
59 * instrument_atomic_read - instrument atomic read access
63 * Instrument an atomic read access. The instrumentation should be inserted
73 * instrument_atomic_write - instrument atomic write access
77 * Instrument an atomic write access. The instrumentation should be inserted
87 * instrument_atomic_read_write - instrument atomic read-write access
91 * Instrument an atomic read-write access. The instrumentation should be
101 * instrument_copy_to_user - instrument reads of copy_to_user
106 * Instrument reads from kernel memory, that are due to copy_to_user (and
123 * Instrument writes to kernel memory, that are due to copy_from_user (and
140 * Instrument writes to kernel memory, that are due to copy_from_user (and
156 * Instrument memory accesses that happen in custom memcpy implementations. The
175 * Instrument memory accesses that happen in custom memcpy implementations. The