HomeSort by relevance Sort by last modified time
    Searched refs:ppid (Results 1 - 25 of 43) sorted by null

1 2

  /frameworks/base/core/java/android/view/
IAssetAtlas.aidl 32 * parent process id. If the atlas' ppid does not match, this
35 boolean isCompatible(int ppid);
  /external/chromium/chrome/browser/
process_info_snapshot_mac_unittest.cc 33 EXPECT_EQ(0, static_cast<int64>(proc_info.ppid));
60 base::ProcessId ppid = static_cast<base::ProcessId>(getppid()); local
63 EXPECT_NE(static_cast<int64>(ppid), 0);
67 pid_list.push_back(ppid);
75 EXPECT_EQ(ppid, proc_info.ppid);
86 ASSERT_TRUE(snapshot.GetProcInfo(ppid, &proc_info));
87 EXPECT_EQ(ppid, proc_info.pid);
88 EXPECT_NE(static_cast<int64>(proc_info.ppid), 0);
process_info_snapshot.h 50 base::ProcessId ppid; member in struct:ProcessInfoSnapshot::ProcInfoEntry
63 ppid(0),
memory_details_linux.cc 118 unsigned pid, ppid; local
120 if (sscanf(buf, "%u (%a[^)]) %*c %u", &pid, &process_name, &ppid) != 3)
125 process.parent = ppid;
  /external/chromium_org/chrome/browser/
process_info_snapshot_mac_unittest.cc 35 EXPECT_EQ(0, static_cast<int64>(proc_info.ppid));
62 base::ProcessId ppid = static_cast<base::ProcessId>(getppid()); local
65 EXPECT_NE(static_cast<int64>(ppid), 0);
69 pid_list.push_back(ppid);
77 EXPECT_EQ(ppid, proc_info.ppid);
88 ASSERT_TRUE(snapshot.GetProcInfo(ppid, &proc_info));
89 EXPECT_EQ(ppid, proc_info.pid);
90 EXPECT_NE(static_cast<int64>(proc_info.ppid), 0);
process_info_snapshot.h 50 base::ProcessId ppid; member in struct:ProcessInfoSnapshot::ProcInfoEntry
  /external/chromium_org/chrome/tools/
chrome-process-identifier.sh 40 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/
pscap.c 69 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,
proc-llist.h 33 pid_t ppid; // parent process ID member in struct:_lnode
netcap.c 59 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);
proc-llist.c 47 newnode->ppid = node->ppid;
  /external/valgrind/main/memcheck/tests/
long_namespace_xml.stderr.exp 16 <ppid>...</ppid>
  /frameworks/base/tools/preload/
Record.java 80 final int ppid; field in class:Record
128 ppid = Integer.parseInt(parts[0]);
  /system/core/toolbox/
ps.c 43 int ppid, tty; local
88 ppid = atoi(nexttok(&ptr));
136 ppid = pid;
157 printf("%-30s %-9s %-5d %-5d %s\n", macline, user, pid, ppid, cmdline[0] ? cmdline : name);
161 printf("%-9s %-5d %-5d %-6d %-5d", user, pid, ppid, vss / 1024, rss * 4);
237 printf("LABEL USER PID PPID NAME\n");
239 printf("USER PID PPID VSIZE RSS %s%s %s WCHAN PC NAME\n",
  /external/valgrind/main/drd/tests/
fp_race_xml.stderr.exp 16 <ppid>...</ppid>
annotate_barrier_xml.stderr.exp 16 <ppid>...</ppid>
  /external/valgrind/main/exp-sgcheck/tests/
hsg.stderr.exp 17 <ppid>...</ppid>
  /external/linux-tools-perf/util/
build-id.c 52 event->fork.ppid, event->fork.ptid);
event.h 36 u32 pid, ppid; member in struct:fork_event
  /external/chromium_org/tools/valgrind/
valgrind_test.py 482 for ppid in ppids:
485 f = open(self.log_dir + ("/testcase.%d.name" % ppid))
495 print " Below is the report for valgrind wrapper PID=%d." % ppid
500 print " by searching the above log for 'PID=%d'" % ppid
504 if re.search("\.%d\.[0-9]+$" % ppid, f)]
    [all...]
  /external/linux-tools-perf/
builtin-timechart.c 83 int ppid; member in struct:per_pid
213 static void pid_fork(int pid, int ppid, u64 timestamp)
217 pp = find_create_pid(ppid);
218 p->ppid = ppid;
296 pid_fork(event->fork.pid, event->fork.ppid, event->fork.time);
628 /* sort by ppid first, then by pid, lowest to highest */
645 if (cursor->ppid > p->ppid ||
646 (cursor->ppid == p->ppid && cursor->pid > p->pid))
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 248 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/
linuxthreads.cc 248 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/backends/
linux-core-note.c 124 FIELD (identity, PID_T, ppid, 'd'),
159 FIELD (identity, PID_T, ppid, 'd'),
  /external/mksh/src/
jobs.c 84 pid_t ppid; /* pid of process that forked job */ member in struct:job
240 if (j->ppid == procpid &&
445 j->ppid = procpid;
675 if (j->ppid == procpid && j->state == PRUNNING)
686 if (j->ppid != procpid) {
870 if (j->ppid == procpid && j->state == PSTOPPED)
874 j->ppid == procpid && j->state == PRUNNING)
1276 if (j->ppid == procpid && !(j->flags & JF_STARTED)) {
    [all...]

Completed in 429 milliseconds

1 2