Lines Matching full:instrument
17 * instrument_read - instrument regular read access
19 * Instrument a regular read access. The instrumentation should be inserted
32 * instrument_write - instrument regular write access
34 * Instrument a regular write access. The instrumentation should be inserted
47 * instrument_read_write - instrument regular read-write access
49 * Instrument a regular write access. The instrumentation should be inserted
62 * instrument_atomic_read - instrument atomic read access
64 * Instrument an atomic read access. The instrumentation should be inserted
77 * instrument_atomic_write - instrument atomic write access
79 * Instrument an atomic write access. The instrumentation should be inserted
92 * instrument_atomic_read_write - instrument atomic read-write access
94 * Instrument an atomic read-write access. The instrumentation should be
107 * instrument_copy_to_user - instrument reads of copy_to_user
109 * Instrument reads from kernel memory, that are due to copy_to_user (and
127 * Instrument writes to kernel memory, that are due to copy_from_user (and
144 * Instrument writes to kernel memory, that are due to copy_from_user (and