Lines Matching refs:t
52 grep -v '^#' set_ftrace_filter | while read t; do
53 tr=`echo $t | cut -d: -f2`
57 if ! grep -q "$t" set_ftrace_filter; then
60 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
62 tr=`echo $t | cut -d: -f2-4`
63 limit=`echo $t | cut -d: -f5`
65 tr=`echo $t | cut -d: -f2`
66 limit=`echo $t | cut -d: -f3`
147 t=${i%:tracer}
153 elif [ $t != $i ]; then
154 if ! grep -wq $t available_tracers ; then
155 echo "Required tracer $t is not configured."
164 echo "Required feature interface $i doesn't exist."