Lines Matching refs:watchpoint
22 KCSAN uses a watchpoint-based sampling approach to detect races.
95 specific watchpoint slot as specified in kernel/kcsan/encoding.h.
106 For tasks, the microsecond delay after setting up a watchpoint.
112 For interrupts, the microsecond delay after setting up a watchpoint.
125 int "Skip instructions before setting up watchpoint"
129 watchpoint is set up, i.e. one in KCSAN_SKIP_WATCH per-CPU
130 memory operations are used to set up a watchpoint. A smaller value
135 bool "Randomize watchpoint instruction skip count"
146 If enabled, a task that set up a watchpoint may be interrupted while
175 change while an access is being delayed on a watchpoint.
211 If enabled and a conflicting write is observed via a watchpoint, but