Searched refs:pids (Results 1 - 25 of 71) sorted by relevance

123

/external/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs0635 local pids
38 pids="$pids $!"
42 tst_resm TINFO "waiting for pids:$pids"
43 for p in $pids; do
46 kill -9 $pids
/external/ltp/testcases/network/nfs/nfslock01/
H A Dnfslock0157 local pids=$!
59 pids="$pids $!"
61 tst_resm TINFO "waiting for pids: $pids"
62 for p in $pids; do
/external/autotest/client/site_tests/security_RendererSandbox/
H A Dsecurity_RendererSandbox.py25 pids = []
35 pids.append(proc.split()[0])
37 if pids:
38 self.renderer_pid = pids[0]
/external/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_wake03.c75 pid_t pids[55]; local
77 for (i = 0; i < (int)ARRAY_SIZE(pids); i++) {
78 pids[i] = tst_fork();
80 switch (pids[i]) {
90 for (i = 0; i < (int)ARRAY_SIZE(pids); i++)
91 tst_process_state_wait2(pids[i], 'S');
/external/trappy/tests/trappy/plotter/
H A DUtils.py42 def get_trace_event_data(trace, execnames=None, pids=None):
51 if pids:
52 pids = listify(pids)
90 if pids and next_pid not in pids:
H A D__init__.py54 pids=None):
65 :param pids: List of pids to be filtered. If not specified
66 all pids will be plotted
67 :type pids: list, str
79 data, procs, domain = Utils.get_trace_event_data(trace, execnames, pids)
/external/trappy/trappy/plotter/
H A DUtils.py42 def get_trace_event_data(trace, execnames=None, pids=None):
51 if pids:
52 pids = listify(pids)
90 if pids and next_pid not in pids:
H A D__init__.py54 pids=None):
65 :param pids: List of pids to be filtered. If not specified
66 all pids will be plotted
67 :type pids: list, str
79 data, procs, domain = Utils.get_trace_event_data(trace, execnames, pids)
/external/libvpx/libvpx/test/
H A Dstress.sh82 local pids=""
97 pids="${pids} $!"
107 pids="${pids} $!"
122 pids="${pids} $!"
128 pids="${pids} $!"
133 for job in "${pids}"; d
[all...]
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Dmulti_ebb_procs_test.c79 pid_t pids[NR_CHILDREN]; local
89 pids[i] = fork();
90 if (pids[i] == 0)
100 kill(pids[i], SIGINT);
102 rc |= wait_for_child(pids[i]);
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dparsed_trace_events.py52 self.pids = None
68 if self.pids:
69 return self.pids
70 pids = set()
73 pids.add(e["pid"])
74 self.pids = list(pids)
75 return self.pids
/external/ltp/testcases/kernel/syscalls/cma/
H A Dprocess_vm_readv02.c40 static pid_t pids[2]; variable
62 pids[0] = fork();
63 switch (pids[0]) {
71 pids[1] = fork();
72 switch (pids[1]) {
81 SAFE_WAITPID(cleanup, pids[1], &status, 0);
88 SAFE_WAITPID(cleanup, pids[0], &status, 0);
137 TEST(test_process_vm_readv(pids[0], &local, 1, &remote, 1, 0));
H A Dprocess_vm_writev02.c50 static pid_t pids[2]; variable
72 pids[0] = fork();
73 switch (pids[0]) {
83 pids[1] = fork();
84 switch (pids[1]) {
94 SAFE_WAITPID(cleanup, pids[1], &status, 0);
101 SAFE_WAITPID(cleanup, pids[0], &status, 0);
174 TEST(test_process_vm_writev(pids[0], &local, 1, &remote, 1, 0));
H A Dprocess_vm_readv03.c53 static pid_t pids[2]; variable
81 pids[0] = fork();
82 switch (pids[0]) {
90 pids[1] = fork();
91 switch (pids[1]) {
100 SAFE_WAITPID(cleanup, pids[1], &status, 0);
107 SAFE_WAITPID(cleanup, pids[0], &status, 0);
183 TEST(test_process_vm_readv(pids[0], &local, 1, &remote, 1, 0));
215 TEST(test_process_vm_readv(pids[0], local, NUM_LOCAL_VECS,
/external/ltp/testcases/kernel/containers/pidns/
H A Dpidns05.c81 * Returns - the number of pids matched.
83 int find_cinit_pids(pid_t * pids) argument
99 pids[next] = i;
156 pid_t pids[MAX_DEPTH]; local
159 orig_count = find_cinit_pids(pids);
160 kill(pids[MAX_DEPTH - 3], SIGKILL);
171 if (pids[i] != pids_new[i])
180 "the container %d", pids[MAX_DEPTH - 3]);
184 kill(pids[i], SIGKILL);
185 waitpid(pids[
[all...]
/external/bart/bart/sched/
H A DSchedMultiAssert.py48 :param pids: The process IDs of the tasks to be analysed
49 :type pids: list, int
77 SchedMultiAssert(ftrace, topology, pids=[11, 22, 33])
138 def __init__(self, ftrace, topology, execnames=None, pids=None):
143 if execnames and pids:
144 raise ValueError('Either pids or execnames must be specified')
148 elif pids:
149 self._pids = pids
172 pids = []
175 pids
[all...]
H A DSchedMatrix.py176 pids = []
179 pids += sched_funcs.get_pids_for_process(run, proc)
181 return list(set(pids))
/external/ltp/testcases/kernel/controllers/pids/
H A Dpids.sh27 # ./pids.sh caseno max
61 tst_res TINFO "Umounting pids"
69 exist=`grep -w pids /proc/cgroups | cut -f1`;
71 tst_brk TCONF NULL "pids not supported"
74 mount_point=`grep -w pids /proc/mounts | cut -f 2 | cut -d " " -f2`
85 ROD mount -t cgroup -o pids none $mount_point
134 ROD echo $max \> $testpath/pids.max
138 # should return 2 because the limit of pids is reached
157 ROD echo $lim \> $testpath/pids.max
178 ROD echo 0 \> $testpath/pids
[all...]
/external/ltp/testcases/kernel/mem/cpuset/
H A Dcpuset01.c126 pid_t *pids; local
137 pids = SAFE_MALLOC(sizeof(pid_t) * ntasks);
139 switch (pids[i] = fork()) {
141 tst_res(TFAIL | TERRNO, "fork %d", pids[i]);
153 if (kill(pids[i], SIGUSR1) == -1) {
154 tst_res(TFAIL | TERRNO, "kill %d", pids[i]);
/external/autotest/client/site_tests/policy_PluginsAllowedForUrls/
H A Dpolicy_PluginsAllowedForUrls.py93 pids = utils.get_process_list('chrome', '--type=ppapi')
94 for pid in pids:
99 return pids
/external/autotest/client/site_tests/policy_PluginsBlockedForUrls/
H A Dpolicy_PluginsBlockedForUrls.py93 pids = utils.get_process_list('chrome', '--type=ppapi')
94 for pid in pids:
99 return pids
/external/autotest/client/tests/disktest/
H A Ddisktest.py86 pids = []
89 pids.append(pid)
91 for pid in pids:
/external/strace/xlat/
H A Dgen.sh299 local pids=
310 pids="$pids $!"
315 pids="$rest"
319 $pids
/external/bart/tests/
H A Dtest_sched_assert.py96 pids = [4729, 4734]
101 sma = SchedMultiAssert(tr, self.topology, pids=pids)
/external/valgrind/callgrind/
H A Dcallgrind_control.in29 @pids = ();
41 push(@pids, $pid);
69 print "If no pids/names are given, an action is applied to all currently\n";
190 # To find the list of active pids, we need to have
313 foreach $p (@pids) {
331 if (scalar @pids == 0) {
337 if (scalar @spids >0) { @pids = @spids; }
353 foreach $pid (@pids) {

Completed in 718 milliseconds

123