Lines Matching refs:grep
30 if ! perf list | grep -q lock:contention_begin; then
130 if [ "$(grep -c -v spinlock "${result}")" != "0" ]; then
141 if [ "$(grep -c -v spinlock "${result}")" != "0" ]; then
152 if [ "$(grep -c tasklist_lock "${result}")" != "1" ]; then
162 if [ "$(grep -c -v "${test_lock_filter_type}" "${result}")" != "0" ]; then
173 if [ "$(grep -c -v "${test_lock_filter_type}" "${result}")" != "0" ]; then
184 if [ "$(grep -c unix_stream "${result}")" = "0" ]; then
212 if [ "$(grep -c unix_stream "${result}")" = "0" ]; then
242 header=$(grep "# output:" ${result} | tr -d -c , | wc -c)
249 output=$(grep -v "^#" ${result} | tr -d -c , | wc -c)
263 output=$(grep -v "^#" ${result} | tr -d -c , | wc -c)