diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/ftrace/test.d/instances/instance-event.tc | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/tools/testing/selftests/ftrace/test.d/instances/instance-event.tc b/tools/testing/selftests/ftrace/test.d/instances/instance-event.tc index 5f2abd03f16b..4c5a061a5b4e 100644 --- a/tools/testing/selftests/ftrace/test.d/instances/instance-event.tc +++ b/tools/testing/selftests/ftrace/test.d/instances/instance-event.tc | |||
@@ -92,28 +92,23 @@ instance_slam() { | |||
92 | } | 92 | } |
93 | 93 | ||
94 | instance_slam & | 94 | instance_slam & |
95 | x=`jobs -l` | 95 | p1=$! |
96 | p1=`echo $x | cut -d' ' -f2` | ||
97 | echo $p1 | 96 | echo $p1 |
98 | 97 | ||
99 | instance_slam & | 98 | instance_slam & |
100 | x=`jobs -l | tail -1` | 99 | p2=$! |
101 | p2=`echo $x | cut -d' ' -f2` | ||
102 | echo $p2 | 100 | echo $p2 |
103 | 101 | ||
104 | instance_slam & | 102 | instance_slam & |
105 | x=`jobs -l | tail -1` | 103 | p3=$! |
106 | p3=`echo $x | cut -d' ' -f2` | ||
107 | echo $p3 | 104 | echo $p3 |
108 | 105 | ||
109 | instance_slam & | 106 | instance_slam & |
110 | x=`jobs -l | tail -1` | 107 | p4=$! |
111 | p4=`echo $x | cut -d' ' -f2` | ||
112 | echo $p4 | 108 | echo $p4 |
113 | 109 | ||
114 | instance_slam & | 110 | instance_slam & |
115 | x=`jobs -l | tail -1` | 111 | p5=$! |
116 | p5=`echo $x | cut -d' ' -f2` | ||
117 | echo $p5 | 112 | echo $p5 |
118 | 113 | ||
119 | ls -lR >/dev/null | 114 | ls -lR >/dev/null |