HomeSort by relevance Sort by last modified time
    Searched full:ppid (Results 76 - 100 of 225) sorted by null

1 2 34 5 6 7 8 9

  /external/autotest/client/site_tests/security_ASLR/
security_ASLR.py 67 ppid = _pidof(self._parent)
68 get_pid_command = ('ps -C %s -o pid,ppid | grep " %s$"'
69 ' | awk \'{print $1}\'') % (self._name, ppid)
  /external/autotest/server/site_tests/platform_KernelErrorPaths/
platform_KernelErrorPaths.py 156 ppid = self._client_run_output('ps -C %s -o pid=' % parent)
157 pid = self._client_run_output('ps --ppid %s -o pid=' % ppid)
  /external/valgrind/drd/tests/
annotate_barrier_xml.stderr.exp 16 <ppid>...</ppid>
annotate_trace_memory_xml.stderr.exp-32bit 16 <ppid>...</ppid>
annotate_trace_memory_xml.stderr.exp-64bit 16 <ppid>...</ppid>
annotate_trace_memory_xml.stderr.exp-mips32 16 <ppid>...</ppid>
thread_name_xml.stderr.exp 16 <ppid>...</ppid>
  /external/valgrind/memcheck/tests/
threadname_xml.stderr.exp 16 <ppid>...</ppid>
xml1.stderr.exp 16 <ppid>...</ppid>
xml1.stderr.exp-s390x-mvc 16 <ppid>...</ppid>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
perf_event.h 389 * u32 pid, ppid;
410 * u32 pid, ppid;
  /prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go 117 func Getppid() (ppid int) {
118 n, _ := readnum("#c/ppid")
exec_linux.go 69 ppid, _, _ := RawSyscall(SYS_GETPID, 0, 0, 0)
231 if r1 != ppid {
  /prebuilts/go/linux-x86/src/syscall/
syscall_plan9.go 117 func Getppid() (ppid int) {
118 n, _ := readnum("#c/ppid")
  /system/extras/simpleperf/
record.h 226 uint32_t pid, ppid; member in struct:ExitOrForkRecord::ExitOrForkRecordDataType
365 ForkRecord CreateForkRecord(const perf_event_attr& attr, uint32_t pid, uint32_t tid, uint32_t ppid,
  /external/autotest/client/tests/kvm/tests/
timedrift.py 41 children = commands.getoutput("ps --ppid=%s -o pid=" % pid).split()
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.util.ps_util.html 38 &nbsp;&nbsp;processes:&nbsp;A&nbsp;tuple&nbsp;of&nbsp;(pid,&nbsp;ppid,&nbsp;state)&nbsp;as&nbsp;generated&nbsp;by&nbsp;ps.<br>
  /external/chromium-trace/catapult/telemetry/telemetry/core/
cros_interface.py 340 """Returns (pid, cmd, ppid, state) of all processes on the device."""
343 '/bin/ps', '--no-headers', '-A', '-o', 'pid,ppid,args:4096,state'
385 for pid, process, ppid, _ in procs:
386 if ppid != session_manager_pid:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
correg.h 205 STDMETHOD(SetModuleProps)(LPCWSTR szName,const GUID *ppid,LCID lcid) PURE;
240 STDMETHOD(SetModuleProps)(mdScope scope,LPCWSTR szName,const GUID *ppid,LCID lcid) PURE;
286 STDMETHOD(GetScopeProps)(LPWSTR szName,ULONG cchName,ULONG *pchName,GUID *ppid,GUID *pmvid,LCID *pLcid) PURE;
339 STDMETHOD(GetScopeProps)(mdScope scope,LPWSTR szName,ULONG cchName,ULONG *pchName,GUID *ppid,GUID *pmvid,LCID *pLcid) PURE;
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
event.h 56 u32 pid, ppid; member in struct:fork_event
  /external/toybox/toys/posix/
ps.c 46 USE_PS(NEWTOY(ps, "k(sort)*P(ppid)*aAdeflMno*O*p(pid)*s*t*u*U*g*G*wZ[!ol][+Ae]", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LOCALE))
70 -P Parent PIDs (--ppid)
85 -f Full listing (-o USER:8=UID,PID,PPID,C,STIME,TTY,TIME,CMD)
86 -l Long listing (-o F,S,UID,PID,PPID,C,PRI,NI,ADDR,SZ,WCHAN,TTY,TIME,CMD)
102 PID Process ID PPID Parent Process ID
185 usage: pgrep [-fnovx] [-G GID,] [-g PGRP,] [-P PPID,] [-s SID,] [-t TERM,] [-U UID,] [-u EUID,]
321 {"PID", 5, SLOT_pid}, {"PPID", 5, SLOT_ppid}, {"PRI", 3, SLOT_priority},
    [all...]
  /art/build/
Android.gtest.mk 456 $(hide) adb shell touch $(ART_TARGET_TEST_DIR)/$(TARGET_$(2)ARCH)/$$@-$$$$PPID
457 $(hide) adb shell rm $(ART_TARGET_TEST_DIR)/$(TARGET_$(2)ARCH)/$$@-$$$$PPID
461 $(ART_TARGET_NATIVETEST_DIR)/$(TARGET_$(2)ARCH)/$(1) && touch $(ART_TARGET_TEST_DIR)/$(TARGET_$(2)ARCH)/$$@-$$$$PPID" \
462 && (adb pull $(ART_TARGET_TEST_DIR)/$(TARGET_$(2)ARCH)/$$@-$$$$PPID /tmp/ \
465 $(hide) rm -f /tmp/$$@-$$$$PPID
  /external/autotest/scheduler/
drone_manager.py 63 def __init__(self, hostname, pid, ppid=None):
66 self.ppid = ppid
399 int(process_info['ppid']))
582 if process.ppid == 1)
    [all...]
  /external/mksh/src/
jobs.c 84 pid_t ppid; /* pid of process that forked job */ member in struct:job
285 if (j->ppid == procpid &&
490 j->ppid = procpid;
721 if (j->ppid == procpid && j->state == PRUNNING)
732 if (j->ppid != procpid) {
916 if (j->ppid == procpid && j->state == PSTOPPED)
920 j->ppid == procpid && j->state == PRUNNING)
    [all...]
  /external/valgrind/docs/internals/
xml-output.txt 172 <ppid>INT</ppid>

Completed in 1040 milliseconds

1 2 34 5 6 7 8 9