Lines Matching refs:watchpoint
21 KCSAN uses a watchpoint-based sampling approach to detect races.
94 specific watchpoint slot as specified in kernel/kcsan/encoding.h.
105 For tasks, the microsecond delay after setting up a watchpoint.
111 For interrupts, the microsecond delay after setting up a watchpoint.
124 int "Skip instructions before setting up watchpoint"
128 watchpoint is set up, i.e. one in KCSAN_WATCH_SKIP per-CPU
129 memory operations are used to set up a watchpoint. A smaller value
134 bool "Randomize watchpoint instruction skip count"
145 If enabled, a task that set up a watchpoint may be interrupted while
174 change while an access is being delayed on a watchpoint.
210 If enabled and a conflicting write is observed via a watchpoint, but