Lines Matching refs:grep
14 grep __tsan_$1.: -A 10000 ${OBJDUMP_CONTENTS} | \
35 nm -S $BIN | grep "__tsan_" > ${NM_CONTENTS}
41 size=$(grep __tsan_$f$ ${NM_CONTENTS} | awk --non-decimal-data '{print ("0x"$2)+0}')
42 rsp=$(grep '(%rsp)' $file | wc -l)
43 push=$(grep 'push' $file | wc -l)
44 pop=$(grep 'pop' $file | wc -l)
45 call=$(grep 'call' $file | wc -l)
48 mov=$(grep 'mov' $file | wc -l)
49 lea=$(grep 'lea' $file | wc -l)
50 sh=$(grep 'shr\|shl' $file | wc -l)
51 cmp=$(grep 'cmp\|test' $file | wc -l)