Lines Matching full:session

135 	local session=$2
142 # wait for the session to ping
146 state=`perf daemon ping --config ${config} --session ${session} | awk '{ print $1 }'`
170 [session-size]
173 [session-time]
188 # check 1st session
192 check_line_other "${line}" size "-e cpu-clock -m 1 sleep 10" ${base}/session-size \
193 ${base}/session-size/output ${base}/session-size/control \
194 ${base}/session-size/ack "0"
196 # check 2nd session
200 check_line_other "${line}" time "-e task-clock -m 1 sleep 10" ${base}/session-time \
201 ${base}/session-time/output ${base}/session-time/control \
202 ${base}/session-time/ack "0"
225 [session-size]
228 [session-time]
237 # check 2nd session
241 check_line_other "${line}" time "-e task-clock -m 1 sleep 10" ${base}/session-time \
242 ${base}/session-time/output ${base}/session-time/control ${base}/session-time/ack "0"
252 [session-size]
255 [session-time]
264 # wait for old session to finish
270 state=`perf daemon ping --config ${config} --session time | awk '{ print $1 }'`
273 # check reconfigured 2nd session
277 check_line_other "${line}" time "-e cpu-clock -m 1 sleep 10" ${base}/session-time \
278 ${base}/session-time/output ${base}/session-time/control ${base}/session-time/ack "0"
295 state=`perf daemon ping --config ${config} --session time | awk '{ print $1 }'`
300 state=`perf daemon ping --config ${config} --session size | awk '{ print $1 }'`
318 state=`perf daemon ping --config ${config} --session size | awk '{ print $1 }'`
324 state=`perf daemon ping --config ${config} --session time | awk '{ print $1 }'`
350 [session-size]
353 [session-time]
371 echo "FAILED: session size not up"
375 echo "FAILED: session time not up"
383 echo "FAILED: session size still up"
387 echo "FAILED: session time still up"
408 [session-test]
425 files=`ls ${base}/session-test/*perf.data* 2> /dev/null | wc -l`
427 perf daemon signal --config ${config} --session test
463 [session-size]
466 [session-time]
475 size=`perf daemon ping --config ${config} --session size | awk '{ print $1 }'`
476 type=`perf daemon ping --config ${config} --session time | awk '{ print $1 }'`
504 [session-size]