HomeSort by relevance Sort by last modified time
    Searched full:ppid (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /external/lldb/source/Host/linux/
Host.cpp 47 lldb::pid_t ppid; // Parent Process ID member in struct:ProcessStatInfo
122 int ppid = LLDB_INVALID_PROCESS_ID; local
124 // Read state and ppid.
125 sscanf (filename_end + 1, " %c %d", &state, &ppid);
127 stat_info.ppid = ppid;
360 stat_info.ppid = LLDB_INVALID_PROCESS_ID;
424 process_info.SetParentProcessID (stat_info.ppid);
  /external/valgrind/exp-sgcheck/tests/
hsg.stderr.exp 17 <ppid>...</ppid>
  /external/libcap-ng/libcap-ng-0.7/utils/
proc-llist.h 33 pid_t ppid; // parent process ID member in struct:_lnode
  /external/tcpdump/tests/
forces2vvv.out 39 1) [DATA] (B)(E) [TSN: 1498547998] [SID: 0] [SSEQ 0] [PPID 0x0]
54 1) [DATA] (B)(E) [TSN: 2413889661] [SID: 0] [SSEQ 0] [PPID 0x0]
69 1) [DATA] (B)(E) [TSN: 2244318871] [SID: 0] [SSEQ 0] [PPID 0x0]
84 1) [DATA] (B)(E) [TSN: 922703190] [SID: 0] [SSEQ 0] [PPID 0x0]
123 1) [DATA] (B)(E) [TSN: 2244318872] [SID: 0] [SSEQ 1] [PPID 0x0]
138 1) [DATA] (B)(E) [TSN: 922703191] [SID: 0] [SSEQ 1] [PPID 0x0]
153 1) [DATA] (B)(E) [TSN: 2244318873] [SID: 0] [SSEQ 2] [PPID 0x0]
174 1) [DATA] (B)(E) [TSN: 922703192] [SID: 0] [SSEQ 2] [PPID 0x0]
207 1) [DATA] (B)(E) [TSN: 2244318874] [SID: 0] [SSEQ 3] [PPID 0x0]
220 2) [DATA] (B)(E) [TSN: 922703193] [SID: 0] [SSEQ 3] [PPID 0x0]
    [all...]
forces3vvv.out 39 1) [DATA] (B)(E) [TSN: 2958179469] [SID: 0] [SSEQ 0] [PPID 0x0]
54 1) [DATA] (B)(E) [TSN: 1811362564] [SID: 0] [SSEQ 0] [PPID 0x0]
71 1) [DATA] (B)(E) [TSN: 1811362565] [SID: 0] [SSEQ 1] [PPID 0x0]
89 1) [DATA] (B)(E) [TSN: 2958179470] [SID: 0] [SSEQ 1] [PPID 0x0]
119 1) [DATA] (B)(E) [TSN: 1811362566] [SID: 0] [SSEQ 2] [PPID 0x0]
137 1) [DATA] (B)(E) [TSN: 2958179471] [SID: 0] [SSEQ 2] [PPID 0x0]
170 1) [DATA] (B)(E) [TSN: 1811362567] [SID: 0] [SSEQ 3] [PPID 0x0]
204 1) [DATA] (B)(E) [TSN: 2958179472] [SID: 0] [SSEQ 3] [PPID 0x0]
230 1) [DATA] (B)(E) [TSN: 1811362568] [SID: 0] [SSEQ 4] [PPID 0x0]
264 1) [DATA] (B)(E) [TSN: 2958179473] [SID: 0] [SSEQ 4] [PPID 0x0]
    [all...]
  /external/elfutils/src/tests/
run-readelf-mixed-corenote.sh 30 pid: 11087, ppid: 11063, pgrp: 11087, sid: 11063
41 uid: 0, gid: 0, pid: 11087, ppid: 11063, pgrp: 11087, sid: 11063
96 pid: 805, ppid: 804, pgrp: 804, sid: 699
114 uid: 0, gid: 0, pid: 805, ppid: 804, pgrp: 804, sid: 699
161 pid: 839, ppid: 838, pgrp: 838, sid: 699
175 uid: 0, gid: 0, pid: 839, ppid: 838, pgrp: 838, sid: 699
233 pid: 9664, ppid: 2868, pgrp: 9664, sid: 2868
249 uid: 1000, gid: 1000, pid: 9664, ppid: 2868, pgrp: 9664, sid: 2868
300 pid: 16547, ppid: 3822, pgrp: 16547, sid: 3822
321 uid: 0, gid: 0, pid: 16547, ppid: 3822, pgrp: 16547, sid: 382
    [all...]
run-readelf-vmcoreinfo.sh 30 pid: 3519, ppid: 0, pgrp: 0, sid: 0
48 pid: 0, ppid: 0, pgrp: 0, sid: 0
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2data.h 55 STDMETHOD_(HRESULT,GetProgramIdentifier)(THIS_ PID *pPid) PURE;
69 #define ISectionList_GetProgramIdentifier(This,pPid) (This)->lpVtbl->GetProgramIdentifier(This,pPid)
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 153 // Fill out the |tgid|, |ppid| and |pid| members of |info|. If unavailable,
175 info->ppid = info->tgid = -1;
180 } else if (my_strncmp("PPid:\t", line, 6) == 0) {
181 my_strtoui(&info->ppid, line + 6);
188 if (info->ppid == -1 || info->tgid == -1)
linux_core_dumper_unittest.cc 116 EXPECT_EQ(getpid(), info.ppid);
  /external/linux-tools-perf/src/tools/perf/
builtin-timechart.c 77 int ppid; member in struct:per_pid
205 static void pid_fork(int pid, int ppid, u64 timestamp)
209 pp = find_create_pid(ppid);
210 p->ppid = ppid;
288 pid_fork(event->fork.pid, event->fork.ppid, event->fork.time);
618 /* sort by ppid first, then by pid, lowest to highest */
635 if (cursor->ppid > p->ppid ||
636 (cursor->ppid == p->ppid && cursor->pid > p->pid))
    [all...]
  /cts/hostsidetests/security/src/android/cts/security/
SELinuxHostTest.java 686 public int ppid; field in class:SELinuxHostTest.ProcessDetails
693 ProcessDetails(String label, String user, int pid, int ppid, String procTitle) {
697 this.ppid = ppid;
706 + " ppid: " + ppid
727 int ppid = Integer.parseInt(m.group(4)); local
729 ProcessDetails proc = new ProcessDetails(domainLabel, user, pid, ppid, procTitle);
734 if (procTitle.equals("kthreadd") && ppid == 0) {
761 return (pid == kernelParentThreadpid || ppid == kernelParentThreadpid)
    [all...]
  /system/extras/perfprofd/quipper/
perf_parser.cc 191 VLOG(1) << "FORK: " << event.fork.ppid << ":" << event.fork.ptid
198 VLOG(1) << "EXIT: " << event.fork.ppid << ":" << event.fork.ptid;
530 uint32_t pid, uint32_t *ppid) {
537 const auto& parent_mapper = (ppid ? process_mappers_.find(*ppid) : process_mappers_.end());
554 PidTid parent = std::make_pair(event.ppid, event.ptid);
565 if (event.ppid == pid)
568 uint32_t ppid = event.ppid;
569 if (!GetOrCreateProcessMapper(pid, &ppid).second)
    [all...]
perf_parser.h 235 // |ppid| from which to copy mappings.
239 uint32_t *ppid = NULL);
  /external/selinux/sepolgen/tests/
test_audit.py 31 type=SYSCALL msg=audit(1158584779.745:708): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bf9132f8 a2=4c56cff4 a3=0 items=0 ppid=8131 pid=8132 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="sh" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
34 type=SYSCALL msg=audit(1158584779.753:709): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bf910a48 a2=4c56cff4 a3=0 items=0 ppid=8132 pid=8133 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
37 type=SYSCALL msg=audit(1158584779.825:710): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bf910a48 a2=4c56cff4 a3=0 items=0 ppid=8132 pid=8134 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
40 type=SYSCALL msg=audit(1158584780.793:711): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bfc0ba38 a2=4c56cff4 a3=0 items=0 ppid=8131 pid=8144 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="sh" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
43 type=SYSCALL msg=audit(1158584780.797:712): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bfc0b188 a2=4c56cff4 a3=0 items=0 ppid=8144 pid=8145 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
55 type=SYSCALL msg=audit(1162852201.019:1225): arch=40000003 syscall=11 success=yes exit=0 a0=87271b0 a1=8727358 a2=8727290 a3=8727008 items=0 ppid=6973 pid=6974 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="sa1" exe="/bin/bash" subj=system_u:system_r:crond_t:s0-s0:c0.c1023 key=(null)
  /external/google-breakpad/src/client/linux/dump_writer_common/
thread_info.h 49 pid_t ppid; // parent process member in struct:google_breakpad::ThreadInfo
  /external/linux-tools-perf/src/tools/perf/util/
build-id.c 56 event->fork.ppid, event->fork.ptid);
event.h 41 u32 pid, ppid; member in struct:fork_event
  /external/openssh/
ssh-agent.0 30 default is $TMPDIR/ssh-XXXXXXXXXX/agent.<ppid>.
93 $TMPDIR/ssh-XXXXXXXXXX/agent.<ppid>
  /external/valgrind/drd/tests/
fp_race_xml.stderr.exp-mips32-be 16 <ppid>...</ppid>
fp_race_xml.stderr.exp-mips32-le 16 <ppid>...</ppid>
  /external/valgrind/helgrind/tests/
filter_xml 32 "<ppid>(.*)</ppid>" => "...",
  /frameworks/base/tools/preload/
Record.java 80 final int ppid; field in class:Record
128 ppid = Integer.parseInt(parts[0]);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessTest.java 42 String[] psCommand = onDevice ? new String[] { "ps", "--ppid", pid }
43 : new String[] { "ps", "S", "--ppid", pid };
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 326 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){
327 if (PPID.ID < 0) {
328 unsigned Index = -PPID.ID - 1;
334 if (PPID.ID == 0)
336 unsigned Index = PPID.ID - 1;

Completed in 379 milliseconds

12 3 4 5 6