Lines Matching full:echo

9   echo "No trace-events sample module - please make CONFIG_SAMPLE_TRACE_EVENTS=m"
15 echo ":mod:trace-events-sample" > set_event
32 echo > set_event
45 echo clear all events
46 echo 0 > events/enable
48 echo Confirm the events are disabled
54 echo And the set_event file is empty
61 echo now enable all events
62 echo 1 > events/enable
64 echo Confirm the events are enabled again
70 echo disable just the module events
71 echo '!:mod:trace-events-sample' >> set_event
73 echo Should have mix of events enabled
79 echo Confirm the module events are disabled
85 echo 0 > events/enable
87 echo now enable the system events
88 echo 'sample-trace:mod:trace-events-sample' > set_event
92 echo clear all events
93 echo 0 > events/enable
95 echo Confirm the events are disabled
101 echo Test enabling foo_bar only
102 echo 'foo_bar:mod:trace-events-sample' > set_event
106 echo make sure nothing is found besides foo_bar
111 echo Append another using the system and event name
112 echo 'sample-trace:foo_bar_with_cond:mod:trace-events-sample' >> set_event
127 echo ':mod:trace-events-sample' > set_event
129 echo make sure that the module shows up, and '-' is converted to '_'
140 echo Enable just the system events
141 echo 'sample-trace:mod:trace-events-sample' > set_event
152 echo Enable event with just event name
153 echo 'foo_bar:mod:trace-events-sample' > set_event
156 echo Enable another event with both system and event name
157 echo 'sample-trace:foo_bar_with_cond:mod:trace-events-sample' >> set_event
159 echo Make sure the other event was still there
164 echo There should be no :mod: cached events
169 echo two events should be enabled
175 echo only two events should be enabled