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
113 if [ $t != $i ]; then
114 if ! grep -wq $t available_tracers ; then
118 elif [ $r != $i ]; then
119 if ! grep -Fq "$r" README ; then
123 elif [ ! -e $i ]; then
140 FUNCTION_FORK=`(if grep '\bkernel_clone\b' /proc/kallsyms > /dev/null; then