HomeSort by relevance Sort by last modified time
    Searched refs:PIN_ROOT (Results 1 - 5 of 5) sorted by null

  /external/valgrind/tsan/pin/
Makefile 2 #PIN_ROOT is taken from env var.
3 PIN_BIN=${PIN_ROOT}/pin
10 INCLUDES_L64=-I.. -I$(PIN_ROOT)/extras/xed2-intel64/include -I$(PIN_ROOT)/source/include -I$(PIN_ROOT)/source/include/gen
11 INCLUDES_L32=-I.. -I$(PIN_ROOT)/extras/xed2-ia32/include -I$(PIN_ROOT)/source/include -I$(PIN_ROOT)/source/include/gen
12 LIBPATHS_L64=-L$(PIN_ROOT)/extras/xed2-intel64/lib -L$(PIN_ROOT)/intel64/lib -L$(PIN_ROOT)/intel64/lib-ex
    [all...]
  /external/valgrind/tsan/
mk-self-contained-tsan-pin.sh 10 PIN_ROOT="$1"
57 export PIN_ROOT=$EXTRACT_DIR
69 tar zcvh -C $IN_DIR $TAR_EXCLUDE $IN_FILES -C $PIN_ROOT ./{extras,ia32,intel64,pin} >> $OUT
tsan_pin.sh 3 PIN_ROOT=${PIN_ROOT:-$HOME/pin}
47 printf "PIN_ROOT : %s\n" "$PIN_ROOT"
67 run $PIN_ROOT/$PIN_BINARY $PIN_FLAGS $FOLLOW \
Makefile 33 PIN_INCLUDES=-I$(PIN_ROOT)/source/include -I$(PIN_ROOT)/source/include/gen \
34 -I$(PIN_ROOT)/extras/xed2-$(PIN_ARCH)/include -I$(PIN_ROOT)/extras/components/include
35 PIN_LIBPATHS=-L$(PIN_ROOT)/extras/xed2-$(PIN_ARCH)/lib -L$(PIN_ROOT)/$(PIN_ARCH)/lib -L$(PIN_ROOT)/$(PIN_ARCH)/lib-ext
36 PIN_LDFLAGS=-g -shared -Wl,-Bsymbolic -Wl,--version-script=$(PIN_ROOT)/source/include/pintool.ver
106 PIN_INCLUDES=/I$(PIN_ROOT)/source/include /I$(PIN_ROOT)/source/include/gen /I$(PIN_ROOT)/extras/xed2-ia32/includ
    [all...]
get_and_build_tsan.sh 50 make -s -j4 OFFLINE= GTEST_ROOT= PIN_ROOT= VALGRIND_INST_ROOT=$VALGRIND_INST_ROOT || exit 1

Completed in 1083 milliseconds