Home
last modified time | relevance | path

Searched refs:tsan (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/scripts/
H A DMakefile.kcsan13 …$(call cc-option,$(call cc-param,tsan-compound-read-before-write=1),$(call cc-option,$(call cc-par…
14 $(call cc-param,tsan-distinguish-volatile=1)
19 kcsan-cflags += -Wno-tsan
23 kcsan-cflags += $(call cc-option,$(call cc-param,tsan-instrument-func-entry-exit=0))
/openbmc/qemu/tests/tsan/
H A Dignore.tsan3 # "--extra-cflags=-fsanitize-blacklist=<src path>/tests/tsan/ignore.tsan"
/openbmc/openbmc/meta-ufispace/
H A DOWNERS5 - jim.hj.tsan@ufispace.com
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/
H A D0004-Do-not-specify-PIE-flag-explicitly.patch32 - set(OS_CXX_FLAGS "${OS_CXX_FLAGS} -pie -Wno-tsan -Wl,-z,relro,-z,now")
33 + set(OS_CXX_FLAGS "${OS_CXX_FLAGS} -Wno-tsan -Wl,-z,relro,-z,now")
/openbmc/qemu/docs/devel/testing/
H A Dmain.rst614 The test-tsan test will build using TSan and then run make check.
618 make docker-test-tsan@ubuntu2204
620 TSan warnings under docker are placed in files located at build/tsan/.
637 To build a tsan version of glib:
650 ../configure --enable-tsan \
653 When executing qemu, don't forget to point to tsan glib:
674 export TSAN_OPTIONS=suppressions=<path to qemu>/tests/tsan/suppressions.tsan \
676 log_path=<build path>/tsan/tsan_warning
692 tests/tsan/suppressions.tsan - Has TSan warnings we wish to suppress at runtime.
698 tests/tsan/ignore.tsan - Has TSan warnings we wish to disable
[all …]
/openbmc/linux/lib/
H A DKconfig.kcsan7 def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-distinguish-volatile=1)) || \
8 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-distinguish-volatile=1))
34 …def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-compound-read-before-write=1))…
35 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-compound-read-before-write=1))
/openbmc/linux/arch/powerpc/kernel/
H A Dvmlinux.lds.S125 *(.text.asan.* .text.tsan.*)
/openbmc/qemu/docs/devel/
H A Dsecure-coding-practices.rst35 reported by compilers. Dynamic analysis is possible with valgrind, tsan, and
/openbmc/qemu/tests/unit/
H A Dmeson.build151 if not get_option('tsan')
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh516 --enable-tsan) printf "%s" -Dtsan=true ;;
517 --disable-tsan) printf "%s" -Dtsan=false ;;
/openbmc/linux/include/asm-generic/
H A Dvmlinux.lds.h563 *(.text.asan.* .text.tsan.*)
/openbmc/qemu/
H A Dmeson_options.txt100 option('tsan', type: 'boolean', value: false, boolean
H A Dmeson.build557 if get_option('tsan')
567 # gcc (>=11) will report constructions not supported by tsan:
571 if cc.has_argument('-Wno-tsan')
572 tsan_warn_suppress = ['-Wno-tsan']
2495 config_host_data.set('CONFIG_TSAN', get_option('tsan'))
4602 summary_info += {'thread sanitizer': get_option('tsan')}
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch22741 + --tsan)
22742 + TOOLCHAIN="--toolchain=gcc-tsan"
22743 + R=tsan
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]
/openbmc/linux/
H A Dopengrok0.0.log[all...]