Lines Matching full:grep
26 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`
28 if ! grep -wq debugfs /proc/mounts; then
32 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
50 if grep -qv "^#" $TRACEFS/set_graph_function $TRACEFS/set_graph_notrace ; then
89 grep "^hist" $1/trigger | grep -o ':[a-zA-Z0-9]*='
92 grep "^hist" $1/trigger | grep -o '$[a-zA-Z0-9]*'
96 test -f $1 && grep -q "1" $1
104 if grep -q "^hist:" $evdir/trigger; then
108 if echo $DEFINED_VARS $__vars | grep -vqw ${v#$}; then
116 grep -v "^#" $evdir/trigger | while read action active; do
177 grep -qw $1 << EOF
231 if echo $val | grep -vq "expanded" ; then
234 if grep -q "is allocated" $INSTANCE/snapshot ; then
248 if grep -qv "^#" $INSTANCE/set_ftrace_filter $INSTANCE/set_ftrace_notrace; then