Analyse and explore linux
Component KCSAN

Component Type: kbuild config

Description: KCSAN: dynamic data race detector

More info: The Kernel Concurrency Sanitizer (KCSAN) is a dynamic data-race detector that relies on compile-time instrumentation. KCSAN uses a watchpoint-based sampling approach to detect races. While KCSAN's primary purpose is to detect data races, it also provides assertions to check data access constraints. These assertions can expose bugs that do not manifest as data races. See <file:Documentation/dev-tools/kcsan.rst> for more details.

Build project: Kconfig (Linux kconfig) (Path: Kconfig )

Other views: file explorer

Generated by PFA software prototype