Lines Matching refs:echo
3 echo > trace
7 echo 0 > tracing_on
11 echo 1 > tracing_on
15 echo nop > current_tracer
22 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
23 file=`echo $line | cut -f1 -d:`
24 echo "!$cmd" >> $file
28 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
29 file=`echo $line | cut -f1 -d:`
30 echo "!$cmd" > $file
44 echo 0 > `echo $line | cut -f1 -d:`
52 echo > set_ftrace_filter
54 tr=`echo $t | cut -d: -f2`
61 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
63 tr=`echo $t | cut -d: -f2-4`
64 limit=`echo $t | cut -d: -f5`
66 tr=`echo $t | cut -d: -f2`
67 limit=`echo $t | cut -d: -f3`
72 echo "!$name:$tr" > set_ftrace_filter
77 echo 0 > events/enable
83 echo "!$line" >> synthetic_events
97 [ -f set_event_pid ] && echo > set_event_pid
98 [ -f set_ftrace_pid ] && echo > set_ftrace_pid
99 [ -f set_ftrace_notrace ] && echo > set_ftrace_notrace
100 [ -f set_graph_function ] && echo | tee set_graph_*
101 [ -f stack_trace_filter ] && echo > stack_trace_filter
102 [ -f kprobe_events ] && echo > kprobe_events
103 [ -f uprobe_events ] && echo > uprobe_events
104 [ -f synthetic_events ] && echo > synthetic_events
105 [ -f snapshot ] && echo 0 > snapshot
117 pos=$(echo -n "${2%^*}" | wc -c) # error position
118 command=$(echo "$2" | tr -d ^)
119 echo "Test command: $command"
120 echo > error_log
121 (! echo "$command" >> "$3" ) 2> /dev/null