Home
last modified time | relevance | path

Searched full:helgrind (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/strace/m4/
H A Dax_valgrind_check.m47 # AX_VALGRIND_DFLT(memcheck|helgrind|drd|sgcheck, on|off)
49 # each of the available Valgrind tools (out of memcheck, helgrind and drd)
56 # memcheck, helgrind, drd and sgcheck. These are useful because often only
75 m4_define([valgrind_tool_list], [[memcheck], [helgrind], [drd], [sgcheck]])
159 # memcheck, helgrind, drd, sgcheck). (Default: various)
173 valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS)
/aosp_15_r20/external/grpc-grpc/tools/run_tests/generated/
H A Dconfigs.json32 "config": "helgrind",
35 "--tool=helgrind"
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/
Dbuild_handwritten.yaml72 helgrind:
76 valgrind: --tool=helgrind
/aosp_15_r20/external/grpc-grpc/
H A Dbuild_handwritten.yaml72 helgrind:
76 valgrind: --tool=helgrind
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.0.0.rst192 - build failures after simple_mtx helgrind annotations
193 - teach helgrind about simple_mtx
1280 - Revert "tgsi: Fix helgrind complaint about one-time init"
1281 - Revert "gallium/trace: Fix helgrind complaint about one-time init"
1282 - Revert "mesa: Fix helgrind complaint about one-time init"
1283 - Revert "util: Fix helgrind complaint about one-time init"
2854 - util: Add helgrind support for simple_mtx
2860 - util: Fix helgrind complaint about one-time init
2861 - mesa: Fix helgrind complaint about one-time init
2862 - gallium/trace: Fix helgrind complaint about one-time init
[all …]
/aosp_15_r20/external/ltp/tools/
H A Dcreate_valgrind_check.awk36 s=$1 "_valgrind_thread_concurrency_check valgrind -q --tool=helgrind --trace-children=yes"
/aosp_15_r20/external/elfutils/libdw/
H A Dlibdw_alloc.c40 #include <helgrind.h>
/aosp_15_r20/external/mesa3d/src/util/
H A Dsimple_mtx.h35 # include <helgrind.h>
/aosp_15_r20/external/python/cpython2/Misc/
Dvalgrind-python.supp18 # all tool names: Addrcheck,Memcheck,cachegrind,helgrind,massif
/aosp_15_r20/external/python/cpython3/Misc/
Dvalgrind-python.supp18 # all tool names: Addrcheck,Memcheck,cachegrind,helgrind,massif
/aosp_15_r20/external/tpm2-tss/
H A DREADME.md160 helgrind - Performs synchronization errors checks.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Ddynamic_annotations.h52 - ThreadSanitizer, Helgrind, DRD (DYNAMIC_ANNOTATIONS_ENABLED is 1).
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Ddynamic_annotations.h52 - ThreadSanitizer, Helgrind, DRD (DYNAMIC_ANNOTATIONS_ENABLED is 1).
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Ddynamic_annotations.h52 - ThreadSanitizer, Helgrind, DRD (DYNAMIC_ANNOTATIONS_ENABLED is 1).
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Ddynamic_annotations.h52 - ThreadSanitizer, Helgrind, DRD (DYNAMIC_ANNOTATIONS_ENABLED is 1).
/aosp_15_r20/external/python/cpython3/Include/
Ddynamic_annotations.h52 - ThreadSanitizer, Helgrind, DRD (DYNAMIC_ANNOTATIONS_ENABLED is 1).
/aosp_15_r20/external/libchrome/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h46 - ThreadSanitizer, Helgrind, DRD (DYNAMIC_ANNOTATIONS_ENABLED is 1).
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h49 - ThreadSanitizer, Helgrind, DRD (DYNAMIC_ANNOTATIONS_ENABLED is 1).
/aosp_15_r20/external/cronet/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h46 - ThreadSanitizer, Helgrind, DRD (DYNAMIC_ANNOTATIONS_ENABLED is 1).
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h49 - ThreadSanitizer, Helgrind, DRD (DYNAMIC_ANNOTATIONS_ENABLED is 1).
/aosp_15_r20/external/strace/
H A Dconfigure1478 --disable-valgrind-helgrind
1479 Whether to skip helgrind during the Valgrind tests
16592 # Check whether --enable-valgrind-helgrind was given.
16604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Valgrind tool helgrind" >&5
16605 $as_echo_n "checking for Valgrind tool helgrind... " >&6; }
16612 if `$VALGRIND --tool=helgrind --help >/dev/null 2>&1`; then :
16625 …as_fn_error $? "Valgrind does not support helgrind; reconfigure with --disable-valgrind-helgrind" …
16642 valgrind_enabled_tools="$valgrind_enabled_tools helgrind"
16763 valgrind_tools="memcheck helgrind drd sgcheck"
16777 # memcheck, helgrind, drd, sgcheck). (Default: various)
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py329 config == 'helgrind' or config == 'memcheck'):
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_tests.py386 or config == "helgrind"
/aosp_15_r20/external/strace/tests-mx32/
H A DMakefile.in3028 check-valgrind-helgrind-recursive check-valgrind-drd-recursive \
7945 check-valgrind-helgrind-local:
8238 check-valgrind-helgrind: check-valgrind-helgrind-am
8240 check-valgrind-helgrind-am: check-valgrind-helgrind-local
8324 check-valgrind-drd-local check-valgrind-helgrind-am \
8325 check-valgrind-helgrind-local check-valgrind-local \
/aosp_15_r20/external/strace/tests/
H A DMakefile.in3028 check-valgrind-helgrind-recursive check-valgrind-drd-recursive \
7945 check-valgrind-helgrind-local:
8238 check-valgrind-helgrind: check-valgrind-helgrind-am
8240 check-valgrind-helgrind-am: check-valgrind-helgrind-local
8324 check-valgrind-drd-local check-valgrind-helgrind-am \
8325 check-valgrind-helgrind-local check-valgrind-local \

12