Lines Matching refs:then
34 if [ -d events/synthetic ]; then
48 if [ ! -f set_ftrace_filter ]; then
54 if [ "$tr" = "" ]; then
57 if ! grep -q "$t" set_ftrace_filter; then
61 if [ $tr = "enable_event" -o $tr = "disable_event" ]; then
68 if [ "$limit" != "unlimited" ]; then
93 if [ $stop -gt 10 ]; then
100 if ! echo "$del" >> dynamic_events; then
148 if [ $p != $i ]; then
149 if ! which $p ; then
153 elif [ $t != $i ]; then
154 if ! grep -wq $t available_tracers ; then
158 elif [ "$r" != "$i" ]; then
159 if ! grep -Fq "$r" README ; then
163 elif [ ! -e $i ]; then
180 FUNCTION_FORK=`(if grep '\bkernel_clone\b' /proc/kallsyms > /dev/null; then