Lines Matching full:instrument
16 * instrument_read - instrument regular read access
18 * Instrument a regular read access. The instrumentation should be inserted
31 * instrument_write - instrument regular write access
33 * Instrument a regular write access. The instrumentation should be inserted
46 * instrument_read_write - instrument regular read-write access
48 * Instrument a regular write access. The instrumentation should be inserted
61 * instrument_atomic_read - instrument atomic read access
63 * Instrument an atomic read access. The instrumentation should be inserted
76 * instrument_atomic_write - instrument atomic write access
78 * Instrument an atomic write access. The instrumentation should be inserted
91 * instrument_atomic_read_write - instrument atomic read-write access
93 * Instrument an atomic read-write access. The instrumentation should be
106 * instrument_copy_to_user - instrument reads of copy_to_user
108 * Instrument reads from kernel memory, that are due to copy_to_user (and
123 * instrument_copy_from_user - instrument writes of copy_from_user
125 * Instrument writes to kernel memory, that are due to copy_from_user (and