Lines Matching refs:grep
7 grep __tsan_$1.: -A 10000 libtsan.objdump | \
24 nm -S $BIN | grep "__tsan_" > libtsan.nm
30 size=$(grep __tsan_$f$ libtsan.nm | awk --non-decimal-data '{print ("0x"$2)+0}')
31 rsp=$(grep '(%rsp)' $file | wc -l)
32 push=$(grep 'push' $file | wc -l)
33 pop=$(grep 'pop' $file | wc -l)
34 call=$(grep 'call' $file | wc -l)
37 mov=$(grep 'mov' $file | wc -l)
38 lea=$(grep 'lea' $file | wc -l)
39 sh=$(grep 'shr\|shl' $file | wc -l)
40 cmp=$(grep 'cmp\|test' $file | wc -l)