Searched refs:count_pid (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-notrace-pid.tc55 count_pid=`cat trace | grep -v ^# | grep $PID | wc -l`
58 # count_pid should be 0
59 if [ $count_pid -ne 0 -o $count_other -eq 0 ]; then
60 fail "PID filtering not working? traced task = $count_pid; other tasks = $count_other "
81 count_pid=`cat trace | grep -v ^# | grep $PID | wc -l`
85 if [ $count_pid -ne 0 -o $count_other -ne 0 ]; then
86 fail "PID filtering not following fork? traced task = $count_pid; other tasks = $count_other "
H A Dfunc-filter-pid.tc55 count_pid=`cat trace | grep -v ^# | grep $PID | wc -l`
59 if [ $count_pid -eq 0 -o $count_other -ne 0 ]; then
76 count_pid=`cat trace | grep -v ^# | grep $PID | wc -l`
80 if [ $count_pid -eq 0 -o $count_other -eq 0 ]; then
/linux-master/tools/testing/selftests/ftrace/test.d/event/
H A Devent-no-pid.tc24 count_pid() {
79 cnt=`count_pid $mypid`
106 cnt=`count_pid $mypid`
111 cnt=`count_pid $child`

Completed in 114 milliseconds