Searched refs:ppid (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dandroid_parser.js90 var ppid = parseInt(eventData[1]);
93 var thread = this.model_.getOrCreateProcess(ppid)
102 this.ppids_[pid] = ppid;
108 var ppid = this.ppids_[pid];
109 if (ppid === undefined) {
114 var thread = this.model_.getOrCreateProcess(ppid)
136 var ppid = parseInt(eventData[1]);
141 var ctr = this.model_.getOrCreateProcess(ppid)
156 var ppid = parseInt(eventData[1]);
159 var thread = this.model_.getOrCreateProcess(ppid)
[all...]
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot_mac_unittest.cc36 EXPECT_EQ(0, static_cast<int64>(proc_info.ppid));
63 base::ProcessId ppid = static_cast<base::ProcessId>(getppid()); local
66 EXPECT_NE(static_cast<int64>(ppid), 0);
70 pid_list.push_back(ppid);
78 EXPECT_EQ(ppid, proc_info.ppid);
96 ASSERT_TRUE(snapshot.GetProcInfo(ppid, &proc_info));
97 EXPECT_EQ(ppid, proc_info.pid);
98 EXPECT_NE(static_cast<int64>(proc_info.ppid), 0);
H A Dprocess_info_snapshot.h50 base::ProcessId ppid; member in struct:ProcessInfoSnapshot::ProcInfoEntry
/external/chromium_org/third_party/boringssl/src/crypto/rand/
H A Durandom.c67 pid_t ppid; /* ppid contains the parent pid in order to try and reduce member in struct:rand_buffer
142 pid_t pid, ppid; local
169 ppid = getppid();
173 if (buf && buf->pid == pid && buf->ppid == ppid &&
197 buf->ppid = ppid;
200 if (buf->pid == pid && buf->ppid == ppid) {
[all...]
/external/chromium_org/chrome/tools/
H A Dchrome-process-identifier.sh40 ppid="$(ps h --format ppid --pid "$pid" 2>/dev/null)"
41 [ -n "$ppid" ] || {
43 ls -l "/proc/$ppid/exe" 2>/dev/null|egrep -q '/chrome( .deleted.)?$' &&
44 pid="$ppid" || break
53 for child in $(ps h --format pid --ppid $1); do
74 seccomp="$(ps h --format pid --ppid $child|xargs)"
138 for i in $(ps h --format pid --ppid 1); do
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dpscap.c69 int pid, ppid, uid = -1, euid = -1; local
103 sscanf(buf, "%d (%15c", &ppid, cmd);
104 sscanf(tmp+2, "%c %d", &state, &ppid);
107 if (pid == 2 || ppid == 2)
153 "ppid", "pid", "name", "command",
170 printf("%-5d %-5d %-10s %-16s ", ppid, pid,
173 printf("%-5d %-5d %-10d %-16s ", ppid, pid,
H A Dproc-llist.h33 pid_t ppid; // parent process ID member in struct:_lnode
H A Dnetcap.c59 int pid, ppid; local
89 sscanf(buf, "%d (%15c", &ppid, cmd);
90 sscanf(tmp+2, "%c %d", &state, &ppid);
93 if (pid == 2 || ppid == 2)
194 node.ppid = ppid;
220 "ppid", "pid", "acct", "command", "type", "port",
237 printf("%-5d %-5d %-10s", n->ppid, n->pid, tacct);
239 printf("%-5d %-5d %-10d", n->ppid, n->pid, last_uid);
H A Dproc-llist.c47 newnode->ppid = node->ppid;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.h46 uint32_t tsn, uint32_t ppid,
52 #define sctp_build_readq_entry_mac(_ctl, in_it, context, net, tsn, ppid, stream_no, stream_seq, flags, dm) do { \
58 (_ctl)->sinfo_ppid = ppid; \
/external/valgrind/main/memcheck/tests/
H A Dclient-msg-as-xml.stderr.exp16 <ppid>...</ppid>
H A Dlong_namespace_xml.stderr.exp16 <ppid>...</ppid>
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dthread.c18 self->ppid = -1;
88 self->ppid = parent->tid;
H A Dthread.h17 pid_t ppid; member in struct:thread
H A Dbuild-id.c56 event->fork.ppid, event->fork.ptid);
/external/valgrind/main/drd/tests/
H A Dfp_race_xml.stderr.exp16 <ppid>...</ppid>
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.stderr.exp17 <ppid>...</ppid>
/external/lldb/source/Host/linux/
H A DHost.cpp47 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/chromium_org/tools/valgrind/
H A Dvalgrind_test.py486 for ppid in ppids:
489 f = open(self.log_dir + ("/testcase.%d.name" % ppid))
499 print " Below is the report for valgrind wrapper PID=%d." % ppid
504 print " by searching the above log for 'PID=%d'" % ppid
508 if re.search("\.%d\.[0-9]+$" % ppid, f)]
1009 for ppid in ppids:
1012 f = open("%s/testcase.%s.name" % (self.log_dir, ppid))
1018 print " Below is the report for drmemory wrapper PID=%s." % ppid
1024 print " by searching the above log for 'PID=%s'" % ppid
1027 (self.log_dir, ppid))
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c77 int ppid; member in struct:per_pid
205 static void pid_fork(int pid, int ppid, u64 timestamp) argument
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
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinuxthreads.cc248 pid_t clone_pid = sys_gettid(), ppid = sys_getppid(); local
278 local_itoa(strrchr(strcpy(proc_self_task, "/proc/"), '\000'), ppid);
456 found_parent |= pid == ppid;
519 * notably, it does not share the same pid and ppid; and if it terminates,
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinuxthreads.cc248 pid_t clone_pid = sys_gettid(), ppid = sys_getppid(); local
278 local_itoa(strrchr(strcpy(proc_self_task, "/proc/"), '\000'), ppid);
456 found_parent |= pid == ppid;
519 * notably, it does not share the same pid and ppid; and if it terminates,
/external/elfutils/0.153/backends/
H A Dlinux-core-note.c126 FIELD (identity, PID_T, ppid, 'd'),
161 FIELD (identity, PID_T, ppid, 'd'),
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.cc152 SctpDataMediaChannel::PayloadProtocolIdentifier ppid,
155 switch (ppid) {
207 const SctpDataMediaChannel::PayloadProtocolIdentifier ppid = local
211 if (!GetDataMediaType(ppid, &type) && !(flags & MSG_NOTIFICATION)) {
213 LOG(LS_ERROR) << "Received an unknown PPID " << ppid
151 GetDataMediaType( SctpDataMediaChannel::PayloadProtocolIdentifier ppid, cricket::DataMessageType *dest) argument
/external/mksh/src/
H A Djobs.c84 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)
1332 if (j->ppid == procpid && !(j->flags & JF_STARTED)) {
1813 if ((j->flags & JF_ZOMBIE) && j->ppid == procpid)

Completed in 6667 milliseconds

12